6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Thu May 09, 2024 7:35 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: CA65: is this a bug?
PostPosted: Sun Sep 18, 2022 11:08 pm 
Offline
User avatar

Joined: Thu Oct 12, 2017 10:51 pm
Posts: 87
This assembles:
Code:
start:
@local1:
   jmp @local2
   .scope
   .endscope
@local2:

This doesn't because the reference to @local2 doesn't resolve:
Code:
start:
@local1:
   jmp @local2
   .scope
      inx
   .endscope
@local2:

It's late, I'm tired and my macros don't work. Am I going insane? ca65 2.18 (on Debian Linux).


Top
 Profile  
Reply with quote  
 Post subject: Re: CA65: is this a bug?
PostPosted: Mon Sep 19, 2022 3:46 am 
Offline
User avatar

Joined: Fri Aug 03, 2018 8:52 am
Posts: 746
Location: Germany
why not ask the devs directly? they have a github where you can post about any issues: https://github.com/cc65/cc65/issues


Top
 Profile  
Reply with quote  
 Post subject: Re: CA65: is this a bug?
PostPosted: Mon Sep 19, 2022 8:52 am 
Offline
User avatar

Joined: Thu Oct 12, 2017 10:51 pm
Posts: 87
Ah, I didn't know that --- will do. Ta.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: