mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-13 20:32:14 +00:00
Merge pull request #57 from ksherlock/link_badlabel_error2
qlinkgs - fix a couple cosmetic issues with error display
This commit is contained in:
commit
e7852a03a6
@ -15,6 +15,7 @@ linkerror php
|
|||||||
_QASetWindow
|
_QASetWindow
|
||||||
|
|
||||||
_QAIncTotalErrs
|
_QAIncTotalErrs
|
||||||
|
lda :errcode
|
||||||
cmp #constraint
|
cmp #constraint
|
||||||
jeq :xit
|
jeq :xit
|
||||||
cmp #notresolved
|
cmp #notresolved
|
||||||
@ -122,6 +123,7 @@ errtbl dw syntax,str1
|
|||||||
dw badasmcmd,str2
|
dw badasmcmd,str2
|
||||||
dw badcmd,str3
|
dw badcmd,str3
|
||||||
dw badlable,str4
|
dw badlable,str4
|
||||||
|
dw badlable.$80,str4
|
||||||
dw outofmem,str5
|
dw outofmem,str5
|
||||||
dw undeflable,str6
|
dw undeflable,str6
|
||||||
dw badoperand,str7
|
dw badoperand,str7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user