fix decimal and hex

llvm
Clyne 2 years ago
parent dac0553eb5
commit 914a75b209
Signed by: clyne
GPG Key ID: 3267C8EBF3F9AFC7

@ -36,8 +36,8 @@
: postpone 1 3 cells ! ; imm
: _input 4 cells ;
: decimal 1 1+ base ! 1010 base ! ;
: hex 1 1+ base ! 10000 base ! ;
: decimal 10 base ! ;
: hex 16 base ! ;
: ['] ' postpone literal ; imm
: [ 0 state ! ; imm

Loading…
Cancel
Save