memmove.s 219 B

12345678910
  1. | This just calls the actual ROM_CALL for GCC-internal use.
  2. | Warning: This routine has the attribute __ATTR_TIOS__!
  3. .xdef memmove
  4. .text
  5. memmove:
  6. movea.l 0xC8,%a0
  7. movea.l (%a0,0x26B*4),%a0
  8. jmp (%a0) /* memmove */