ld a,$xx call Random ret Random: call _RANDOM call _setxxop2 call _fpmult call _convop1 ld a,e ret >I've been fiddling around w/ the rom calls and trying to make a random ># routine, but all it ever spits out is '0' -- what's wrong w/ this?