about summary refs log tree commit diff stats
path: root/html/subx/apps/handle.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 5221Kartik Agaram2019-05-221-172/+184
| | | | Explore using a second register for pointer dereferencing.
* 5220Kartik Agaram2019-05-221-358/+374
|
* 5216Kartik Agaram2019-05-221-164/+165
|
* 5211Kartik Agaram2019-05-201-274/+302
| | | | Update syntax-highlighted renderings after a _long_ time.
* 5077Kartik Agaram2019-04-101-1/+1
|
* 4982Kartik Agaram2019-02-181-334/+329
|
* 4957Kartik Agaram2019-02-111-8/+8
|
* 4932Kartik Agaram2019-01-161-8/+8
|
* 4914Kartik Agaram2019-01-071-171/+167
|
* 4900Kartik Agaram2018-12-301-353/+347
| | | | | | | | | | | Finally really fix the CI failure of commit 4894. This is a remainder to forget my knowledge of stack addresses in the SubX VM when writing SubX programs. Otherwise my programs will work in the VM but not natively. The only assumptions a SubX program should make about its segment addresses are what's encoded in the ELF binary. Thanks to https://en.wikipedia.org/wiki/Address_space_layout_randomization, it can't know anything else.
* 4899Kartik Agaram2018-12-301-7/+7
| | | | Bug in my linkify tool introduced in commit 4891.
* 4897Kartik Agaram2018-12-301-197/+358
|
* 4890 - new html renderingsKartik Agaram2018-12-291-0/+275
a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.