_DATA SEGMENT
return_address dq 0
real_rbx dq 0
_DATA ENDS
I'm getting these two errors from this code, I'm not sure what is wrong with it, I'm using x64
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
error C2146: syntax error: missing ';' before identifier 'SEGMENT'