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
Post a Comment