Resident editor/asm/disasm/debugger for 8080/85/Z80
ALPS is a system designed to aid in the creation, modification, and debugging of assembly language programs for the 8080 family of micro processors.
The DIS80.ASM and TEST.ASM programs were written using ED80, on a system with VERY limited RAM, consequently, NO comments (ARGH).. I have added enough comments, so that you should be able to figure out the I/O stuff, GOOD LUCK!!!
ED80.ASM was originaly cross-developed on a main-frame system, and therefore is commented to death in my usual style.
File List:
ALPS.DOC
28Kb
CATALOG
27Kb
DIS80.ASM
11Kb
ED80.ASM
47Kb
READ.ME
1Kb
TEST.ASM
15Kb
Similar code
The DDS MICRO-C Compiler
(Popularity: ) : A compact 'C' compiler for Small Systems. different processors & computer platforms. Code generators are available for 8080, 8051, 80x86, 8096, 6809, 68HC11 and 68HC16 cpu's, 6502 CPU Emulator for GBA
(Popularity: ) : Proof of concept developing an emulator. The first steps (10% of 6502 CPU opcodes yet implemented) towards an Atari 800XL emulator running on a GameBoy Advance.
One-Step-Debugger for technical reasons implemented. Written in GBA ARM assembly. Commented source code and full ...