about summary refs log tree commit diff stats
path: root/subx/ex1.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/ex1.subx')
-rw-r--r--subx/ex1.subx10
1 files changed, 10 insertions, 0 deletions
diff --git a/subx/ex1.subx b/subx/ex1.subx
new file mode 100644
index 00000000..f326d231
--- /dev/null
+++ b/subx/ex1.subx
@@ -0,0 +1,10 @@
+## first program: same as https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
+
+# opcode        ModR/M                    SIB                   displacement    immediate
+# instruction   mod, reg, Reg/Mem bits    scale, index, base
+# 1-3 bytes     0/1 byte                  0/1 byte              0/1/2/4 bytes   0/1/2/4 bytes
+  bb                                                                            2a 00 00 00  # copy 0x2a (42) to EBX
+  05                                                                            01 00 00 00  # copy 1 to EAX
+  cd                                                                            80           # int 80h
+
+# vim:ft=subx
nisanti/profani-tty/commit/src/xmpp/message.h?id=59b79ec20c1b8e858e5c9be455f61b5be336ad88'>59b79ec2 ^
f9737251 ^











59b79ec2 ^

107fdd35 ^

59b79ec2 ^
44d16e91 ^

a2726b6a ^

1ae5d9f1 ^
a2726b6a ^

aabe3aff ^
b8c80594 ^
a2726b6a ^
59b79ec2 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50