uxndebug

uxn debugging suite
git clone git://bvnf.space/uxndebug.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-07-07 23:51uxnsolve: support version 2phoebos1+4-3
2022-07-07 23:41specify that a space character separates number and labelphoebos1+5-1
2022-07-07 23:09version 2: lines may also contain a labelphoebos1+11-5
2022-06-20 00:25uxnsolve: no colours if stdout is not a ttyphoebos1+9-3
2022-06-08 13:56add ideas section to READMEphoebos1+7-0
2022-06-07 16:46add uxndebug tool manpagephoebos1+55-0
2022-06-07 16:46manpage: note debug file name requirementphoebos1+9-7
2022-06-07 15:22add -g flag to generate debug infophoebos3+12-6
2022-06-07 15:18manpage: correct example usagephoebos1+2-2
2022-06-06 15:56uxnsolve: add change to check version infophoebos1+14-2
2022-06-06 15:51manpage: note about empty linesphoebos1+5-0
2022-06-06 15:47manpage: be explicitphoebos1+42-10
2022-06-06 15:44write version number at top of debug filephoebos1+5-0
2022-06-06 15:43explicitly use 0x0A to delimit lines and be sure to write in ASCIIphoebos1+6-3
2022-06-06 12:05uxnsolve: recurse through includesphoebos1+10-8
2022-06-06 09:46uxnsolve: move scan into functionphoebos1+23-18
2022-06-06 09:40uxnsolve: print separate error message if file not foundphoebos1+5-3
2022-06-06 09:38uxnsolve: check that address isn't too smallphoebos1+5-0
2022-06-06 00:05uxnsolve: warn on include (not followed yet)phoebos1+4-0
2022-06-05 23:47add author info to manpageaabacchus1+2-0
2022-06-05 23:45add install target to Makefileaabacchus1+7-0
2022-06-05 23:44add gitignoreaabacchus1+1-0
2022-06-05 23:40add README documenting usageaabacchus1+59-0
2022-06-05 23:39uxnsolve: subtract 0100 from the byte addressaabacchus1+1-2
2022-06-05 23:39add UNLICENSEaabacchus1+24-0
2022-06-05 23:21highlight the guilty token in uxnsolveaabacchus1+17-2
2022-06-05 23:10add example to manpageaabacchus1+34-0
2022-06-05 23:03correct manpageaabacchus1+1-1
2022-06-05 22:41compare file timestamps in uxnsolveaabacchus1+12-2
2022-06-05 22:27write debug info to buffer and save at the endaabacchus1+31-23
2022-06-05 19:19naive debug file generation, add tool to parse debug file, add file format manpageaabacchus3+113-0
2022-06-05 17:51keep track of number of tokens, add Makefileaabacchus2+21-2
2022-06-05 17:50rename to uxndebugaabacchus1+0-0
2022-06-05 17:26import uxnasmaabacchus1+462-0