about summary refs log tree commit diff stats
path: root/subx/050_write.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4888Kartik Agaram2018-12-291-3/+3
| | | | We only can't use rm32=5 when mod=0. Totally fine when it's mod=1.
* 4881Kartik Agaram2018-12-281-1/+1
|
* 4832Kartik Agaram2018-12-041-0/+1
| | | | | | Let's start adding ':end' labels in all functions, just because it helps us visualize where function calls end in traces, thanks to the '--map' commandline argument.
* 4820Kartik Agaram2018-12-021-1/+1
|
* 4802Kartik Agaram2018-11-301-12/+12
| | | | | | | | | | | | | | | | Some automated commenting cleanup. Still needs more careful manual scanning. sed -i 's/^# 1-3/# . 1-3/' *.subx */*.subx sed -i 's/^# op/# . op/' *.subx */*.subx sed -i 's/# vim/# . . vim/' *.subx */*.subx sed -i 's/^ # push args/ # . . push args/' *.subx */*.subx sed -i 's/^ # discard args/ # . . discard args/' *.subx */*.subx sed -i 's/^ # call/ # . . call/' *.subx */*.subx sed -i 's/^ # prolog/ # . prolog/' *.subx */*.subx sed -i 's/^ # epilog/ # . epilog/' *.subx */*.subx sed -i 's/^ # save registers/ # . save registers/' *.subx */*.subx sed -i 's/^ # restore registers/ # . restore registers/' *.subx */*.subx sed -i 's/ operand / register /' *.subx */*.subx
* 4801Kartik Agaram2018-11-301-32/+32
| | | | Reindent all SubX code to make some room for the new comment style.
* 4780Kartik Agaram2018-11-261-1/+0
|
* 4759Kartik Agaram2018-11-201-2/+2
|
* 4705Kartik Agaram2018-10-161-1/+1
|
* 4702Kartik Agaram2018-10-161-0/+2
|
* 4701Kartik Agaram2018-10-161-0/+44
vision' href='/danisanti/profani-tty/blame/src/command/command.h?id=fb0e0659023e6483418de2a06626d640644e94d9'>^
6246c8b9 ^
b3f60232 ^
2490f5b4 ^
6a32ed45 ^
a2726b6a ^

eb105e91 ^
a2726b6a ^
eb550eed ^
e0dfe483 ^
5e99a791 ^
e0dfe483 ^
a2726b6a ^

fd6620a9 ^
a7df149e ^
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