24 bit integers that are exactly 3 bytes packed
I am writing a tool to port games written in C/C++ from the 24bit eZ80 to Windows/Linux. One of the issues is that int24_t
doesn’t exist on x86/x64.
I am writing a tool to port games written in C/C++ from the 24bit eZ80 to Windows/Linux. One of the issues is that int24_t
doesn’t exist on x86/x64.