addresses of labels in assembly 80x86 -


i have general question on labels in assembly.

if have code:

func_start:

; code here

func_end:

which label has higher address?

if it's written that, in traditional assembly code, func_end have higher address. rule, program flows lower-to-higher address. program counter increases every instruction executed, moving forward through program memory.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -