getslot: Document the output value of ID bits 4-6 more explicitly.
1 files changed, 2 insertions(+), 2 deletions(-)

M sources/getslot.php
M sources/getslot.php +2 -2
@@ 31,7 31,7 @@ EXPTBL: equ 0FCC1H
 SLTTBL: equ 0FCC5H
 
 ; h = memory address high byte (bits 6-7: page)
-; a <- slot ID formatted FxxxSSPP
+; a <- slot ID formatted F000SSPP
 ; Modifies: f, bc, de
 Memory_GetSlot:
     call RSLREG

          
@@ 92,7 92,7 @@ primary slot, the F bit indicates whethe
 so the S bits indicate the secondary slot.</p>
 
 <pre>; h = memory address high byte (bits 6-7: page)
-; a &lt;- slot ID formatted FxxxSSPP
+; a &lt;- slot ID formatted F000SSPP
 ; Modifies: f, bc, de
 Memory_GetSlot:
     call RSLREG