Standing on the shoulders of giants: Let the compiler tell you what the ABI is

210 · Raymond Chen · Jan. 12, 2022, 5:02 p.m.
A necessary (but not sufficient) condition for verifying that your handwritten assembly language conforms to the ABI is to compare it to something that definitely conforms to the ABI, namely, a compiler for that ABI. In my various historical CPU architecture series, The post Standing on the shoulders of giants: Let the compiler tell you what the ABI is appeared first on The Old New Thing....