mirror of
https://github.com/marketideas/qasm.git
synced 2025-03-12 14:32:01 +00:00
test updates
This commit is contained in:
parent
0bea0d2254
commit
f639c41946
@ -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
|
||||
|
5
testdata/allops-common-65816.S
vendored
5
testdata/allops-common-65816.S
vendored
@ -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
|
||||
|
||||
|
3
testdata/allops-common-65C02.S
vendored
3
testdata/allops-common-65C02.S
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user