Re: Namespace problem

2019-04-24 Thread Nick Clifton
Hi Sebastian, > I do OO programming in gnu-as (microchips xc32-as). First off, it should be noted that this is a very, umm, difficult thing to do. Object Oriented programming is generally speaking a high level concept, whereas assembly programming is a very low level activity. > Now I have pro

Namespace problem

2019-04-23 Thread sebastian.bw
I do OO programming in gnu-as (microchips xc32-as). Now I have programms using their object area so the variable names are the same at different places. And some member code or init code has to be at an absolute address. How is such a task handled in gas ? - You don't have namespace functionalit