Search results
basic 10liner pure80
Score: 160.87 %,
Type: Forum topic , Comments: 4 comments
hi all, in march i'll have an entry at homeputerium 2020
a 10 line basic game, pure80 category, each line must have 80 chars max
here's my work so far
https://youtu.be/YDbfOgUPb0Y
New New version:
https://youtu.be/-hBy4V2F6Ro
hmmm i could not do that in hmmm ...
Secret keyboard sequence
Score: 160.36 %,
Type: Forum topic , Comments: 11 comments
.CHECK_BUFFER
LD HL,BUFFER_START
LD (BUFFER_POINTER),HL
LD (HL),0
RET ...
POP HL
PUSH DE
JP (HL)
.TO_NEXT_CMD:
LD C,0FFH
XOR A
DEC HL
CPIR ... "BEEP",0
DEFW #C0 ; Say beep
DEFB "MUSIC TEST",0
DEFW MUSIC_TEST_ROUTINE
DEFB ...
