In a message dated 11/5/98 12:06:54 AM Eastern Standard Time, rabidcow@juno.com writes: > ;-----Display HL Routine [By: SCaBBy]----- > DispA: > ld l,a > ld h,0 > DispHL: ;dipslay 5 digits from hl > xor a > ld de,-1 > ld (_curRow),de > call 4A33h > dec hl > jp _vputs what's 4A33h?