acme/testing/errors/negativeaddress.a
2024-08-31 20:28:50 +00:00

6 lines
92 B
Plaintext

*=$1000
!pseudopc $8000 {
* = $6000 ; -> "Tried to write to negative address."
rts
}