You really need to lay this out differently, many CPUs have 2 different instruction set and ABIs for 32 vs 64 bit code. They also often have an intermediate 32bit ABI with 64bit instructions inside functions…
You really need to lay this out differently, many CPUs have 2 different instruction set and ABIs for 32 vs 64 bit code. They also often have an intermediate 32bit ABI with 64bit instructions inside functions…