From c0556883559603807d8ee95f59d566e631387bdb Mon Sep 17 00:00:00 2001 From: marcobaye Date: Thu, 14 May 2020 10:04:39 +0000 Subject: [PATCH] small fix in docs git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@162 4df02467-bbd4-4a76-a152-e7ce94205b78 --- docs/QuickRef.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/QuickRef.txt b/docs/QuickRef.txt index ea8bb7c..8d4b22d 100644 --- a/docs/QuickRef.txt +++ b/docs/QuickRef.txt @@ -356,9 +356,7 @@ This is a list of the operators currently known by ACME: 1 v | w Bit-wise OR OR Operations with higher priority are done first. Of course you can -change this using parentheses. If you prefer the aliases over the -shorthand characters, note that they must be written in capital -letters. +change this using parentheses. Note that though there are operators to extract the "low byte", the "high byte" and the "bank byte", there is no operator to extract the fourth byte. If you want to access that, shift it down using ">>>" or