How to force procedures to be aligned to 0/1 bytes in the compiler to get code for Go32V2 or Windows x86 or Windows x64 target? In this way, I want to keep the size of the executable file as small as possible, possibly losing speed. What would I need to change in the source code?
Thanks.