Skip to content

Instantly share code, notes, and snippets.

View xenit's full-sized avatar

Jan Achrenius xenit

  • Microop Ltd.
View GitHub Profile
@xenit
xenit / speccy91.txt
Last active August 27, 2019 17:29
Spectrum version (32x24)
org $8000
ld ix,$4000
ld iy,$401f
ld hl, $4000
ld de, $4001
ld bc, 32*24*8
ld (hl), l
ldir
@xenit
xenit / apple48.txt
Last active August 25, 2019 12:05
Apple ][ version of my C64/6502 coding challenge entry, 48 bytes
* = $802
!let L=$06
!let R=v
jsr $fB40
sta $c052
jsr $f832
ldx #23
loop: txa
jsr $f847
lda #$77