On Wednesday 02 May 2001 10:17, you wrote:

> Anyone know a good one, or should I start
> writing my own, or patch z80asm?

I am working on a Z80 command line assembler/disassembler in Java. Assembling 
is about 75% finished, major thing missing is calculating labels and 
expressions. Disassembling is not started yet, but there is neatly formatted 
ASCII output functionality that I used to debug the parser. Also, there is 
the abstract syntax tree implementation from the assembler that can be 
reused. A disassembler would have to read Z80 opcodes and create the 
corresponding abstract syntax tree.

If you are going to write a disassembler, maybe we can join forces. A license 
like GPL is acceptable to me.

Bye,
                Maarten

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to