well in c++ inline asm I wanna call a function based on location like.
__asm{
Call 0040001
}
instead of doing
const int loc = 0x0040001;
__asm{
call loc
}
|
Results 1 to 5 of 5
Thread: Call function by location?Threaded View
|
Click Here to Expand Forum to Full Width |