So far this is the fastest Display hl routine that I've found, but it still doen't put the number fast enough. If anyone has a faster routine than this, please help! Thanks ;-----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 call _vputs ret