Author: earx (gw-ehv05.pnl.philips.com)
Date: 01-10-2003 09:44
yes, that is the right way to call it.
on st it works fine. however, you could also use a piece of assembler code:
move.l phys,d0 ;d0.l=$hhmmll
lsr.w #8,d0 ;d0.l=$hh00mm
move.l d0,$FFFF8200.w ;Set high and mid bytes in vbase.
(12 bytes of code), okay i might get a little carried away here. the point should already be clear.
|