mirror of
https://github.com/specht/champ.git
synced 2024-11-26 01:49:20 +00:00
documentation
This commit is contained in:
parent
968de19cd0
commit
256da3acc0
@ -1,6 +1,6 @@
|
|||||||
# Champ - N. Harold Cham's 65C02 Profiler
|
# Champ - N. Harold Cham's 65C02 Profiler
|
||||||
|
|
||||||
This is a 65C02 emulator / profiler that enables you to really get to know your APPLE ][ HiRes Graphics Mode Demo. This example uses [Marc A. Golombeck's excellent 3D-Demo](https://github.com/mgolombeck/3D-Demo).
|
This is a 65C02 emulator / profiler that enables you to really get to know your APPLE ][ HiRes Graphics Mode Demo.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ This is a 65C02 emulator / profiler that enables you to really get to know your
|
|||||||
|
|
||||||
First, make sure you have gcc, ruby and Merlin32 installed. You need to prepare a YAML file to tell champ about all source and object files and their memory locations.
|
First, make sure you have gcc, ruby and Merlin32 installed. You need to prepare a YAML file to tell champ about all source and object files and their memory locations.
|
||||||
|
|
||||||
Take `plot3d.yaml` for example:
|
Take `plot3d.yaml` for example (using [Marc A. Golombeck's excellent 3D-Demo](https://github.com/mgolombeck/3D-Demo):
|
||||||
|
|
||||||
```
|
```
|
||||||
load:
|
load:
|
||||||
|
Loading…
Reference in New Issue
Block a user