Hello,
can anyone give me an example how to use this tool?
In the last email Mr.Zale wrote this:
" Place #ALIGN
just before heavily accessed labels and loops (the frequent target of
jumps), and you'll often find a big difference. "
but I don't understand very well this instructions, for example:
#ALIGN 16
CALL EnableScreen
or
#ALIGN 16
SUB EnableScreen
code .....
END SUB
Which is correct way to use this tool?
Regards
Antonello Ventullo
can anyone give me an example how to use this tool?
In the last email Mr.Zale wrote this:
" Place #ALIGN
just before heavily accessed labels and loops (the frequent target of
jumps), and you'll often find a big difference. "
but I don't understand very well this instructions, for example:
#ALIGN 16
CALL EnableScreen
or
#ALIGN 16
SUB EnableScreen
code .....
END SUB
Which is correct way to use this tool?
Regards
Antonello Ventullo
Comment