Search found 3 matches

by laztrezort
Sat Nov 29, 2025 12:53 am
Forum: Programming
Topic: 64Tass Structural Programming Macros
Replies: 10
Views: 1186

Re: 64Tass Structural Programming Macros


I'd recommend an alternate approach by stacking namespaces instead of branch instruction locations.


Wow, that's amazing, I had no idea one could (ab)use namespaces like that! Also, I see I was using naive list handling in my code - thanks for sharing.


An advantage of the structure macros is ...
by laztrezort
Fri Nov 28, 2025 5:29 am
Forum: Programming
Topic: 64Tass Structural Programming Macros
Replies: 10
Views: 1186

Re: 64Tass Structural Programming Macros

It's nice to see others picking up on this and doing it for other assemblers!
Appreciate you creating that article (along with all the others)! Very helpful stuff.

For that reason, many of the macros I have written cater to “automating” such tasks (see attached for an example)

Thanks for ...
by laztrezort
Thu Nov 27, 2025 11:50 pm
Forum: Programming
Topic: 64Tass Structural Programming Macros
Replies: 10
Views: 1186

64Tass Structural Programming Macros

Hello, new here so apologies if this has been done before and posted...

I've just started learning to use the 64Tass assembler (and brushing up on assembly language in general), and I was inspired by the wonderful article here https://wilsonminesco.com/StructureMacros/ to port some of these macros ...