Function Name
DShiftRight
Purpose
16 bit multiple arithmetic shifts right.
Call Address
$C262
Input
Y - The shift count.
X - The address of the 16 bit value to be shifted.
Output
X - Result of the shifts
Description
This routine is one of the GEOS math routines. X has the address of a 16 bit integer in page zero, which is to be shifted left by the count in Y.


