| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fix CI by dropping some accidental copy-pastes.
|
| |
|
| |
|
|
|
|
|
| |
subx: correct a 'copy' ('mov') instruction as well to get its operand
right from the opcode.
|
| |
|
|
|
|
| |
subx: 'pop'
|
|
|
|
|
|
|
|
|
| |
subx: conditional jump instructions
Lots of boilerplate here. This commit really strains my 'copyista'
ethic. But I think it's still clearer to see each instruction
implemented independently than to try to create a macro or something
like that.
|
|
|
|
| |
subx: unconditional 'jump'
|
|
|
|
| |
subx: 'mov'
|
|
|
|
|
|
| |
subx: 'compare'
Hopefully I've implemented the 'sense' of comparisons right..
|
| |
|
| |
|
|
|
|
| |
subx: 'or'
|
|
|
|
| |
subx: Implement 'and' for the addressing modes we've built so far.
|
| |
|
|
Instead of organizing layers by instruction, do so by addressing mode.
|