Trying to learn assembly if this is a stupid question my bad, but will appreciate any answers
Code:
.text:00547C10 ; =============== S U B R O U T I N E =======================================
.text:00547C10
.text:00547C10 ; Attributes: bp-based frame
.text:00547C10
.text:00547C10 sub_547C10 proc near ; DATA XREF: .data:00B9F2CCo
.text:00547C10
.text:00547C10 var_8 = qword ptr -8
.text:00547C10 arg_0 = dword ptr 8
.text:00547C10
arg_0 means it is taking a 32 bit single argument ? I will assume it is integer ? If not how can i ?
var_8 .... what is this ?
I dont have money to spend on HEX-RAYS decompiler.