2018-05-31 07:19 AM
hello, can you help me please, to have in assembler an array of more then 16 bytes. i tryed this 'table dc.b $ff,...........$FF,' but it just accept max 16 bytes, my question is how can i reach for example 255 bytes , many thanks#
Solved! Go to Solution.
2018-05-31 08:03 AM
>>my question is how can i reach for example 255 bytes
Span it over multiple lines?
2018-05-31 08:03 AM
>>my question is how can i reach for example 255 bytes
Span it over multiple lines?
2018-05-31 01:36 PM
hello sir, yes i tryed ,and thats it.
i use it to control a glcd12864 grafic display.
many thanks