strputchar.s 194 B

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