Skip to content

Instantly share code, notes, and snippets.

@Liniya
Liniya / rl-sp-2px.asm
Created October 6, 2020 17:14
ZX Spectrum 2px scroll example
DEVICE ZXSPECTRUM48
ORG #8000
TEST
ld hl,0
ld de,#4000
ld bc,#1800
ldir
@Liniya
Liniya / mcolor-test-linear3-30.a80
Last active June 9, 2020 10:12
30 characters wide 8x2 multicolor routine (ZX Spectrum)
; 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