Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
;assumes this runs inline
|
||||
org &1000 ;program start
|
||||
main:
|
||||
call GetInput ;unimplemented input get routine, returns key press in accumulator
|
||||
cp 'Y' ;compare to ascii capital Y
|
||||
ret z ;return to BASIC if equal
|
||||
jp main ;loop back to main
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
forever:
|
||||
jr forever
|
||||
Loading…
Add table
Add a link
Reference in a new issue