about summary refs log tree commit diff stats
path: root/tools/create_container
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-28 22:41:26 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-28 22:41:26 -0700
commitb22fa8afd813270cfb4639c8bdd9a685488af7f2 (patch)
treef49e225b7bba0f1a763d66de8f8e43d52b423268 /tools/create_container
parent583a966d3e0b0f0e0fa9166986c877fda0643196 (diff)
downloadmu-b22fa8afd813270cfb4639c8bdd9a685488af7f2.tar.gz
6423 - done with sample app 'print-file'
Observations:
  - the orchestration from 'in' to 'addr-in' to '_in-addr' to 'in-addr'
    is quite painful. Once to turn a handle into its address, once to turn
    a handle into the address of its payload, and a third time to switch
    a variable out of the overloaded 'eax' variable to make room for read-byte-buffered.
  - I'm starting to use SubX as an escape hatch for features missing in Mu:
    - access to syscalls (which pass args in registers)
    - access to global variables
Diffstat (limited to 'tools/create_container')
0 files changed, 0 insertions, 0 deletions
ef='/akspecs/aerc/blame/doc/aerc-smtp.5.scd?h=0.6.0&id=98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942'>^
fc719e4 ^

4875813 ^
fc719e4 ^





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