flat assembler
Message board for the users of flat assembler.
Index
> Main > Assembly for i8086 in linux/windows |
Author |
|
vid 30 Apr 2005, 08:02
problems:
Under linux you have completely diffrent API (system services, via int 40h in linux) TASM, unless in "ideal mode" has different syntax, for example FASM's "mov eax,variable" is TASM's "mov eax,offset variable" and FASM's "mov eax,[variable]" is TASM's "mov eax,variable" But genereally instructions are same. Other difference is in control directives (like FASM's "format", "org", etc.) in TASM they are completely different, and generally there is more of them. I personally quess you had to create program for DOS, which would be running under windows. Then just use som e DOS emulator. If it should be really windoze application, then you have to use Windows emulator, kinda more fun. |
|||
30 Apr 2005, 08:02 |
|
pEk 30 Apr 2005, 15:00
I've downloaded and installed DOSEMU then installed TASM and it's working fine (so far).
Thanks vid, your help where precious. |
|||
30 Apr 2005, 15:00 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.