This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |