NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: Assembler Features  
Posted byMemblers
Posted on12/25/03 01:33 AM
From IP68.58.99.218  



Oops, I meant unnamed/anonymous labels rather than local. But .scope seems alright. In ca65, simply using a normal label has the same effect as that .scope command. You might do that too, if you think that's a good way to do it.

I don't know what the .module command does in x816. Never used it much.

tepples:

"Anonymous local labels in ca65 and x816 get complicated when there is more than one label to skip over."

In ca65 it does, it becomes hard to tell which label is branched to. But in x816 if you skip over one anonymous label you'd use ++ as the branch target and as the label name. So you can visually trace as well as a normal label. ca65's method allows you to use several branches to the same anonymous label, but that's a rare case.



-
Entire Thread
Subject  Posted byPosted On
*Assembler Features  ASMGuy12/24/03 7:07 PM
.*Re: Assembler Features  mcmartin12/27/03 02:02 AM
..*Re: Assembler Features  ASMGuy12/27/03 03:29 AM
...*Doing +; conditional instructions; I found the UNIF spec  tepples12/27/03 04:09 AM
....*Re: Doing +; conditional instructions; I found the UNIF spec  RoboNes12/27/03 11:05 AM
...*Re: Assembler Features  ASMGuy12/27/03 03:34 AM
.*Re: Assembler Features  blargg12/24/03 11:35 PM
..*Re: Assembler Features  tepples12/25/03 02:24 AM
...*Re: Assembler Features  tepples12/25/03 02:25 AM
..*Re: Assembler Features  Memblers12/25/03 01:40 AM
.*Re: Assembler Features  Memblers12/24/03 8:48 PM
..*Re: Assembler Features  tepples12/24/03 10:37 PM
...*Re: Assembler Features  ASMGuy12/24/03 10:56 PM
....*Re: Assembler Features  RoboNes12/25/03 12:36 PM
.....Re: Assembler Features  Memblers12/25/03 01:33 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo