Jump to content
IGNORED

mac65 question


eflake

Recommended Posts

I'm playing with it, when I try to do the 'asm' it complains about the label 'SETIT'. What am i missing? Thanks.

 

5        .OPT OBJ
10       *=  $6000
20 MAIN  LDA 711
30       STA 712
40       JSR SETIT
50       JMP MAIN
60       RTS
70       .END        MAIN
250 SETIT LDX 2
300      LDA 4
350      LDY 10
400      JSR SETCOL
425      RTS
450 SETCOL

 

ASSEMBLY ERRORS: 1   28254 BYTES FREE
PAGE 2
SYMBOLS

6000 MAIN
?0000 SETIT

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...