about summary refs log tree commit diff stats
path: root/subx/examples/ex12.subx
Commit message (Collapse)AuthorAgeFilesLines
* 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