Hey All..
well I'm new to assembly and well...I've played around with the MASM assembler but have now started using the NASM one....
I just can't seem to find out how to define a section and use it...
For example...define a data section called bob...then put its lcoation into ax...
e.g.
section bob
section .text
start:
mov ax, bob
Hope you get the idea...
Thanx for any help on this.
Ben
well I'm new to assembly and well...I've played around with the MASM assembler but have now started using the NASM one....
I just can't seem to find out how to define a section and use it...
For example...define a data section called bob...then put its lcoation into ax...
e.g.
section bob
section .text
start:
mov ax, bob
Hope you get the idea...
Thanx for any help on this.
Ben