8 lines
100 B
Forth
8 lines
100 B
Forth
|
|
HEX
|
||
|
|
FEEDFACE
|
||
|
|
2 BASE !
|
||
|
|
1011001
|
||
|
|
DECIMAL
|
||
|
|
1234
|
||
|
|
: mask var @ [ base @ hex ] 3fff and [ base ! ] var ! ;
|