Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-30 | Impl MOVEM | Oxore | |
2023-04-30 | Impl STOP just for the sake of implementing it | Oxore | |
2023-04-29 | Fix some edge case for dbcc found on random tests | Oxore | |
2023-04-29 | Refactor addressing mode arg, at least for JSR/JMP | Oxore | |
2023-04-28 | Add some tests for addq | Oxore | |
2023-04-26 | Impl Scc | Oxore | |
2023-04-25 | Add linker script, add more comment clarifications | Oxore | |
2023-04-23 | Impl DBcc | Oxore | |
2023-04-23 | Split disasm into procedures by the highest nibble | Oxore | |
2023-04-22 | Impl bsr, bra and bcc, refactor tests | Oxore | |
2023-04-22 | Add tests for simple instructions | Oxore | |
2023-04-21 | Refactor asm rendering | Oxore | |
2023-04-20 | Refactor tests | Oxore | |
2023-04-20 | Fully implement JSR support | Oxore | |
2023-04-20 | Implement brief word extension for jsr (part 1) | Oxore | |
2023-04-20 | Impl tests against GNU AS in bash | Oxore | |