Is there a reliable alternative to the function + label + db statements scenario?
I would like to use !db statement outside any function and obtain the codeptr via a label or other reliable method.
Must be equally reliable as with using a function.
Datalabel1:
!db 123,23
I would like to use !db statement outside any function and obtain the codeptr via a label or other reliable method.
Must be equally reliable as with using a function.
Datalabel1:
!db 123,23
Comment