__asm
{
mov bl, byte [0x0068F51C]
call 0x004523C0
}
This code gives this error:
main.cpp(57): error C2400: inline assembler syntax error in 'second operand'; found '['
main.cpp(58): error C2415: improper operand type
Line 57 is the line with the mov instruction. I don't see what I'm doing wrong here, especially the call instruction. Can somebody tell me how to remove this error?