acme/examples/misc/basicstub.a
marcobaye eeece2db6e added "double dabble" example
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@322 4df02467-bbd4-4a76-a152-e7ce94205b78
2021-11-04 20:15:04 +00:00

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