Re: translation from x86 assember to machine code

"Paul Setterfield" <setters@nospam.hotmail.com>
28 Jan 2002 01:04:09 -0500

          From comp.compilers

Related articles
translation from x86 assember to machine code donalies@adelphia.net (michelle) (2002-01-14)
Re: translation from x86 assember to machine code joachim_d@gmx.de (Joachim Durchholz) (2002-01-17)
Re: translation from x86 assember to machine code RLWatkins@CompuServe.Com (R. L. Watkins) (2002-01-17)
Re: translation from x86 assember to machine code hugo_rozas@terra.com.pe (Hugo Rozas M.) (2002-01-17)
Re: translation from x86 assember to machine code rickh@capaccess.org (2002-01-17)
Re: translation from x86 assember to machine code donalies@adelphia.net (michelle) (2002-01-18)
Re: translation from x86 assember to machine code setters@nospam.hotmail.com (Paul Setterfield) (2002-01-28)
| List of all articles for this month |

From: "Paul Setterfield" <setters@nospam.hotmail.com>
Newsgroups: comp.compilers
Date: 28 Jan 2002 01:04:09 -0500
Organization: ntl Cablemodem News Service
References: 02-01-055 02-01-091
Keywords: assembler, code
Posted-Date: 28 Jan 2002 01:04:08 EST

And just to be sure it works, the dissassembled code looks like:


0C99:0100 B241 MOV DL,41
0C99:0102 B402 MOV AH,02
0C99:0104 CD21 INT 21
0C99:0106 B000 MOV AL,00
0C99:0108 B44C MOV AH,4C
0C99:010A CD21 INT 21






"michelle" <donalies@adelphia.net> wrote in message
> Wow! I give my thanks to all who posted or emailed me in response.
>
> I believe I have enough to get started. Just for the record, in case
> anyone is searching through the archives, this is what I've decided to
> do:
>
> This little microassembler makes DOS .COM files
> http://sourceforge.net/projects/msa/ ...


> Here's my amazing piece of code so far:
> b2 41 b4 02 cd 21 b0 00 b4 4c cd 21
> which outputs the letter 'A' to the screen under DOS. A few more lines
and


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.