This file contains hidden or 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
DEVICE ZXSPECTRUM48 | |
ORG #8000 | |
TEST | |
ld hl,0 | |
ld de,#4000 | |
ld bc,#1800 | |
ldir |
This file contains hidden or 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
; 30 characters wide 8x2 multicolor routine | |
; by Hikaru/Intense in 2018 | |
; SjASMPlus syntax | |
; Public Domain | |
; Screen: screen address (offset 0), e.g. #5800 | |
; Src: address in the source buffer | |
; | |
MACRO mMCOLOR Screen,Src | |
ld sp,Src+8 |