From eea0c2c1a7fc049bfa55adfbb04c0ada5e957aa1 Mon Sep 17 00:00:00 2001 From: Michael Specht Date: Wed, 14 Feb 2018 23:42:13 +0100 Subject: [PATCH] documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1976cd7..3ffa109 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ instant_rts: - LOAD1 ``` -We specified some source files (they'll get compiled automatically) and some object files along with their locations in memory. We also specified the entry point for our program, this can be a label or an address. +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. -Furthermore, we can disable subroutines by replacing the first opcode with a RTS. This is necessary in some cases because Champ does not emulate hardware and thus can not load data from disk, for example. +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. To start champ, type: