amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

[Compiler] Load Argument should be reliable #21

Open amaneureka opened 8 years ago

amaneureka commented 8 years ago

Accessing Parameters within Assembly Method stubs should not be offset dependent. It will make things ugly when we want to make any change in calling convention.