Search found 3 matches

by ryu
Tue Aug 20, 2019 8:47 am
Forum: General 68000 Assembly
Topic: Local labels in vasm motorola assembly
Replies: 2
Views: 9159

Re: Local labels in vasm motorola assembly

Thanks! I completely forgot to test that case since something along the lines was mentioned in the VASM docs.

So it seems flexible local labels are out of the question with my setup. Would have been neat to have but it's not a dealbreaker.
by ryu
Sun Aug 18, 2019 8:31 pm
Forum: General 68000 Assembly
Topic: Local labels in vasm motorola assembly
Replies: 2
Views: 9159

Local labels in vasm motorola assembly

Are local labels supported by vasm with motorola syntax? I'm thinking what other assemblers support with @ prefixes or numerical labels. The vasm documentation says local labels are prefixed with ".", but this example .mylabel: move.l d0,d1 dbra d2,.mylabel . . . .mylabel: move.l d0,d1 dbr...
by ryu
Sun Aug 18, 2019 8:25 pm
Forum: Introductions
Topic: Hi
Replies: 1
Views: 3893

Hi

Hey, my story isn't anything grand. I grew up with classic console hardware (Mega Drive, SNES, GB etc. ...). Webdev got me into programming at first, but I kept pushing myself into gamedev. Being entirely self-taught it took a bit but I'm finally there. Have been working on a game engine in C and re...

Go to advanced search