Decimal notation not supported?
Closed this issue · 2 comments
cyberjupiter commented
I tried putting 'D' at the end of an operand and it gives me
Expected comment, end of input, line end, or whitespace but "D" found.
Nothing big really, removing the 'D' or leaving any notation indicates to the assembler that it is a decimal value right?
debjitbis08 commented
Yes, by default the numeric values are assumed to be decimal. Although, numeric literals ending with a "D" should also work. Seems like a bug if there is parse error.
I will look into it.
debjitbis08 commented
Should be fixed in now.