--- M6502/Makefile.PL 2007/07/31 16:33:21 63 +++ M6502/Makefile.PL 2007/07/31 17:26:43 69 @@ -16,7 +16,7 @@ (ABSTRACT_FROM => 'M6502.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), LIBS => [''], # e.g., '-lm' - DEFINE => '-DEXEC6502 -DFAST_RDOP', # M6502 options + DEFINE => '-DEXEC6502 -DFAST_RDOP -DLSB_FIRST', # M6502 options INC => '-I.', # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: OBJECT => '$(O_FILES)', # link all the C files too