Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4407 - error message on unimplemented syscalls | Kartik Agaram | 2018-07-25 | 1 | -0/+2 |
| | | | | Fixes #9. | ||||
* | 4386 - start of syntax-checking | Kartik Agaram | 2018-07-22 | 1 | -1/+1 |
| | |||||
* | 4380 - single-byte opcodes all documented | Kartik Agaram | 2018-07-20 | 1 | -0/+3 |
| | |||||
* | 4364 | Kartik Agaram | 2018-07-17 | 1 | -1/+0 |
| | |||||
* | 4363 - subx: first program using the stack segment | Kartik Agaram | 2018-07-16 | 1 | -0/+2 |
| | | | | | We allocate space for a local variable, read() a character from stdin to it, and write() it out to stdout. | ||||
* | 4352 - subx: write() syscall | Kartik Agaram | 2018-07-16 | 1 | -1/+4 |
| | |||||
* | 4333 | Kartik Agaram | 2018-07-10 | 1 | -1/+1 |
| | | | | Fix a warning in CI. | ||||
* | 4331 | Kartik Agaram | 2018-07-08 | 1 | -0/+3 |
| | | | | Fix CI. | ||||
* | 4327 | Kartik Agaram | 2018-07-08 | 1 | -2/+1 |
| | | | | Encapsulate RAM management. | ||||
* | 4326 - new example: read() from stdin | Kartik Agaram | 2018-07-07 | 1 | -0/+5 |
| | | | | | Currently only runs in emulated mode. Likely a paging issue, writing data to code page. I'm not checking the return value. | ||||
* | 4284 - implement first syscall for subx | Kartik Agaram | 2018-06-28 | 1 | -0/+19 |
Hopefully I won't need much more than exit, read and write. |