aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/bm-test.asm
blob: ce9ec0dea943df53625694466c682754bb0cc483 (plain)
1
2
3
4
5
;Z CTSTB    c c-addr -- c2	 test bits in memory byte
		CODEHEADER(XT_BM_TEST,5,"bm-test")
		MOV.B	@TOS,TOS
		AND		@PSP+,TOS
		NEXT