mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-24 16:31:14 +00:00
eeece2db6e
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@322 4df02467-bbd4-4a76-a152-e7ce94205b78
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
;ACME 0.97
|
|
|
|
;* = $0801 ; c64
|
|
;* = $1001 ; c16/+4
|
|
;* = $1c01 ; c128
|
|
!wo line2, 2021 ; 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
|