i have trouble of getting my code to work..
here is my code...
;this program fills the screen with A-Z ; across the screen ; Print "A-Z" to the screen ; using the start Of Screen as a constant screen .equ $FB00 ; Find the start of the screen ; Use the 16bit index register ldx #screen ; Prepare 'A' for printing reset ldaa #'A' ; Print 'A' at position ; start of screen start staa 0,x inx inca jmp start ;compare X cpx #$FF38 .end
i want to fill the screen with A-Z.. not sure what i need to do to make it fill the screen....it said i need two loop to make it work but i dont know how to make two loop.....
thanks
This post has been edited by jay2009: 14 May 2009 - 04:15 AM

New Topic/Question
Reply



MultiQuote




|