![]()  | 
Routines | 
| Prev: ACCF | Up: Map | Next: ACE6 | 
| 
 
Used by the routine at Handler_UserInput.
 
  | 
||||||||
| IsDelimiter | ACD8 | PUSH HL | Stash HL and BC on the stack. | |||||
| ACD9 | PUSH BC | |||||||
| ACDA | LD HL,$A663 | HL=Table_Delimiters_Count. | ||||||
| ACDD | LD C,(HL) | Fetch the delimiter count and store it in BC. | ||||||
| ACDE | LD B,$00 | |||||||
| ACE0 | INC HL | Move HL to point to the delimiter table. | ||||||
| ACE1 | CPIR | Search for matching delimiters. | ||||||
| ACE3 | POP BC | Restore BC and HL from the stack. | ||||||
| ACE4 | POP HL | |||||||
| ACE5 | RET | Return. | ||||||
| Prev: ACCF | Up: Map | Next: ACE6 |