hex2000 -a -memwidth 16 -romwidth 16 -order LS -o check_hex2000.hex Project.out
与
hex2000 -a -memwidth 16 -romwidth 16 -order MS -o check_hex2000.hex Project.out
输出的结果一样,为什么?
Lyon Zhang:
为什么在out文件中的数据76 7E,用hex2000 -a -memwidth 16 -romwidth 16 -order LS -o check_hex2000.hex Project.out转换后数据变为7E 76
hex2000 -a -memwidth 16 -romwidth 16 -order LS -o check_hex2000.hex Project.out
与
hex2000 -a -memwidth 16 -romwidth 16 -order MS -o check_hex2000.hex Project.out
输出的结果一样,为什么?
Lyon Zhang:
回复 Lyon Zhang:
用hex2000 -a -memwidth 16 -romwidth 16 -order ?MS -o check_hex2000.hex Project.out转换后数据仍变为7E 76
hex2000 -a -memwidth 16 -romwidth 16 -order LS -o check_hex2000.hex Project.out
与
hex2000 -a -memwidth 16 -romwidth 16 -order MS -o check_hex2000.hex Project.out
输出的结果一样,为什么?
Lyon Zhang:
回复 Lyon Zhang:
out文件的数据是以little-endian存储还是big-endian存储