mirror of
https://github.com/uffejakobsen/acme.git
synced 2025-02-16 19:32:16 +00:00
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@412 4df02467-bbd4-4a76-a152-e7ce94205b78
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
*=$1000
|
|
!pseudopc $8000 {
|
|
* = $6000 ; -> "Tried to write to negative address."
|
|
rts
|
|
}
|