|
Post by minsoft on Jan 7, 2021 19:17:56 GMT -5
Silly question, but in macros, is there a difference between using the 'local' keyword to define a local label, and using the labelname\? method? I assume as far as the assembled result is concerned there is no difference?
Just curious as I've seen a mixture of each way used in example code. (I tend to use the \? method, as that's just how I saw it done first.)
|
|
|
Post by Malban on Jan 8, 2021 3:31:30 GMT -5
Should be no difference...
Both are due to compatability to the Vorstenbosch assembler.
|
|
|
Post by minsoft on Jan 9, 2021 8:23:47 GMT -5
Good to know, many thanks!
|
|