Re: convert assembly data (double words and bytes) in two tupple

2010-12-07 Thread MRAB
On 08/12/2010 02:36, joblack wrote: I have two assembly data txt files, one has the structure: 0E1459D1Fh, 0AB58FAAEh, 4303E35Bh, 55FA3020h, 0E66D76ADh, 0EF434544h, ... and the other has the structure: 53h, 6, 6Bh, 0D4h, 40h, 35h, 0B5h, 33h, 0AFh, 30h, 0B3h, 66h, ... (I removed the dd and db

Re: convert assembly data (double words and bytes) in two tupple

2010-12-07 Thread Chris Rebert
On Tue, Dec 7, 2010 at 6:36 PM, joblack wrote: > I have two assembly data txt files, one has the structure: > > 0E1459D1Fh, 0AB58FAAEh, 4303E35Bh, 55FA3020h, 0E66D76ADh, > 0EF434544h, ... > > and the other has the structure: > > 53h, 6, 6Bh, 0D4h, 40h, 35h, 0B5h, 33h, 0AFh, 30h, 0B3h, > 66h, ... >

convert assembly data (double words and bytes) in two tupple

2010-12-07 Thread joblack
I have two assembly data txt files, one has the structure: 0E1459D1Fh, 0AB58FAAEh, 4303E35Bh, 55FA3020h, 0E66D76ADh, 0EF434544h, ... and the other has the structure: 53h, 6, 6Bh, 0D4h, 40h, 35h, 0B5h, 33h, 0AFh, 30h, 0B3h, 66h, ... (I removed the dd and db with awk) Now I want both of them in