e0/spec.md
Michael Zhang 4ea1071ca1
a
2022-03-23 01:12:37 -05:00

251 B

Types

  • Primitive ints {u,i}{8,16,32,64}
  • Pointer
  • Struct

IR

Calling Convention

This language targets x86_64 linux architecture.

  • Arguments are passed via RDI, RSI, RDX, RCX, R8, R9.
  • Integer return values in RAX.