mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 07:49:20 +00:00
More doc edits
This commit is contained in:
parent
8d336c5881
commit
9c57fa6c92
@ -34,6 +34,15 @@ For the original DAs, the `.f1` and `.bin` files can be compared
|
|||||||
using `diff` to ensure that no changes have been introduced by the
|
using `diff` to ensure that no changes have been introduced by the
|
||||||
disassembly process.
|
disassembly process.
|
||||||
|
|
||||||
|
Tips:
|
||||||
|
|
||||||
|
* While I'm disassembling (i.e. guessing what entry points do
|
||||||
|
and what parameters are, converting .word to .byte, etc) I
|
||||||
|
leave this running in another window:
|
||||||
|
|
||||||
|
`while true; do clear; ./go.sh; sleep 1; done`
|
||||||
|
|
||||||
|
|
||||||
## Install Instructions
|
## Install Instructions
|
||||||
|
|
||||||
Transfer the `.f1` files to your Apple (real or virtual) ensuring you:
|
Transfer the `.f1` files to your Apple (real or virtual) ensuring you:
|
||||||
|
Loading…
Reference in New Issue
Block a user