2022-07-07 23:51 | uxnsolve: support version 2 | phoebos | 1 | +4 | -3 |
2022-07-07 23:41 | specify that a space character separates number and label | phoebos | 1 | +5 | -1 |
2022-07-07 23:09 | version 2: lines may also contain a label | phoebos | 1 | +11 | -5 |
2022-06-20 00:25 | uxnsolve: no colours if stdout is not a tty | phoebos | 1 | +9 | -3 |
2022-06-08 13:56 | add ideas section to README | phoebos | 1 | +7 | -0 |
2022-06-07 16:46 | add uxndebug tool manpage | phoebos | 1 | +55 | -0 |
2022-06-07 16:46 | manpage: note debug file name requirement | phoebos | 1 | +9 | -7 |
2022-06-07 15:22 | add -g flag to generate debug info | phoebos | 3 | +12 | -6 |
2022-06-07 15:18 | manpage: correct example usage | phoebos | 1 | +2 | -2 |
2022-06-06 15:56 | uxnsolve: add change to check version info | phoebos | 1 | +14 | -2 |
2022-06-06 15:51 | manpage: note about empty lines | phoebos | 1 | +5 | -0 |
2022-06-06 15:47 | manpage: be explicit | phoebos | 1 | +42 | -10 |
2022-06-06 15:44 | write version number at top of debug file | phoebos | 1 | +5 | -0 |
2022-06-06 15:43 | explicitly use 0x0A to delimit lines and be sure to write in ASCII | phoebos | 1 | +6 | -3 |
2022-06-06 12:05 | uxnsolve: recurse through includes | phoebos | 1 | +10 | -8 |
2022-06-06 09:46 | uxnsolve: move scan into function | phoebos | 1 | +23 | -18 |
2022-06-06 09:40 | uxnsolve: print separate error message if file not found | phoebos | 1 | +5 | -3 |
2022-06-06 09:38 | uxnsolve: check that address isn't too small | phoebos | 1 | +5 | -0 |
2022-06-06 00:05 | uxnsolve: warn on include (not followed yet) | phoebos | 1 | +4 | -0 |
2022-06-05 23:47 | add author info to manpage | aabacchus | 1 | +2 | -0 |
2022-06-05 23:45 | add install target to Makefile | aabacchus | 1 | +7 | -0 |
2022-06-05 23:44 | add gitignore | aabacchus | 1 | +1 | -0 |
2022-06-05 23:40 | add README documenting usage | aabacchus | 1 | +59 | -0 |
2022-06-05 23:39 | uxnsolve: subtract 0100 from the byte address | aabacchus | 1 | +1 | -2 |
2022-06-05 23:39 | add UNLICENSE | aabacchus | 1 | +24 | -0 |
2022-06-05 23:21 | highlight the guilty token in uxnsolve | aabacchus | 1 | +17 | -2 |
2022-06-05 23:10 | add example to manpage | aabacchus | 1 | +34 | -0 |
2022-06-05 23:03 | correct manpage | aabacchus | 1 | +1 | -1 |
2022-06-05 22:41 | compare file timestamps in uxnsolve | aabacchus | 1 | +12 | -2 |
2022-06-05 22:27 | write debug info to buffer and save at the end | aabacchus | 1 | +31 | -23 |
2022-06-05 19:19 | naive debug file generation, add tool to parse debug file, add file format manpage | aabacchus | 3 | +113 | -0 |
2022-06-05 17:51 | keep track of number of tokens, add Makefile | aabacchus | 2 | +21 | -2 |
2022-06-05 17:50 | rename to uxndebug | aabacchus | 1 | +0 | -0 |
2022-06-05 17:26 | import uxnasm | aabacchus | 1 | +462 | -0 |