test updates

This commit is contained in:
marketideas 2019-11-17 14:26:06 -08:00
parent 0bea0d2254
commit f639c41946
3 changed files with 14 additions and 3 deletions

View File

@ -13,10 +13,15 @@ SRC=`ls ./testdata`
for S in $SRC ; do
rm -f $TMPFILE
./qasm -o 0/$OUTDIR/$S ./testdata/$S >> $TMPFILE
S1=$S
S1=${S1/.S/.bin}
S1=${S1/.s/.bin}
./qasm -o 0/$OUTDIR/$S1 ./testdata/$S >> $TMPFILE
R=?$
echo $S
echo $S " " $S1
cat $TMPFILE | grep "End qASM assembly"
done

View File

@ -2,6 +2,11 @@
; See the LICENSE.txt file for distribution terms (Apache 2.0).
;
; Assembler: Merlin 32
MV0 equ $FE0000
MV1 equi $FF0000
ABS equ $A55A
ZP equ $FF
ORG $1000

View File

@ -2,7 +2,8 @@
; See the LICENSE.txt file for distribution terms (Apache 2.0).
;
; Assembler: Merlin 32
ABS equ $A55A
ZP equ $FF
ORG $1000
JSR PostBRK