I have a file where each line is in this format.
0000: 0xA0090590 ; 0: void loopback0()
Convert all to:
0000: 00000000 900509A0 ; 0: void loopback0()
If a line is in this format.
If there is a semicolon comment at the beginning, do not process it.
;wxyz: 0xA0DDEEFF ; x: void func()
0000: 0xA0090590 ; 0: void loopback0()
Convert all to:
0000: 00000000 900509A0 ; 0: void loopback0()
If a line is in this format.
If there is a semicolon comment at the beginning, do not process it.
;wxyz: 0xA0DDEEFF ; x: void func()


