Hello,

I have make a word to include in amForth.
Where should I store it so it will be assembled?

Thanks for any help.

Cheers,

Jan Kromhout



; uitvoer ( -- ) 
; =================================================
; Date : 13.06.2012
; version 1.00
; User written word
; write a simple text, and do further notting
; =================================================
VE_UITVOER:
    .dw $ff07
    .db "uitvoer",0
    .dw VE_HEAD
    .set VE_HEAD = VE_UITVOER
XT_UITVOER:
    .dw DO_COLON
PFA_UITVOER:
    .dw XT_CR
    .dw XT_CR
    .dw XT_SLITERAL
    .dw 24
    .db "Dit is mijn eerste test "
    .dw XT_ITYPE
    .dw XT_EXIT
   

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to