documentation

This commit is contained in:
Michael Specht 2018-02-15 13:08:44 +01:00
parent b3706fbf53
commit 1ff45ca1aa
2 changed files with 1 additions and 1 deletions

View File

@ -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