RosettaCodeData/Task/Include-a-file/68000-Assembly/include-a-file-2.68000
2023-07-01 13:44:08 -04:00

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