Merge pull request #57 from ksherlock/link_badlabel_error2

qlinkgs - fix a couple cosmetic issues with error display
This commit is contained in:
Lane Roathe 2021-04-26 08:58:50 -07:00 committed by GitHub
commit e7852a03a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ linkerror php
_QASetWindow
_QAIncTotalErrs
lda :errcode
cmp #constraint
jeq :xit
cmp #notresolved
@ -122,6 +123,7 @@ errtbl dw syntax,str1
dw badasmcmd,str2
dw badcmd,str3
dw badlable,str4
dw badlable.$80,str4
dw outofmem,str5
dw undeflable,str6
dw badoperand,str7