Re: [Possibly OT] 16-bit Assembly Programming

2007-09-17 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tobias Weingartner wrote: [...] One thing your teacher may not know is that x86 assembly includes the 32-bit environment, and (now) also a 64-bit environment. However, running 16-bit code under OpenBSD i386 is going to be somewhat difficult. We

Re: [Possibly OT] 16-bit Assembly Programming

2007-09-16 Thread Tobias Weingartner
In article [EMAIL PROTECTED], Aaron Hsu wrote: I am attempting to create an assembly program (for a class) on OpenBSD. The teacher has no issue with me developing the code based on the UNIX-based assembly (int 0x80 syscalls vs. int 0x21 Dos Function), but he does not want me to use

[Possibly OT] 16-bit Assembly Programming

2007-09-13 Thread Aaron Hsu
Hello all, I am attempting to create an assembly program (for a class) on OpenBSD. The teacher has no issue with me developing the code based on the UNIX-based assembly (int 0x80 syscalls vs. int 0x21 Dos Function), but he does not want me to use 32-bit code. I believe this has something to do