6 lines
155 B
Text
6 lines
155 B
Text
foo:
|
|
LEA myData,A0
|
|
MOVE.W (A0)+,D0
|
|
|
|
MyData:
|
|
include "dataTables.inc" ;a list of defined data constants that aren't supposed to be executed as instructions
|