#include #include #include #include #include #include #include const char opcode[]="opcode.sheet"; const char target[]="opcode.sheet"; main() { char buff[8192],temp[10],bin=0,opcode[3]; int fd,fd1,bytes_read=8192,count,i=0,inter_count=0; int offset=0,j=0,tempy; char head[]="OPCODE SHEET"; if((fd=open(opcode, O_RDONLY))==-1) printf("oops"); if((fd1=open(target, O_RDWR|O_CREAT))==-1) printf("O"); while(bytes_read==8192) { bytes_read=read(fd,buff,8192); while(inter_count