Re: A89: Error: 16-bit relocations are unsupported(2nd postion)


[Prev][Next][Index][Thread]

Re: A89: Error: 16-bit relocations are unsupported(2nd postion)




it's probably these lines that are the problem.  you don't need the number
sign before box_x, box_y, box_sprite, or LCD_MEM.  at least that's what i
think, so don't bite my ass if i'm wrong.

In a message dated 1/5/99 6:08:27 AM Pacific Standard Time, S43R80@aol.com
writes:

<<  box_sprite_setup:
       move.w #box_x,d0
       move.w #box_y,d1
       move.l #box_sprite,a0;displays box
       jsr graphlib::put_sprite
       rts
  
  box_erase_setup:
       move.w #box_x,d0
       move.w #box_y,d1
       move.l #box_sprite_erase,a0;erases box
       jsr graphlib::put_sprite
       rts
  
  drawgrid:
       move.l #LCD_MEM,a0;line 1 >>


Follow-Ups: