![]() |
Routines |
Prev: 50320 | Up: Map | Next: 50359 |
|
||||
50335 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | ||
50338 | RET C | Return if the direct object is malformed. | ||
50339 | CP 1 | Jump to 50348 if A is not equal to 1. | ||
50341 | JR NZ,50348 | |||
50343 | CALL Response_PleaseBeMoreSpecific | Call Response_PleaseBeMoreSpecific. | ||
50346 | SCF | Set the carry flag. | ||
50347 | RET | Return. | ||
50348 | CP 3 | Jump to 50354 if A is greater than or equal to 3. | ||
50350 | JR NC,50354 | |||
50352 | AND A | Set flags. | ||
50353 | RET | Return. | ||
50354 | CALL Response_PleaseRephraseThat | Call Response_PleaseRephraseThat. | ||
50357 | SCF | Set the carry flag. | ||
50358 | RET | Return. |
Prev: 50320 | Up: Map | Next: 50359 |