-
```cpp
class CpuModel {
void reset(TypeOfCpuReset type); // reset internal state, type either HARD_RESET or SOFT_RESET
CpuReport runNext(); // run the next instruction on PC, update state, …
-
**Environment information**
* Operating System: Windows 10
* Cutter version: Version 1.8.3
* File format: Binary (Motorola 6809) (file added)
**Describe the bug**
When trying to disassemble a…
-
**Steps to reproduce:**
Assemble and run the following code:
LDA #$91
ADD #$91
DAA
**What happened?**
Carry was reset.
When similar code was used for multi-byte decimal a…
-
https://github.com/cavnex/mc6809/blob/17e94a6ef163be8b79a9b15b2e814847b6062f0f/mc6809i.v#LL195C13-L195C13
-
- **Poetry version**: 1.3.2-->
- **Python version**: 3.9.7 -->
- **OS version and name**: Microsoft Windows 10 Pro 10.0.19044 N/A Build 19044
- **pyproject.toml**: [toml and lock file](https://gist…
-
sample:
```
.code
.export _main
.code
_main:
leax d,s
rts
```
disassembled: The post byte should be EB but is FF.
```
Z021C LEAX ??? ;021C: 30 FF …
-
**Describe the bug**
The "Select Language and Compiler Specification" dialog lists the 6805 but not the 6809, but the source code directory for the 6805 support includes 6809 support.
**To Reprodu…
-
## Environment
```
Friday, 26 may 2023 11:18:50 (MSK)
radare2 5.8.6 0 @ darwin-x86-64
birth: git.5.8.6 2023-05-05__19:38:15
commit: 5.8.6
Darwin x86_64
```
## Description
When tryin…
armdn updated
12 months ago
-
The 6805 disassembler spec is pretty aneamic and has many details wrong, as I found out when I tried to reverse the ROMs from an old Tektronix scope that has the MC6808. Thankfully the 6809 spec is qu…
-
Hi,
I have been using one fork of the T80 copied from MiSTer. Repositories from mister just copy all the files over and over again so I am looking for a central repository for T80 to stop copying f…