Could someone help me: I want to print on my screen the first folder's name on ROM 2.03...
I tried this:
move.l #$B,d0
doorsos::DEREF d0,a0
addq.l #4,a0
move.w #4,-(a7) ;color
move.l a0,-(a7) ;adress of the string
move.w #0,-(a7) ;y coord
move.w #0,-(a7) ;x coord
jsr doorsos::DrawStr
lea 10(a7),a7
Thanks!