aw / fiveforths

32-bit RISC-V Forth for microcontrollers

Home Page:https://fiveforths.a1w.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle hex numbers

aw opened this issue · comments

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.