3 \ Some buggy changes to the assembler caused the values emitted by equw
4 \ to be incorrect; no obvious failure occurred. So it's important to check
5 \ the output of this to see that it's right, unlike the earlier
6 \ local-forward-branch-n.6502 tests which simply failed to assemble.
21 foo start ; should emit &ff &1f
22 foo baz ; should emit &01 &20
26 foo end ; should emit &09 &20
30 save "test", start, end