summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-08 13:53:05 +0100
committerandromeda <andromeda@lenovo>2026-03-08 13:53:05 +0100
commit76e9cc4cd7a32c0729d8b7511fa018e37cf96341 (patch)
tree529681af8ab294d73c2d8101810c7a0c1b137d97
parent002100bd7086bc1b05120e846b09d3e44b65f6f4 (diff)
add resources to README
-rw-r--r--twasm/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/twasm/README.md b/twasm/README.md
index c7dc833..7d0309d 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -10,6 +10,7 @@ I want to compile Bootler and Twasm with the Twasm assembler
- [instructions](https://www.felixcloutier.com/x86/)
- [opcodes,ModR/M,SIB](http://ref.x86asm.net/coder64.html) (no secure site available)
+- [calling conventions](https://wiki.osdev.org/Calling_Conventions); I try to use System V
### memory map