;------------------------------------------------------------------------------
; Interrupt Vectors Used MSP430x44x
;------------------------------------------------------------------------------
ORG 0FFFEh
DW RESET
END
Link时产生的错误信息如下:
Rebuilding configuration: test_asm - Debug
1 file(s) deleted.
test_asm.s43
Linking
Error[e16]: Segment RESET (size: 0x2 align: 0x1) is too long for segment
definition. At least 0x2 more bytes needed. The pro××em occurred while
processing the segment placement command
"-Z(CONST)RESET=FFFE-FFFF", where at the moment of placement the
××aila××e memory ranges were "-none-"
Reserved ranges relevant to this placement:
fffe-ffff Absolute code from test_asm
Total number of errors: 1
Total number of warnings: 0