Hello,
 
I have this code:
 
; ( -- ) 
; =================================================
; Date : 13.06.2012
; version 1.00
; User 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
   
thats simple writes some text when it is activated.
Where should I put it so it will be compiled and flashed?
And in wich file I need to include it.
I call ist uitvoer.asm
 
Thanks for any help.
 
Cheers
 
Jan Kromhout
Hellevoetsluis-NL
 
                                          
------------------------------------------------------------------------------
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