[App request] - Z80-ASM


stratego

Still Fresh
Joined
May 5, 2011
Messages
67
Age
49
Location
Edinburgh, Scotland
The Z80-ASM is a compiler/assembler and monitor. It runs under Linux, so I was thinking that it may run as well on the OP, right?


I do a lot of Z80 ASM, as I'm building my own Z80 homebrew computer, and I though "how cool (and geek, lol) would be to do some ASM while in the bus".


I'm not a C savvy but I managed to get it working in our Linux at work, just doing make :D But it seems I don't have make on the OP, so I guess I would have to download/install the C/C++ Development Tool.


C has always put me off and also I thought somebody with better skills than me could even create a PND for this? I would really appreciate it. Thanks a lot in advance.


Source can be downloaded from: http://wwwhomes.uni-...im/z80-asm.html
 
Last edited by a moderator:
I did compile up z88dk, which is a suite for coding for several z80-based computer architectures. Never got it into a pnd, though. Maybe I should?

Actually, that looks really nice, particularily the monitor. Me like!
 
I did compile up z88dk, which is a suite for coding for several z80-based computer architectures. Never got it into a pnd, though. Maybe I should?


Actually, that looks really nice, particularily the monitor. Me like!
z88dk is a C cross compiler. Z80-ASM is an Assembler compiler
 
Last edited by a moderator:
Back
Top