-
The massive `match` statement in `execute_instruction` ([here](https://github.com/mre/mos6502/blob/master/src/cpu.rs#L184)) does not include code to match and execute the `RTS` instruction.
This bu…
-
### What is wrong:
- `Complier/Compile` always to temp directory, the "Output folder" setting does not take any effect.
- `Compiler/Open Output Folder` does open the temp directory (instead of sourc…
-
Related: https://github.com/llvm-mos/llvm-mos-sdk/issues/102
I'm attempting to use `rust-mos` to write some Rust code for the Apple //e. I've managed to create a new target triple file and get some…
-
According to the fuzz tests (these are not run on the github workflow), the after an `SBC` instruction, the carry flag does not match what [mre/mos6502](https://github.com/mre/mos6502) does.
I've n…
-
Бывает брекпоинт ставишь в функции которая вызывается из разных мест. Чтобы понять из какой - надо из стека адрес вбивать чтобы узнать. Когда это один раз или два это норм. Но бывает что надо интенсив…
-
https://github.com/stevebob/mos6502/tree/master/tetris-hard-drop-patcher
-
I'm rejigging my project to use use emulator but I'm running into this issue where the Default trait is not impl'd for mos6502::cpu::CPU.
I wanted to do this
```
impl Default for mos6502::cpu::…
-
So I am trying to resurrect an old project and get it compiling again. I updated the app to `check` again, but now it is hitting a compiler bug that I am quite uncertain of. Looking for help in debugg…
-
feWe are currently in the process of migrating our backend code to TypeScript.
This backend code can be found inside the `lib/` folder.
## Files that need conversion
- [x] lib/assert.ts
- [x…
-
On Debian Buster
```Building lib
for i in sm83 z80 mos6502; do make port THIS=$i PORT=$i; done
rm -f *.o *.cdb *.sym *.lst *~ *.asm…