acme/testing/auto/unpseudo.a
2024-02-21 01:26:13 +00:00

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" }
}