Tree
- Tree:
d1d41864c128dbef96581b690a162965c6c6af7f
- Date:
- Message:
- sys: update .gitignore
.gitignore | commits | blame |
Makefile | commits | blame |
README.md | commits | blame |
TODO | commits | blame |
builtins.asm | commits | blame |
irc.c | commits | blame |
test.ir | commits | blame |
README.md
# ABI Caller-saved registers: AX, BX, CX, DX, ES Callee-saved registers: SI, DI, BP, CS, DS, SS Parameters: word-aligned, on the stack, backwards Return: AX [0..16], DX [16..32], BX [32..48], CX [48..64]