mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
059238874d
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@15 4df02467-bbd4-4a76-a152-e7ce94205b78
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
;ACME 0.94.4
|
|
|
|
!ifdef lib_cbm_basic2_a !eof
|
|
lib_cbm_basic2_a = 1
|
|
|
|
!source <cbm/basic1.a> ; from 0x80 to 0xca
|
|
|
|
; token values
|
|
token_GO = $cb
|
|
|
|
; Macros for inserting BASIC commands
|
|
!macro b_GO {!by token_GO}
|