mirror of
https://github.com/specht/champ.git
synced 2024-09-16 20:55:36 +00:00
documentation
This commit is contained in:
parent
b3706fbf53
commit
1ff45ca1aa
@ -32,7 +32,7 @@ instant_rts:
|
||||
- LOAD1
|
||||
```
|
||||
|
||||
We specified some source files (they'll get compiled automatically) and some object files along with their locations in memory (`load`). We also specified the entry point for our program (`entry`), this can be a label or an address.
|
||||
We specified some source files (which will get compiled automatically) and some object files along with their locations in memory (`load`). We also specified the entry point for our program (`entry`), this can be a label or an address.
|
||||
|
||||
Furthermore, we can disable subroutines by replacing the first opcode with a RTS (`instant_rts`). This is necessary in some cases because Champ does not emulate hardware and thus can not load data from disk, for example.
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 127 KiB |
Loading…
Reference in New Issue
Block a user