mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
*=$1000
|
||
|
nop
|
||
|
!pseudopc $0300 {
|
||
|
nop
|
||
|
!if * != $0301 { !error "pseudo pc is not $301" }
|
||
|
!if &* != $1002 { !error "un-pseudo'd pc is not $1002" }
|
||
|
}
|