summaryrefslogtreecommitdiff
path: root/miniasm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-19 19:38:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-19 19:38:06 +0100
commitbbd453b227589ba531f839cee12d29e8015f5550 (patch)
treea3d7de5eaf2f253f4c4d2fc2b7b0afb1df84e487 /miniasm
parenteac8370242da9375e32225f1d8bd3b4df56b67e4 (diff)
downloadcompilertests-bbd453b227589ba531f839cee12d29e8015f5550.tar.gz
compilertests-bbd453b227589ba531f839cee12d29e8015f5550.tar.bz2
another try in pure C first
Diffstat (limited to 'miniasm')
-rw-r--r--miniasm/README.IntelSubset5
1 files changed, 5 insertions, 0 deletions
diff --git a/miniasm/README.IntelSubset b/miniasm/README.IntelSubset
index 3d5cfb3..fbdadd8 100644
--- a/miniasm/README.IntelSubset
+++ b/miniasm/README.IntelSubset
@@ -62,3 +62,8 @@ xor eax, eax -> mov eax, 0
inc eax -> add eax, 1
test eax, eax -> cmp eax, 0
lea -> mov, add, etc.
+
+links
+-----
+
+http://pages.cs.wisc.edu/~markhill/cs354/Fall2008/notes/Pentium.html