_wrong_calc.s 401 B

1234567891011121314
  1. .xdef __test_for_specific_calc,__test_against_specific_calc,__wrong_calc__
  2. | This object file needs the failure message function.
  3. .xdef __ref_all___display_message_and_exit
  4. .section _st34
  5. | A wrong calculator model is used. Display a failure message and exit.
  6. pea.l __wrong_calc__(%pc)
  7. bra.s __display_message_and_exit__
  8. .section _st10000, "d"
  9. __wrong_calc__:
  10. .asciz "Wrong calculator model"