Re: Assembler to 80C188
From: Bob Masta (NoSpam_at_daqarta.com)
Date: 01/21/04
- Next message: Ivar: "Problem with bootable floppy emulator"
- Previous message: Grumble: "Re: Non Intel & AMD Arch"
- In reply to: novato: "Assembler to 80C188"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Jan 2004 19:01:13 +0000 (UTC)
On Tue, 20 Jan 2004 22:55:02 +0000 (UTC), "novato"
<supergccNO_SPAM@ya.com> wrote:
>Hello:
>
>Pardon by my english, is very bad. I´m Spanish and I have it very forgotten
>my english.
>
>I´m quite new in this of the ASM and have a doubt with certain subject.
>Although it is not related to assembler, is enough similar; pardon if it
>bothers is somebody, nonwise where to put it. I have a Intel microprocessor
>80C188 (http://www.intel.com/design/intarch/intel186/docs_186.htm) and I
>have not found a program assembler for this microprocessor. I have thought
>about trying to do one to me, although I do not have idea to make a
>compiler, with a little equal aid I can obtain it or know like program one.
How about just using an ordinary x86 assembler of your choice,
and only use the subset of instructions supported on the 80C188?
You could use a 16-bit linker to make a ROM imgage. If there are
unique 80C188 instructions that the assembler won't handle, you
can code them as macros or even using DB if there are not many.
Bob Masta
dqatechATdaqartaDOTcom
D A Q A R T A
Data AcQuisition And Real-Time Analysis
www.daqarta.com
- Next message: Ivar: "Problem with bootable floppy emulator"
- Previous message: Grumble: "Re: Non Intel & AMD Arch"
- In reply to: novato: "Assembler to 80C188"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|