Prev: 42064 Up: Map Next: 42087
42073: Is Character A Delimiter
Used by the routine at Handler_UserInput.
Output
F The zero flag is set if a delimiter is found
IsDelimiter 42073 PUSH HL Stash HL and BC on the stack.
42074 PUSH BC
42075 LD HL,40398 HL=Table_Delimiters_Count.
42078 LD C,(HL) Fetch the delimiter count and store it in BC.
42079 LD B,0
42081 INC HL Move HL to point to the delimiter table.
42082 CPIR Search for matching delimiters.
42084 POP BC Restore BC and HL from the stack.
42085 POP HL
42086 RET Return.
Prev: 42064 Up: Map Next: 42087