mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-25 07:31:52 +00:00
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
|
!if FORMAT == 0 {
|
||
|
!to "test.o"
|
||
|
} else if FORMAT == 1 {
|
||
|
!to "test.o", plain
|
||
|
} else if FORMAT == 2 {
|
||
|
!to "test.o", cbm
|
||
|
} else if FORMAT == 3 {
|
||
|
!to "test.o", apple
|
||
|
} else {
|
||
|
!error "unexpected FORMAT"
|
||
|
}
|
||
|
*=$1000
|
||
|
lda #1
|
||
|
rts
|