2020-07-05 14:13:01 -04:00
|
|
|
CODE (s) ( string literal )
|
|
|
|
PC ORG @ 0x2d + ! ( stable ABI JP )
|
|
|
|
( Like (n) but instead of being followed by a 2 bytes
|
|
|
|
number, it's followed by a string. When called, puts the
|
|
|
|
string's address on PS )
|
2020-07-06 23:31:00 -04:00
|
|
|
BC PUSH,
|
|
|
|
LDA(BC), C ADDr,
|
|
|
|
IFC, B INCr, THEN,
|
|
|
|
C A LDrr,
|
|
|
|
BC INCd,
|
2020-04-22 21:19:12 -04:00
|
|
|
;CODE
|