Optimizing Inline Assembly

The Compiler is free to modify the instruction stream as long as its semantics remains the same. This is especially true for stack pointer indirect accesses (ind, SP, for example, accesses to local variables), which may be replaced by TSX and a ind, H:X access.