2022-07-18 23:32 | Renamed the module again to reflect that it is available on git:// protocol only (for now) | bsandro | 2 | +2 | -2 |
2022-07-13 23:47 | Updated README | bsandro | 2 | +6 | -2 |
2022-07-13 23:44 | renamed module | bsandro | 2 | +2 | -2 |
2022-07-13 22:42 | Moved executable/main module to the cmd/umas subdirectory. I guess the name of the utility is "umas" now. | bsandro | 2 | +1 | -1 |
2022-07-07 20:38 | README update | bsandro | 2 | +8 | -2 |
2022-07-06 22:23 | - Character support for the ORTH opcode - More extensive assembly code example | bsandro | 3 | +87 | -13 |
2022-07-05 23:55 | Small refactoring and one test addition: - moved input string parsing into the Instruction - added parsing validation test | bsandro | 3 | +23 | -4 |
2022-07-05 23:29 | Register number validation; added TODO | bsandro | 2 | +7 | -0 |
2022-07-05 23:09 | Cleanup and tiny improvements: - new DEBUG environment variable; set to 1 to enable debug data printing - assembler code lines consisting only of whitespaces and comments are ignored - predefined strings (file extensions and stuff) are now constants. | bsandro | 2 | +28 | -14 |
2022-07-05 18:30 | ORTH instruction support | bsandro | 3 | +25 | -6 |
2022-07-04 22:58 | quick and dirty compilation - first 12 opcodes supported | bsandro | 3 | +42 | -5 |
2022-07-03 23:02 | no error propagation - log.Fatal() on failures | bsandro | 2 | +11 | -17 |
2022-07-03 22:32 | added readme and license files | bsandro | 2 | +29 | -0 |
2022-07-03 22:13 | parsing and dumping a sample .ums (umx assembly) file | bsandro | 6 | +155 | -9 |
2022-07-03 16:48 | initial commit: basic data structures and stringify methods | bsandro | 7 | +129 | -0 |