Add decimal for small (up to 8 digit) numbers

This commit is contained in:
PleegWat
2026-09-15 21:11:14 +02:00
parent ae5f90456c
commit 016c6f7008
2 changed files with 91 additions and 7 deletions
+4 -1
View File
@@ -52,7 +52,10 @@ tests:
@0x201c0 U32 0x32fF6 U8 16 "32FF6\0"
@0x20200 U32 0xdeadbeef U8 16 "DEADBEEF\0"
@0x20240 U32 0xFFFFFFFF U8 16 "FFFFFFFF\0"
@0x20280
@0x20280 U32 0 U8 10 "0\0"
@0x202c0 U32 42069 U8 10 "42069\0"
@0x20300 U32 12345678 U8 10 "12345678\0"
@0x20340
end_of_tests:
scratch: U1024 0