Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- define myMagic $0100
- start:
- ;; Put your code here.
- ;; Replace these comments with the solution to the challenge!
- ;; This template sets up the myMagic variable for you.
- ;; In easy6502 check the "Monitor" checkbox, type in "100" in the "Start: $" text box and the
- ;; number 1 in the "Length:$" text box.
- ;; Write your code, click "Assemble" and then start clicking "Run". The first set of digits
- ;; in that box under the "Monitor" should show "0100: 03", and that number should climb by
- ;; 3 each time you click the Run button until the goal is met.
- ;; Good Luck!
- end: ;You'll need to JMP here in the challenge. :)
- BRK
- JMP start
- ;End
Advertisement