aw / fiveforths

32-bit RISC-V Forth for microcontrollers
https://fiveforths.a1w.ca
MIT License
66 stars 3 forks source link

Handle hex numbers #16

Closed aw closed 1 year ago

aw commented 1 year ago

Currently it is not possible to input a hex number. It would be quite useful if we could enter something like 0x20000000 and store it in memory as the decimal 536870912. This would make it easier to work with memory addresses for GPIOs and other MCU hardware features.