mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-28 13:49:22 +00:00
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
|
;ACME 0.97
|
||
|
|
||
|
;* = $0801 ; c64
|
||
|
;* = $1001 ; c16/+4
|
||
|
;* = $1c01 ; c128
|
||
|
!wo line2, 2020 ; link pointer and line number
|
||
|
!by $9e, ' ' ; "sys "
|
||
|
!by '0' + entry % 10000 / 1000
|
||
|
!by '0' + entry % 1000 / 100
|
||
|
!by '0' + entry % 100 / 10
|
||
|
!by '0' + entry % 10
|
||
|
!pet ':', $8f, " this is a comment!" ; ":rem "
|
||
|
!by 0 ; line terminator
|
||
|
line2 !wo 0 ; program terminator
|
||
|
|
||
|
entry ; the BASIC stub jumps here
|