Re: ASM86 code porting to MASM
From: Bob McConnell (spamtrap_at_crayne.org)
Date: 02/19/05
- Previous message: Chris Giese: "Re: controlling cursor's movement in text mode"
- In reply to: Park, Taehoon: "ASM86 code porting to MASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Feb 2005 03:55:20 +0000 (UTC)
On Fri, 18 Feb 2005 05:42:40 +0000 (UTC), "Park, Taehoon"
<spamtrap@crayne.org> wrote:
>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.
>
DOS and other OS packages include a built in loader that completes the
process of assigning specific addresses to relocatable code. In order
to do this for an embedded device, you need a locator to run after the
compiler is finished to complete this step. There are a number of them
availble either published with source code or open source. The best
one I have used was published in a Dr. Dobb's Journal over ten years
ago in an article titled "Location, Location, Location." I have also
used one from Circuit Cellar's ftp site.
Bob McConnell
N2SPP
- Previous message: Chris Giese: "Re: controlling cursor's movement in text mode"
- In reply to: Park, Taehoon: "ASM86 code porting to MASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]