Skip to content

Commit

Permalink
automatic template update of MCS-04 Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Oct 9, 2024
1 parent cf21cf1 commit 2be7ce1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Saleae MCS-04 Analyzer

This analyzer was developed by [Dmitry Grinberg](https://dmitry.gr/?) for debugging his [Intel 4004 Linux Machine](https://dmitry.gr/?r=05.Projects&proj=35.%20Linux4004).

## Getting Started

The following documentation describes how to build this analyzer locally. For more detailed information about the Analyzer SDK, debugging, CI builds, and more, check out the readme in the Sample Analyzer repository.
Expand Down Expand Up @@ -120,3 +122,17 @@ The built analyzer DLLs will be located here:

For debug and release builds, respectively.


## Output Frame Format

### Frame Type: `"<disassembly>"`

| Property | Type | Description |
| :--- | :--- | :--- |
| `ROM adr` | str | ROM Address |
| `ROM val` | bytes | ROM Value |
| `BUS (x2)` | bytes | Bus X2 Phase Nibble |
| `BUS (x3)` | bytes | Bus X3 Phase Nibble |

This is the decoded manchester word

0 comments on commit 2be7ce1

Please sign in to comment.