Darrel,

I added the HSEROUT command and that worked but the CurMove command gives me some errors. I'm using MPASM in Microcode studio.

Thanks,
Brian M.
===============================
define osc 20
define i2c_slow 1 '20mhz requires slower transfers in seeprom
include "modedefs.bas"
include "ansi.inc"

HSEROUT [10,13]
@ ClrScr
@ Blink
@ BackColor blue
@ CurMove 1, 2 'errors here