Skip to content

Instantly share code, notes, and snippets.

View ruyrybeyro's full-sized avatar

Rui Ribeiro ruyrybeyro

View GitHub Profile
@ruyrybeyro
ruyrybeyro / disz80.asm
Last active September 29, 2019 20:33 — forked from jblang/disz80.asm
John Kerr's DIS-Z80 with Comments - adapted for the ZX Spectrum
; Adapted for Z80 Spectrum syntax, assembled with pasmo
; Z80 disassembly routine in Z80
ORG 50000
LD A,2 ; upper screen
CALL 5633 ; open channel
LD DE,0 ; first address to disassembly