diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-25 18:41:46 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-25 18:41:46 +0100 |
commit | b52143315d3c9393c2ff62ab12f29549e3d629ef (patch) | |
tree | 249ff512be84a699ae5f79e97aec150ace1fdc4c /doc | |
parent | ae3e76a90ce0b6c810471d6602ffadf6bd182337 (diff) | |
parent | f05ec1b1da3b29a2ff82eec3bbf69b7fe4ffa4b6 (diff) |
Merge branch 'master' of https://github.com/noddybox/casm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/casm.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/casm.html b/doc/casm.html index 0606a34..7bcc540 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -292,8 +292,10 @@ org <i>value</i>[, <i>bank</i>] </td> <td class="def"> Sets the program counter (PC) to <i>value</i>. The PC defaults to zero on -initialisation. If the optional second argument is passed the current memory -bank in use is set to <i>bank</i>. +initialisation. If the optional second argument is passed the current memory +bank in use is set to <i>bank</i>. Note that it also possible to set the +bank by passing a 24-bit address. This was added for convenience when using the +65c618 processor. </td></tr> <tr><td class="cmd"> |