A89: Assembly Help


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

A89: Assembly Help





Could someone please tell me why:

move.l         (a2,d1.l),(a7)

gives me an error: 'undefined symbol a2,d1.l'

I tried changing the program to use PC relative with index and disp to wit:

move.l  s0(PC,d1.l),(a7)

The assembler/linker gave me a warning 'no entry point defined continue 
(y/n)'

Is this a problem.

Any help would be appreciated.  Thanks!


end

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: