ASM86 code porting to MASM

From: Park, Taehoon (spamtrap_at_crayne.org)
Date: 02/18/05


Date: Fri, 18 Feb 2005 05:42:40 +0000 (UTC)

Hi, everyone.
I'm looking for new develop tools for x86 based embedded system.
Currently I have large number of codes by Intel Macro Assembler - ASM86.
Can Microsoft Macro Assembler compile codes for embeder system
not for Microsoft OS?
If it can, how I can relocate linked file to specified ROM position?
In ASM86, I used LOC86 for it.
Thanks everyone.