updated comments

This commit is contained in:
Markus Fröschle
2013-05-11 21:22:06 +00:00
parent a862b1e140
commit 5f66035f8b
3 changed files with 62 additions and 56 deletions

View File

@@ -2,11 +2,10 @@
// XHDI entry point
//
.extern _xhdi_call
.globl _xhdi_vec
.globl _xhdi_sd_install
.equ _drvbits, 0x4c2
//
// this is where the XHDI cookie points to:
//
@@ -35,8 +34,7 @@ _old_vector:
//
_xhdi_sd_install:
move.l 4(sp),d0 // address of the old XHDI vector
move.l d0,_old_vector // save it in case we need it
move.l d0,_old_vector // save it - just in case we need it later
move.l #_xhdi_vec,d0 // return our BaS vector to TOS
move.l d0,a0 //
rte