aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/int-store.asm
blob: cdb989621b647f72f328cdea14b708c2f719f02f (plain)
1
2
3
4
5
        CODEHEADER(XT_INT_STORE,4,"int!")
	ADD TOS,TOS
	MOV @PSP+,CFG_ISRVECS(TOS)
	MOV @PSP+,TOS
        NEXT