I am looking for some help with a 68k program I am creating. I was wondering how to print each line separate string that i have defined as:
str
dc.b ' # '
dc.b ' # # '
dc.b ' # # '
dc.b '# # '
dc.b '####### '
dc.b '# # '
dc.b '# # '
Currently my program prints it out to all 1 line. Any suggestions or help would be greatly appricated as i am completely stuck on it.