Hello,
I am still ****ting my code from gas to hla.
In gas source I used functions, which were called from other objects.
it was like this
..globl foo
.type foo, @[EMAIL PROTECTED]
my function
then I was calling call foo from other object file
Then I was linkind separate object files, and it was working.
Now, in HLA, in aoa 'managing large programs' I have read about
header files, etc... But isn't it possible to do modular programming
without headers?
I wonder whether it is possible to follow simple approach like in gas
with hla
Thank you


|