Hello!

Can You help me?

i want to write 16byte in internel eeprom,
then read the 16 byte an send it on pin 13 out.

My programm:


SO CON 0
N2400 CON 4
B0 = VAR BYTE
B1 = VAR BYTE
B1 = "X"
A = VAR BYTE
OUTPUT 13
HIGH 4
FOR A=0 TO 15
WRITE A,B1
NEXT A
FOR A=0 TO 15
READ A,BO
SEROUT SO,N2400,[#B0," "]
NEXT A

I will programm it on a goldcard and put it in a chipdrive!

Why doesnt it works?

Thank's
RON