ASM80 cross assembler
Willard Goosey (5119) 257 posts |
I now have a RISC OS version of the ASM80 intel 8080 cross assembler! This is a CLI assembler (no frontend). It has good compatibility with CP/M’s ASM.COM. This is the first UNIX program I’ve successfully ported to RISC OS! |
Willard Goosey (5119) 257 posts |
New version of asm80: Now comes with 2 binaries: asm80 which assembles pure 8080 with the RIM and SIM instructions for the 8085, and asm85 which supports the full “undocumented” 8085 instruction set, using the Tundra names. full source and docs included. |