flat assembler
Message board for the users of flat assembler.

Index > Main > extendet . (sub) operator?

Author
Thread Post new topic Reply to topic
osbios



Joined: 26 Aug 2006
Posts: 2
Location: Germany
osbios 02 Nov 2007, 23:13
I like the . operator:

Code:
some_call:
  .sub1:  ;<-- real name some_call.sub1
ret    


But is it possible to do this deeper?:

Code:
some_call:
  .sub1:  ;<-- real name   some_call.sub1
    ..sub2:   ;<-- real name   some_call.sub1.sub2
ret    



At the moment I use code like this:

Code:
some_call:
  .sub1:
    .sub1.sub2:
ret    


So I get very long names in the deep. Sad
Post 02 Nov 2007, 23:13
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.