View Single Post
Old 30 November 2009, 09:54   #3
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,512
Quote:
Originally Posted by FrenchShark View Post
I have found the solution :
vasm does not generate ".text" and ".data" sections but "code" and "data".
Just use the SECTION directive and give your sections the name you prefer. For example:
Code:
        section ".text",code
phx is offline  
 
Page generated in 0.04398 seconds with 11 queries