From f05ec1b1da3b29a2ff82eec3bbf69b7fe4ffa4b6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 25 Apr 2016 15:54:06 +0100 Subject: Further changes for 65c816 (still broken build) --- doc/casm.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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 value[, bank] Sets the program counter (PC) to value. The PC defaults to zero on -initialisation. If the optional second argument is passed the current memory -bank in use is set to bank. +initialisation. If the optional second argument is passed the current memory +bank in use is set to bank. 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. -- cgit v1.2.3