]> git.the-white-hart.net Git - atmega/siggen.git/shortlog
atmega/siggen.git
2023-08-17 userFix bugs in ROL and ROR
2023-08-16 userSeparate bytecode and utilities to separate files
2023-08-16 userAdd code to touch Nokia LCD
2023-08-16 userFix branch macros for backwards branches
2023-08-15 userAdd more test bytecode and fix zero-flag bug
2023-08-15 userAdd list files to gitignore
2023-08-15 userFix some bugs and add more test bytecode
2023-08-15 userWork around an unfortunate assembler bug
2023-08-15 userMake everything unnecessarily dangerous
2023-08-14 userAdd switch debouncing logic
2023-08-13 userAdd IO instructions to bytecode quickref
2023-08-13 userChange whitespace to fit more quickref on screen
2023-08-13 userAdd Tortoise-Bytecode assembly macros
2023-08-13 userAdd more instructions
2023-08-11 userSave progress with first few instructions
2023-08-08 userAdd operand decoding and fix lots of problems
2023-08-07 userInitial commit of bytecode interpreter skeleton
2023-08-07 userFix typo
2023-07-12 userAdd tortoise-and-hare version of siggen
2023-07-11 userAdd Arduino version and move asm version
2023-07-07 userRemove extra comment
2023-07-07 userDetect butten press by level rather than change
2023-07-06 userClean up small bits
2023-07-06 userDocument multiplication with register allocation
2023-07-06 userClean up some small bits
2023-07-06 userRefactor debouncing and waveform advance to subs
2023-07-06 userAdd step size update from ADC value
2023-07-05 userUpate header comment from original test program
2023-07-05 userRemove stale ISR skeleton for key press handling
2023-07-05 userAdd switch debouncing and waveform switching
2023-07-05 userUpdate with waveform sampling
2023-07-04 userInitial commit