Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Apr 20, 2024
1 parent 4809dd2 commit b1023ff
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

Z80 emulation in Go.

koron-go/z80 is [highly compatible](#compatibility) with the actual Z80, and is extremely fast.

## Getting started

Install or update:

```console
$ go get github.com/koron-go/z80@latest
```

(WRITE MINIMAL SAMPLE CODES HERE)

## Compatibility

Z80 instruction set exerciser (documented), passed all 67/67 (100%) tests.
Expand Down Expand Up @@ -94,10 +106,6 @@ $ make zexall

</details>

## Getting started

(TO BE DOCUMENTED)

## References

* [zmac - Z-80 Macro Cross Assembler](http://48k.ca/zmac.html)
Expand Down

0 comments on commit b1023ff

Please sign in to comment.