diff --git a/README.md b/README.md index fbb88be..ee8cbfd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/screenshot.png b/doc/screenshot.png index a93cd1b..7c4fe1d 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ