about summary refs log tree commit diff stats
path: root/subx/013direct_addressing.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-20 23:59:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-20 23:59:23 -0700
commit90538f232a31c621323ba1b8b93fad57c555b810 (patch)
tree1547e1f77457cc7d2aa83cc2f3468a377901489d /subx/013direct_addressing.cc
parent4fe73d475778af04ddcc4568b64a2c8035bca028 (diff)
downloadmu-90538f232a31c621323ba1b8b93fad57c555b810.tar.gz
5431 - starting to translate std lib
Currently failing at layer 54:
```
$ time ./translate 049memory_layout.subx 05[0-4]*.subx;  ./subx run a.elf test
leaky-get-or-insert-slice: too many segments
```

Emulation is also damn slow. But running in native mode is fast.
Diffstat (limited to 'subx/013direct_addressing.cc')
0 files changed, 0 insertions, 0 deletions
'>f6ca1ba1 ^
a16c53f5 ^
d2035496 ^

a16c53f5 ^

d2035496 ^

a16c53f5 ^
2655d9e8 ^
7d6e64a5 ^
d2035496 ^
7d6e64a5 ^

d2035496 ^
7d6e64a5 ^


d2035496 ^









78841f2e ^


d2035496 ^


78841f2e ^


d2035496 ^


03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
d28930ea ^
d2035496 ^
03dd5f58 ^
d2035496 ^
5b769a3f ^
d2035496 ^
c588a118 ^
28f5cdf7 ^
2655d9e8 ^

d28930ea ^
d2035496 ^
d28930ea ^
8e0d8d2a ^
11066f20 ^
d2035496 ^
5b769a3f ^
11066f20 ^
d2035496 ^





131034ec ^



c2e94bfb ^
2655d9e8 ^
b80bf037 ^
3c062438 ^



11066f20 ^

2655d9e8 ^

8014e902 ^
2655d9e8 ^


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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109