| almas wrote:
> Hi everybody,
> I found a file in public domain, modify it.
>
> It insert byte 9 after byte 0Ah
> It is ok , but i prefer to insert a byte after Word 0D0A
> So after ,20h,0Ah > it stay like that
> after ,20h ,0Dh,0Ah i get ,20h,0Dh,0Ah,09
>
> My actual file add always a byte after OAh
> Below, my file.
> If somebody a an idea to add a byte after a word.... i will apprecate
|
|
 |
|
 |
Group: alt.lang.asm · Group Profile · Search for Suit5 in alt.lang.asm
Author: Frank Kotler
Date: Sep 21, 2008 16:49
Hi everybody, I found a file in public domain, modify it. It insert byte 9 after byte 0Ah It is ok , but i prefer to insert a byte after Word 0D0A So after ,20h,0Ah it stay like that after ,20h ,0Dh,0Ah i get ,20h,0Dh,0Ah,09 My actual file add always a byte after OAh Below, my file. If somebody a an idea to add a byte after a word.... i will apprecate Note, with my try, the new
|