umx_asm

UMX virtual machine assembly compiler
git clone git://bsandro.tech/umx_asm
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-07-18 23:32Renamed the module again to reflect that it is available on git:// protocol only (for now)bsandro2+2-2
2022-07-13 23:47Updated READMEbsandro2+6-2
2022-07-13 23:44renamed modulebsandro2+2-2
2022-07-13 22:42Moved executable/main module to the cmd/umas subdirectory. I guess the name of the utility is "umas" now.bsandro2+1-1
2022-07-07 20:38README updatebsandro2+8-2
2022-07-06 22:23- Character support for the ORTH opcode - More extensive assembly code examplebsandro3+87-13
2022-07-05 23:55Small refactoring and one test addition: - moved input string parsing into the Instruction - added parsing validation testbsandro3+23-4
2022-07-05 23:29Register number validation; added TODObsandro2+7-0
2022-07-05 23:09Cleanup 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.bsandro2+28-14
2022-07-05 18:30ORTH instruction supportbsandro3+25-6
2022-07-04 22:58quick and dirty compilation - first 12 opcodes supportedbsandro3+42-5
2022-07-03 23:02no error propagation - log.Fatal() on failuresbsandro2+11-17
2022-07-03 22:32added readme and license filesbsandro2+29-0
2022-07-03 22:13parsing and dumping a sample .ums (umx assembly) filebsandro6+155-9
2022-07-03 16:48initial commit: basic data structures and stringify methodsbsandro7+129-0