Tag: assembly
-
Adventures in Squeak: x64 sizeof PROCESSENTRY32
Over the past few months I have been developing my programming language, Squeak, which compiles Squeak files into first byte executable instructions for Windows systems. Recently I have been adding support for x64 Windows in addition to x32 Windows. I ran into this frustrating behaviour while trying to calculate offsets for member variables in structs/pointer…