Z80 Assemblers on Linux for RC2014
Here’s a quick post on how I got some Z80 assembly code onto my Z80 SC114 SBC from Linux. This is using the fantastic Small Computer Monitor software that comes pre-installed. First, install the necessary packages. Be sure to use z80asm and z80dasm from the repositories rather than the one that comes with z88dk if you have that installed. From Linux: – sudo apt install z80asm z80dasm srecord Or from MacOS: – brew install z80asm z80dasm srecord Here’s…