From: Jan K. <kro...@ho...> - 2012-06-13 17:46:03
|
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 |