How do I make assembly that is not specific to DOS or linux?
Printable View
How do I make assembly that is not specific to DOS or linux?
Only use BIOS interrupts.
Z.
what if Im in pmode?
Bad.
Import the CRT, this is possible and you only need to reassemble and relink (actually only relink if you find a linux linker that supports windows object format or a windows linker that supports any linux object format) to get it running.
I see no way other than using a platform-specific library.