1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 18:50:24 +00:00
QB64-PE/tests/compile_tests/const/hex_literals.output
Matthew Kilgore 90941fffa7 Replace CONSTs while we have the individual elements
This moves the CONST replacement up before we turn the elements into a
single string. The advantage is that we don't have to worry about
splitting the string properly to find the CONST names as the elements
are already split for us.t
2024-01-18 13:00:13 -05:00

20 lines
680 B
Text

byte: 79 4F
byte negative: -1 FF
integer: 255 FF
integer negative: -13 FFF3
long: 16711935 FF00FF
long negative: -256 FFFFFF00
long negative sign extension: -256 FFFFFF00
ulong: 1342177024 4FFFFF00
ulong negative: 4294967040 FFFFFF00
ulong negative sign extension: 4294967040 FFFFFF00
int64: 5764607523034234624 4FFFFFFFFFFFFF00
int64 negative: -256 FF00
int64 negative sign extension: -256 FF00
int64 negative sign extension: -256 FF00
uint64 negative: 18446744073709551360 FF00
uint64 negative sign extension: 18446744073709551360 FF00
uint64 negative sign extension: 18446744073709551360 FF00
uint64: 4611686018427387905 4000000000000001
ulong uinteger: 65535 FFFF