about summary refs log tree commit diff stats
path: root/subx/ex5.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4392Kartik Agaram2018-07-241-0/+4
|
* 4363 - subx: first program using the stack segmentKartik Agaram2018-07-161-0/+47
We allocate space for a local variable, read() a character from stdin to it, and write() it out to stdout.