Skip to main content
Visitor II
May 31, 2018
Solved

array of more then 16bytes

  • May 31, 2018
  • 1 reply
  • 848 views
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#

    This topic has been closed for replies.
    Best answer by Tesla DeLorean
    Posted on May 31, 2018 at 17:03

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

    Span it over multiple lines?

    1 reply

    Graduate II
    May 31, 2018
    Posted on May 31, 2018 at 17:03

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

    Span it over multiple lines?

    Visitor II
    May 31, 2018
    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