0:
cseg cmp ax, intret ! Needs to be changed?
je 0f ! If not then avoid a huge I-cache stall
- cseg mov intret, ax ! Patch `INT n' or `RETF; NOP' into code
+ cseg mov intret, ax ! Patch 'INT n' or 'RETF; NOP' into code
jmp .+2 ! Clear instruction queue
0:
mov ds, 16(bp) ! Load parameters
push intret+2 ! Far return address
o32 push 12(bp) ! Far driver address
mov ax, 0x90CB ! RETF; NOP
-0: cseg mov (intret), ax ! Patch `INT n' or `RETF; NOP' into code
+0: cseg mov (intret), ax ! Patch 'INT n' or 'RETF; NOP' into code
mov ds, 16(bp) ! Load parameters
mov es, 18(bp)