/z80-boilerplate

z80 boilerplate for using dezog with visual studio code to develop a standard z80 with 64k RAM.

Primary LanguageAssemblyMIT LicenseMIT

z80-boilerplate

Boilerplate code for z80 asm development using DeZog in VS Code for a basic z80 machine with 64k RAM.

Installation

Compiling

  • via VSCode:
    • Terminal, Run Build Task (Ctrl+Shift+B)
  • via terminal:
    • sjasmplus --sld=test.sld --fullpath --lst=test.list test.asm

Debugging

  • Click the "Run/Debug" icon on the left nav (Ctrl+Shift+D)
  • Choose "zSim" from the dropdown and click ▶ (F5)

Reference Documentation