Zachary Wassall
Zachary Wassall
I would expect `ti_Resize` to add/remove bytes at the current offset, or maybe at the end, but it instead appears to do so at the start of the file.
## Absolute value All of them synthesize the operation (poorly) - [ ] `int8_t` - [ ] `int16_t` - [ ] `int24_t` - [ ] `int32_t` - [ ] `int48_t`...
Demonstration: https://discord.com/channels/432891584451706892/1184990251769397380/1305595574246182952 > Compiling c -std=gnu11 in `-Oz` for ez80: > ```cpp > int48_t foo(int48_t x) { return ~x; } > ``` > ```avrasm > public _foo > _foo: >...