crasm icon indicating copy to clipboard operation
crasm copied to clipboard

Fixed no operand D[BWL] segfault

Open retro65 opened this issue 6 years ago • 0 comments

Fixed no operand D[BWL] segfault, now calls error and Xdc returns immediately. Test:

* = $8000
DB
DW
DL

Originally a segfault on line 2, now an error is issued per each D[BWL].

retro65 avatar Jul 01 '19 17:07 retro65