2012-04-09 07:13 | add *.o to .gitignore | Travis Geiselbrecht | 1 | +1 | -0 |
2012-04-09 07:12 | tests: assembly file to test label references | Travis Geiselbrecht | 1 | +28 | -0 |
2012-04-09 07:11 | assembler: fix for indirect back label references | Travis Geiselbrecht | 1 | +8 | -4 |
2012-04-08 22:47 | assembler: add nop pseudo op | Travis Geiselbrecht | 1 | +8 | -3 |
2012-04-08 22:38 | assembler: add r0-r7 aliases for the regular registers | Travis Geiselbrecht | 1 | +5 | -0 |
2012-04-08 22:33 | assembler: add # as another valid comment starter | Travis Geiselbrecht | 1 | +1 | -1 |
2012-04-08 22:30 | assembler: add push/pop pseudo ops | Travis Geiselbrecht | 1 | +27 | -7 |
2012-04-07 23:55 | cleanup: improve Makefile, split emulator core from dcpu program | Brian Swetland | 4 | +146 | -66 |
2012-04-07 23:15 | a16: a number of shiny new features | Brian Swetland | 2 | +96 | -22 |
2012-04-07 02:12 | Merge pull request #10 from Wollw/master | Brian Swetland | 1 | +2 | -2 |
2012-04-06 22:13 | added support for underscore in label names | = | 1 | +2 | -2 |
2012-04-06 07:12 | assembler: add -O <outputmode> option | Travis Geiselbrecht | 1 | +37 | -9 |
2012-04-06 07:01 | add a default .gitignore | Travis Geiselbrecht | 1 | +7 | -0 |
2012-04-06 06:51 | assembler: getopt()ify the command line arguments | Travis Geiselbrecht | 1 | +43 | -13 |
2012-04-06 06:35 | assembler: allow "-" as an output filename to signify stdout | Travis Geiselbrecht | 1 | +8 | -2 |
2012-04-06 01:42 | emulator: fix incorrect handling of IFx instructions | Brian Swetland | 1 | +42 | -43 |
2012-04-05 20:15 | a16: fix incorrect instruction generation for [reg] form operands | Brian Swetland | 1 | +1 | -1 |
2012-04-05 17:51 | Merge pull request #3 from rayslava/master | Brian Swetland | 1 | +5 | -0 |
2012-04-05 17:13 | Added ability to compile in lonely symbols as numeric constants | Rayslava | 1 | +5 | -0 |
2012-04-05 10:15 | provide some thoughts on DCPU-16 architecture | Brian Swetland | 1 | +18 | -0 |
2012-04-05 06:09 | cleanup | Brian Swetland | 4 | +4 | -31 |
2012-04-05 05:58 | disassmbly support | Brian Swetland | 4 | +124 | -18 |
2012-04-05 05:14 | readme: mention the assembler | Brian Swetland | 1 | +1 | -1 |
2012-04-05 05:06 | dcpu: only set O when the spec says to set it | Brian Swetland | 1 | +23 | -40 |
2012-04-05 04:52 | a16: cleanup and bugfixes | Brian Swetland | 2 | +11 | -18 |
2012-04-05 03:48 | a16: add jsr support, bugfixes, assemble example from dcpu16 spec | Brian Swetland | 2 | +46 | -2 |
2012-04-05 03:33 | readme: some words of explanation | Brian Swetland | 1 | +12 | -0 |
2012-04-05 03:29 | update license banners with the 2-clause BSD license | Brian Swetland | 3 | +83 | -2 |
2012-04-05 03:23 | a16: add support for labels and the "word" pseudo-op | Brian Swetland | 1 | +94 | -6 |
2012-04-05 02:46 | dcpu: load image from commandline (or out.hex if none), not stdin | Brian Swetland | 1 | +9 | -3 |
2012-04-05 02:35 | a16: an assmbler for the DCPU-16 | Brian Swetland | 2 | +251 | -1 |
2012-04-05 01:04 | notch says initial state for all registers is zero | Brian Swetland | 1 | +0 | -2 |
2012-04-04 11:10 | dcpu: correctly initialize SP to 0xFFFF | Brian Swetland | 1 | +4 | -0 |
2012-04-04 10:57 | readme! | Brian Swetland | 1 | +3 | -0 |
2012-04-04 10:56 | test.hex - make "crash" an illegal opcode instead of infinite loop | Brian Swetland | 1 | +1 | -1 |
2012-04-04 10:54 | - program load, tracing, test binary (from spec) | Brian Swetland | 3 | +74 | -2 |
2012-04-04 10:33 | It compiles but is otherwise untested. | Brian Swetland | 1 | +143 | -0 |