View Single Post
Old 25 November 2018, 11:45   #30
litwr
Registered User
 
Join Date: Mar 2016
Location: Ozherele
Posts: 229
@roondar Thank you. But your idea takes one color from the main screen. IMHO it is possible to use copper to change the value of color register 0 but it will require not very easy coding, we need to change the register two times for horizontal borders and one time for vertical.
@ross Thank you but please be more specific. Indeed I did moveq #0,d1 - I thought it is obvious for everybody.
Quote:
Originally Posted by Don_Adan View Post
Ok, perhaps i understand, what you need, use next code:
lea Base,A6
move.w tab1213-Base(a6), d2
move.w tab1011-Base(a6),d3
Base
....
tab1011 dc.w 0
...
tab1213 dc.w 0
tab1214 dc.w 0
....
Your code skips the usage of index in D1.
litwr is offline  
 
Page generated in 0.07162 seconds with 11 queries