mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-25 07:31:52 +00:00
09b4b16c10
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@346 4df02467-bbd4-4a76-a152-e7ce94205b78
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
*=$1000
|
|
nop
|
|
!pseudopc $0300 {
|
|
nop
|
|
!if * != $0301 { !error "pseudo pc is not $0301" }
|
|
!if &* != $1002 { !error "un-pseudo'd pc is not $1002" }
|
|
*=$0380
|
|
nop
|
|
!if * != $0381 { !error "pseudo pc is not $0381" }
|
|
!if &* != $1082 { !error "un-pseudo'd pc is not $1082" }
|
|
}
|
|
!if * != $1082 { !error "pc is not $1082" }
|