bx pushed to master at bx/ampler
- 4039d4edf8 added license
- 2b5eeb09f3 made visualiser even cooler
- 5909dad9f8 added cool markovy visualiser
- 0bb207bbca sounds now have start and end fields
- 2680732685 udp packets are now rightly placed in message buf, that is cleared at end of frame
bx pushed to master at bx/lis.p8
- 13c5ca7783 putting this in a git so i can post it
bx pushed to master at bx/p1es
- bd71e23e04 added sublabels
- 0c2217168d labels dont need to have l_ as prefix anymore
- Compare 2 commits »
bx pushed to master at bx/p1es
- 0989bd54f0 added syscall and jalr to assembler, also fixed v1 value
- a7979dfeab made a snafo on last commit, fixed it now
- eb67ac6c5e changed lwi to li to match other assemblers
- Compare 3 commits »
bx pushed to master at bx/p1es
- 2810109764 re-worked assemlber to load from file and have real labels
- 943f45dcc3 got printf working with static string!
- 1047cb9268 added ADDI and ADDIU
- Compare 3 commits »
bx pushed to master at bx/p1es
- 481301023e we now have lines!
- d5fbe1a89b added register names, base on no$ docs
- 19e844f43e added load word immediate(lwi) pseudo-instruction
- b666aa05e9 fixed bug in ori encoding
- Compare 4 commits »
bx pushed to master at bx/p1es
- 5221fe45d9 added or immediate (ori) instruction
- 53c69e77a9 addled shift right logical (srl)
- 97b12551e5 re-named int to word
- 229a7b73fa added load upper immediate (lui) op code
- be640f2540 gitignore EXE files
- Compare 5 commits »
bx pushed to master at bx/p1es
- ea0423b9b0 assemble.bat re-assembles when files change
bx pushed to master at bx/p1es
- ab6e9f43c3 basic assembler that emmits a EXE file