about summary refs log tree commit diff stats
path: root/subx/034compute_segment_address.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 12:37:33 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 12:37:33 -0700
commit0828df68de1defe68d63fd19cd3ed76be09918c8 (patch)
tree6b97a0a0b09777f8c26987c5fad1fee5b696d433 /subx/034compute_segment_address.cc
parent8998908e63c1231ac8b83232623ab8c6d77fe9d1 (diff)
downloadmu-0828df68de1defe68d63fd19cd3ed76be09918c8.tar.gz
4566
Neither jump nor call instructions support immediates. Drop that.
The only form of absolute addressing relies on rm32.
Diffstat (limited to 'subx/034compute_segment_address.cc')
0 files changed, 0 insertions, 0 deletions
zed/externalized configuration to config.h' href='/acidbong/suckless/dwm/commit/config.h?h=5.4.1&id=a73a88280681acdab047bd11a9ba77d97d6a0b72'>a73a882 ^
b38905b ^
a73a882 ^


































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