Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 authored Jan 6, 2024
1 parent b7c8f77 commit 47d7fe5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ It understands the cc65 parameter stack
- stack mismatch detection
- reading memory not written to
- TODO - cc65 param stack awareness
- arbitray address expression

## precompiled binaries

Are in the releases section here https://github.com/pm100/db65/releases

- db65 is linux gclibc version compiled on latest ubuntu
- musl-db65 is MUSL linux binary, use this if you get glibc errors
- mac-db65 is macos version
- db65.exe is windows 64 bit version

## building
Its written in rust so you need rust installed to build

Expand Down

0 comments on commit 47d7fe5

Please sign in to comment.