_kernel_error_msg.s 368 B

123456789101112
  1. .xdef __error_msg___AND___kernel_AND_NOT___display_message_and_exit
  2. | ngetchx seems to require the in-use bit.
  3. .xdef __ref_all___set_file_in_use_bit
  4. .section _st10022
  5. move.l (%a5,0xE6*4),%a0 /* ST_helpMsg */
  6. jsr (%a0)
  7. addq.l #4,%sp
  8. | We have to wait for a keypress because the screen is restored automatically.
  9. move.l (%a5,0x51*4),%a0 /* ngetchx */
  10. jmp (%a0)