cbiffle / propasm

Assembler for the Parallax Propeller microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

32-bit hex constants don't work.

GoogleCodeExporter opened this issue · comments

e.g.

value  long $8000_0000

NumberFormatException.  Yay!

Original issue reported on code.google.com by cbif...@gmail.com on 27 Oct 2006 at 7:19

Original comment by cbif...@gmail.com on 27 Oct 2006 at 7:30

  • Added labels: Component-Parsing
32-bit (unsigned) hex, binary, and decimal constants now work.

Original comment by cbif...@gmail.com on 21 Nov 2006 at 4:26

  • Changed state: Fixed