about summary refs log tree commit diff stats
path: root/subx/ex5
Commit message (Collapse)AuthorAgeFilesLines
* 4365Kartik Agaram2018-07-171-0/+0
|
* 4363 - subx: first program using the stack segmentKartik Agaram2018-07-161-0/+0
We allocate space for a local variable, read() a character from stdin to it, and write() it out to stdout.
/a> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87