tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
254 stars 17 forks source link

Align stack address #27

Closed tyfkda closed 5 years ago

tyfkda commented 5 years ago

16 byte alignment.

x86-64 モードのプログラミングではスタックのアライメントに気を付けよう - uchan note