I really read heaps on the web but the examples only covered putting 2 or 3 string values in an array .......I want it to span multiple lines for readability e.g
scodes db "q", "w", "e", "r", "t", "y", "u", "i",
"7", "8", "9", "0", "-", "=", 0 , 0 ,
"q", "w", "e", "r", "t", "y", "u", "i",
"o", "p", "[", "]", "\n", 0 , "a", "s",
"d", "f", "g", "h", "j", "k", "l", ";",
"\", "`", 0 , "\\","z", "x", "c", "v",
"b", "n", "m", ",", ".", "/", 0 , 0 ,
but I get a label or instruction expected at start of line error
stuck
david
scodes db "q", "w", "e", "r", "t", "y", "u", "i",
"7", "8", "9", "0", "-", "=", 0 , 0 ,
"q", "w", "e", "r", "t", "y", "u", "i",
"o", "p", "[", "]", "\n", 0 , "a", "s",
"d", "f", "g", "h", "j", "k", "l", ";",
"\", "`", 0 , "\\","z", "x", "c", "v",
"b", "n", "m", ",", ".", "/", 0 , 0 ,
but I get a label or instruction expected at start of line error
stuck
david