about summary refs log tree commit diff stats
path: root/html/subx/apps
Commit message (Collapse)AuthorAgeFilesLines
* 4914Kartik Agaram2019-01-075-175/+171
|
* 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-305-56/+56
| | | | Bug in my linkify tool introduced in commit 4891.
* 4897Kartik Agaram2018-12-304-400/+564
|
* 4895Kartik Agaram2018-12-301-5/+5
|
* 4891Kartik Agaram2018-12-301-271/+272
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-295-849/+1107
| | | | | | | 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.
* 4879Kartik Agaram2018-12-284-30/+30
|
* 4869Kartik Agaram2018-12-164-4/+4
|
* 4862Kartik Agaram2018-12-091-145/+144
|
* 4860 - stage 1 of SubX compiler in SubX is done!Kartik Agaram2018-12-091-1511/+1568
| | | | | | | | | I'm imagining 3 core stages total: 1. convert text hex bytes -> binary (✓) 2. pack and reorder operands 3. compute label addresses (Not including extras like error-checking.)
* 4855Kartik Agaram2018-12-061-1147/+1634
|
* 4849Kartik Agaram2018-12-061-1010/+1099
|
* 4848Kartik Agaram2018-12-061-904/+903
|
* 4847Kartik Agaram2018-12-064-14/+14
|
* 4846Kartik Agaram2018-12-061-820/+1082
| | | | | | | | | | | | | | Clean up a few things: a) Call scan-next-byte in hex.subx with the right number of args. Turns out tests continue to work fine if they never use the other args. b) Tear down a test for 'stop' in the right order. Not important since we have no EBP to restore. But can still be misleading. c) Have 'check-ints-equal' return nothing. Handy for it to not mess up EAX. I never use the result anyway, and the name also is imperative suggesting callers won't expect a return value.
* 4845Kartik Agaram2018-12-061-630/+627
|
* 4845Kartik Agaram2018-12-061-0/+892
| | | | Making progress on hex1 (http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html)
* 4844Kartik Agaram2018-12-062-4/+4
|
* 4840Kartik Agaram2018-12-042-2/+2
| | | | New helper: printing a string to a buffered file.
* 4837Kartik Agaram2018-12-042-2/+2
| | | | Let's standardize to use opcode 39 rather than 3b by default.
* 4832Kartik Agaram2018-12-042-1014/+1020
| | | | | | 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.
* 4826Kartik Agaram2018-12-032-2/+2
|
* 4821Kartik Agaram2018-12-022-214/+132
|
* 4819Kartik Agaram2018-12-023-5/+5
|
* 4818Kartik Agaram2018-12-022-553/+554
|
* 4816Kartik Agaram2018-12-023-36/+44
|
* 4815Kartik Agaram2018-12-022-1398/+1408
|
* 4814Kartik Agaram2018-12-013-2/+5
|
* 4813Kartik Agaram2018-12-012-4/+4
|
* 4811Kartik Agaram2018-11-303-33/+33
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-303-1555/+1566
|
* 4797Kartik Agaram2018-11-302-2/+2
|
* 4796Kartik Agaram2018-11-303-1092/+1086
|
* 4782Kartik Agaram2018-11-263-84/+1521
|
* 4734Kartik Agaram2018-10-282-93/+105
|
* 4722Kartik Agaram2018-10-241-8/+8
|
* 4709Kartik Agaram2018-10-172-188/+162
|
* 4654Kartik Agaram2018-10-021-38/+40
|
* 4649Kartik Agaram2018-10-022-270/+90
|
* 4512Kartik Agaram2018-09-232-287/+357
|
* 4588Kartik Agaram2018-09-222-62/+390
|
* 4539Kartik Agaram2018-09-071-31/+29
|
* 4536Kartik Agaram2018-09-071-0/+124