about summary refs log tree commit diff stats
path: root/subx/examples/ex12.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4757Kartik Agaram2018-11-201-2/+2
| | | | | | 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-2/+2
|
* 4668Kartik Agaram2018-10-051-3/+3
|
* 4667Kartik Agaram2018-10-051-2/+2
| | | | | Standardize on hyphens in all names. And we'll use colons for namespacing labels in functions.
* 4662Kartik Agaram2018-10-051-1/+1
|
* 4644Kartik Agaram2018-10-011-3/+3
|
* 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.
* 4619 - new syscall: mmap()Kartik Agaram2018-09-291-0/+43