Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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