Prev: 44239 Up: Map Next: 44262
44248: Is Character A Delimiter
Used by the routine at Handler_UserInput.
Output
F The zero flag is set if a delimiter is found
IsDelimiter 44248 PUSH HL Stash HL and BC on the stack.
44249 PUSH BC
44250 LD HL,42595 HL=Table_Delimiters_Count.
44253 LD C,(HL) Fetch the delimiter count and store it in BC.
44254 LD B,0
44256 INC HL Move HL to point to the delimiter table.
44257 CPIR Search for matching delimiters.
44259 POP BC Restore BC and HL from the stack.
44260 POP HL
44261 RET Return.
Prev: 44239 Up: Map Next: 44262