diff options
| author | uvok | 2026-01-16 12:50:27 +0100 |
|---|---|---|
| committer | uvok | 2026-01-16 12:50:27 +0100 |
| commit | 63601830da505314839ebe4edbcf6c88af16c69b (patch) | |
| tree | 1bfec4c20c46cac4d89986f74e077bad167b03a2 /nandgame/assembler/number_test.txt | |
| parent | d7dfbe810354335ca39c8d14013782b7e8152fd3 (diff) | |
parser: Add support for bin,oct and fix hex nums
Diffstat (limited to 'nandgame/assembler/number_test.txt')
| -rw-r--r-- | nandgame/assembler/number_test.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nandgame/assembler/number_test.txt b/nandgame/assembler/number_test.txt new file mode 100644 index 0000000..5735425 --- /dev/null +++ b/nandgame/assembler/number_test.txt @@ -0,0 +1,5 @@ +; test number parsing +0b10 +010 +10 +0x10 |
