assembly - How to generate Label debug info in GreenHills assembler? -


i'd generate debug info labels in assembly files assembled greenhills assembler visible debuggres

in gas "gnu assembler" done that:

.func funcname [,lablel]   .endfunc 

but generates error in greenhills assembler

is there equivalent?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -