A86: i'm writing a z80 assembler in java and need your help


[Prev][Next][Index][Thread]

A86: i'm writing a z80 assembler in java and need your help




i'm writing...in java and here's the problem.
for the following command:
3A nnnn         LD      A,(nnnn)
suppose the line was:
 LD A,(1234)
would the object code be:
3A1234 or 3A3412 or something else? It it the same for all commands?

In other news, can someone tell me how to convert TASM output to .86p? Dont
tell me a program, I want source or info. Also, i dont have a PC so i can't
figure out this stuff on my own.

-Thanks, Adler
-- 
===============================
| Andy de los Reyes
| http://www.digicron.com/adler
| adler@digicron.com
===============================


Follow-Ups: