about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-13 20:23:51 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-13 20:23:51 -0700
commitef845524e90c736b6cbab9320bc41114d421ff63 (patch)
treecd9d0e11b1cba8fa035340e697ee0fa9ca0ae0e2 /build
parent7e55a20ff4c9bdb64b55daddd551f19cd7a51bcb (diff)
downloadmu-ef845524e90c736b6cbab9320bc41114d421ff63.tar.gz
6516 - operations on bytes
Byte-oriented addressing is only supported in a couple of instructions
in SubX. As a result, variables of type 'byte' can't live on the stack,
or in registers 'esi' and 'edi'.
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions
='Blame the previous revision' href='/akkartik/mu/blame/subx/034compute_segment_address.cc?h=hlt&id=4b506b630ce28b3574a9f903904588f92dd3a1c1'>^
4a943d4e ^






dd7077f7 ^
4a943d4e ^


1bbbf14f ^
73aa4d14 ^

5c368edc ^
1bbbf14f ^



c442a5ad ^
1bbbf14f ^


83c67014 ^


4e8f5fa4 ^
87d5bdb9 ^
a6517ed8 ^

4a99a6e0 ^
1bbbf14f ^

a6517ed8 ^










a6061b9f ^

a6517ed8 ^

8998908e ^
a6061b9f ^
eee09a56 ^
a6061b9f ^
eee09a56 ^
3c46d5a2 ^
a6061b9f ^




8998908e ^








eee09a56 ^
8998908e ^



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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86