cancel
Showing results for 
Search instead for 
Did you mean: 

array of more then 16bytes

debruyne.marc
Associate II
Posted on May 31, 2018 at 16:19

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#

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on May 31, 2018 at 17:03

>>my question is how can i reach for example 255 bytes

Span it over multiple lines?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
Posted on May 31, 2018 at 17:03

>>my question is how can i reach for example 255 bytes

Span it over multiple lines?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on May 31, 2018 at 20:36

hello sir, yes i tryed ,and thats it.

i use it to control a glcd12864 grafic display.

many thanks