diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-25 15:54:06 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-25 15:54:06 +0100 |
commit | f05ec1b1da3b29a2ff82eec3bbf69b7fe4ffa4b6 (patch) | |
tree | 249ff512be84a699ae5f79e97aec150ace1fdc4c /doc | |
parent | 6ca71dd7a7f10fa6857f1a1bc586059cd78e275a (diff) |
Further changes for 65c816 (still broken build)
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"> |