Hi forum ,
I would like to know HOW i can split a .bin or .hex data file ( read from a 27c1024 chip ) into odd and even files to programm 2 27c512 chips.
i have tried several utilities found on the internet but the generated files together are smaller than the original file ...............
so i am a bit
techy ( i think )
splitting an 27c1024 data into odd and even 27c512 data
Re: splitting an 27c1024 data into odd and even 27c512 data
Try create odd/even files with split
Re: splitting an 27c1024 data into odd and even 27c512 data
Ezo ,
i am struggeling with this program , i try to get all syntaxes right but NO output files are generated..................
i manage to get the program opening in a dosbox , it starts, asks for the odd and even filename but nothing gets generated.
Any info to get me towards a solution
techy
i am struggeling with this program , i try to get all syntaxes right but NO output files are generated..................
i manage to get the program opening in a dosbox , it starts, asks for the odd and even filename but nothing gets generated.
Any info to get me towards a solution
techy
Re: splitting an 27c1024 data into odd and even 27c512 data
keep utillity in source file directory
for example - source 1.bin (8KB)
write source- 1.bin
even.. - 11.bin
odd.. - 12.bin
You will find in directory 2 files 11.bin and 12.bin 4KB
for example - source 1.bin (8KB)
write source- 1.bin
even.. - 11.bin
odd.. - 12.bin
You will find in directory 2 files 11.bin and 12.bin 4KB