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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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