flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > Export labels: doesn't allow exporting 1'st sub

Author
Thread Post new topic Reply to topic
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 18 Jan 2010, 22:41
Code:
format pe
include 'macro\proc32.inc'
include 'macro\export.inc'


export '',\
  proc1,'proc1.sub1',\       ; ok
  proc1.sub2,'proc1.sub2'    ;

  ;proc1.sub1,'proc1.sub1',\ ; error
  ;proc1.sub2,'proc1.sub2'   ;



proc proc1
.sub1:
.sub2:
endp 
    
Post 18 Jan 2010, 22:41
View user's profile Send private message Reply with quote
baldr



Joined: 19 Mar 2008
Posts: 1651
baldr 18 Jan 2010, 23:24
serfasm,

Add dummy = proc1 somewhere. PROC32.INC [88]: if used name, and proc1 alone is not used. Wink
Post 18 Jan 2010, 23:24
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.