strputchar.s 188 B

1234567891011
  1. | Warning: This routine has the attribute __ATTR_TIOS_CALLBACK__!
  2. .xdef strputchar
  3. .text
  4. strputchar:
  5. movea.l (%sp,6),%a1
  6. movea.l (%a1),%a0
  7. move.b (%sp,5),(%a0)
  8. addq.l #1,(%a1)
  9. rts