I have a file that contains many words.
Suppose:
0x000021E8
0x000021EC
0x000021F0 <DUPLICATE
0x000021F0 <DUPLICATE
0x000021F4
0x00002239
0x00002238 <DUPLICATE
0x00002238 <DUPLICATE
BOTH the duplicates need to be totally removed [not just one]
final result should be:
0x000021E8
0x000021EC
0x000021F4
0x00002239
PLEASE PLEASE help I donot know what to do.
In case you'r wondering what those are, these are MIPS addresses and those give me headache.
Suppose:
0x000021E8
0x000021EC
0x000021F0 <DUPLICATE
0x000021F0 <DUPLICATE
0x000021F4
0x00002239
0x00002238 <DUPLICATE
0x00002238 <DUPLICATE
BOTH the duplicates need to be totally removed [not just one]
final result should be:
0x000021E8
0x000021EC
0x000021F4
0x00002239
PLEASE PLEASE help I donot know what to do.
In case you'r wondering what those are, these are MIPS addresses and those give me headache.