_out_of_memory.s 204 B

1234567891011
  1. .xdef __out_of_memory,__out_of_memory_string
  2. .section _st10020
  3. __out_of_memory:
  4. pea.l __out_of_memory_string(%pc)
  5. bra.s __error_msg
  6. .section _st10000
  7. __out_of_memory_string:
  8. .asciz "Out of memory"