about summary refs log tree commit diff stats
path: root/subx/062write-byte.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4918Kartik Agaram2019-01-101-1/+1
|
* 4916Kartik Agaram2019-01-101-1/+73
| | | | | In the process of building slice primitives I found an out-of-bounds access in write-byte.
* 4911Kartik Agaram2019-01-061-2/+2
|
* 4888Kartik Agaram2018-12-291-3/+3
| | | | We only can't use rm32=5 when mod=0. Totally fine when it's mod=1.
* 4884Kartik Agaram2018-12-281-1/+1
|
* 4881Kartik Agaram2018-12-281-1/+1
|
* 4842Kartik Agaram2018-12-051-2/+1
|
* 4838Kartik Agaram2018-12-041-10/+10
| | | | Better to use EDI as a mnemonic for 'destination'.
* 4836Kartik Agaram2018-12-041-1/+1
|
* 4835Kartik Agaram2018-12-041-1/+1
|
* 4832Kartik Agaram2018-12-041-0/+2
| | | | | | Let's start adding ':end' labels in all functions, just because it helps us visualize where function calls end in traces, thanks to the '--map' commandline argument.
* 4828 - writing to buffered-fileKartik Agaram2018-12-031-0/+160
This is likely a sub-optimal interface, but I'm trying not to agonize. The whole point of Mu is to permit radical changes at any point in time.