blob: c1492887e50455a737e192683f7112d4e6f6c9e0 [file] [log] [blame]
.module asm_routs
.area .text
.globl _delay
; Short delay used in disk operation to wait for FDC to handle commands
_delay:
BSR hop
BSR hop
BSR hop
BSR hop
BSR hop
hop: RTS