about summary refs log tree commit diff stats
path: root/subx/examples/ex4.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/examples/ex4.subx')
-rw-r--r--subx/examples/ex4.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/examples/ex4.subx b/subx/examples/ex4.subx
index f053d3fe..17dae120 100644
--- a/subx/examples/ex4.subx
+++ b/subx/examples/ex4.subx
@@ -5,6 +5,7 @@
 #   $ subx run examples/ex4
 
 == code
+
 # syscall(read, stdin, X, 1)
   # fd = 0 (stdin)
 bb/copy-to-EBX  0/imm32
@@ -32,6 +33,7 @@ b8/copy-to-EAX  1/imm32/exit
 cd/syscall  0x80/imm8
 
 == data
+
 X:
   00 00 00 00  # space for read() to write to
 
alt'>
a654e4ec ^
e6056999 ^
a654e4ec ^
76755b28 ^
4690ce81 ^
a654e4ec ^
3e1349d2 ^
76755b28 ^

a654e4ec ^





76755b28 ^

a654e4ec ^
f344b250 ^
76755b28 ^




f344b250 ^
76755b28 ^




4690ce81 ^
76755b28 ^
f344b250 ^
76755b28 ^
f344b250 ^
76755b28 ^
f344b250 ^
76755b28 ^




a654e4ec ^
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
51
52
53
54
55