mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
fc296d6abd
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@398 4df02467-bbd4-4a76-a152-e7ce94205b78
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
*=$3000
|
|
; file names are relative to the containing file beginning with 0.98:
|
|
!src "subdir/sub1.inc"
|
|
!if depth_given_in_included_file != 0 {
|
|
!error "included wrong file."
|
|
}
|
|
; program counter no longer silently wraps to zero beginning with 0.98:
|
|
!pseudopc $fffe {
|
|
!by 0, 1, 2, 3
|
|
label }
|
|
!if label != 2 {
|
|
!error "program counter does not wrap to zero"
|
|
}
|