> ld hl,char_table > call _puts >char_table: > .db 00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15 That will probably not work since the first char is a zero which will end the string. / David