diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 0f996ff64..63a1be7e9 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -1681,10 +1681,12 @@ either a string or an expression value. Checks for the capability to push and pop the X and Y registers. CPU_HAS_ZPIND - Checks for the availability of the "zeropage indirect" addressing mode. + Checks for the availability of the "zeropage indirect" addressing mode as it + is implemented in the 65SC02 CPU. CPU_HAS_STZ - Checks for the availability of the "store zero" instruction. + Checks for the availability of the "store zero" instruction as it is + implemented in the 65SC02 CPU.