I have something like this:
(fcn) fcn.140001020 20
fcn.140001020 ();
; XREFS: CALL 0x140001080 CALL 0x140001098 CALL 0x1400010b0 CALL 0
; XREFS: CALL 0x140001794 CALL 0x1400017ad CALL
0x140001029 mov dword [0x140018a38], eax
I want to be able to give the address 0x140018a38 a name so it will appear something like that:
0x140001029 mov dword [myGlobal], eax