mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
|
; 0.86 warns about using "!to" without file format indicator:
|
||
|
!to "test.o"
|
||
|
; "!pseudopc"/"!realpc" warn in 0.86, throw error in 0.94.8:
|
||
|
*=$1000
|
||
|
!pseudopc $2345
|
||
|
!wo *
|
||
|
!realpc
|
||
|
|
||
|
!src "dialect086.a"
|