Prev: 50299 Up: Map Next: 50335
50320: Routine at C490
50320 LD A,(48487) A=*UserInput_Token_2.
50323 CP 255 Return if A is equal to 255.
50325 RET Z
50326 CALL Parser_CountItems Call Parser_CountItems.
50329 RET NZ Return if A is not equal to 255.
50330 CALL Response_PleaseRephraseThat Call Response_PleaseRephraseThat.
50333 SCF Set the carry flag.
50334 RET Return.
Prev: 50299 Up: Map Next: 50335