mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
2e2eb5e60c
added test files. git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@344 4df02467-bbd4-4a76-a152-e7ce94205b78
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" }
|
|
}
|