about summary refs log tree commit diff stats
path: root/subx/examples/ex4.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4757Kartik Agaram2018-11-201-7/+7
| | | | | | Let's start highlighting all global variables in Red. Assembly programming has a tendency to over-use them. They're a necessary evil, but we should minimize the number of functions that access them.
* 4698Kartik Agaram2018-10-141-5/+5
|
* 4669Kartik Agaram2018-10-051-27/+23
|
* 4668Kartik Agaram2018-10-051-9/+9
|
* 4662Kartik Agaram2018-10-051-1/+1
|
* 4650Kartik Agaram2018-10-021-9/+9
|
* 4644Kartik Agaram2018-10-011-7/+7
|
* 4639Kartik Agaram2018-10-011-3/+3
|
* 4624Kartik Agaram2018-09-301-1/+1
| | | | | | | | Start requiring a '-o' flag to designate the output binary when translating. Things currently get funky if you pass in multiple inputs, but that's ok. This is the first step to supporting multiple input files for a single output binary.
* 4581Kartik Agaram2018-09-211-3/+3
| | | | | | | | | | | | Even more cuddling. We want to keep lines short where the opcode and operands are self-explanatory. If there are any implicit registers, etc., we'll continue to do the table layout. The first two columns look messy now; let's see how this goes. Maybe I'll give up on the tabular layout altogether, just string args with a single space.
* 4564Kartik Agaram2018-09-201-1/+1
|
* 4562Kartik Agaram2018-09-201-3/+3
|
* 4561Kartik Agaram2018-09-201-11/+11
|
* 4535 - support for global variable namesKartik Agaram2018-09-011-3/+4
|
* 4531 - automatically compute segment addressesKartik Agaram2018-09-011-1/+1
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-0/+41
'>107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153