: What would I need to convert C++ code into a binary file that can be used in an Eprom? : Ed, Depending upon the type of system, the processor, and some other variables, determines which part of the program is needed and how it is arrainged within an EPROM for your system. Can you give some more information? Thanks -MIKEM
First i dont understand your question? i confused to know, whether u r asking about code to write binary data into EPROM or u r asking code which stores in EPROM in binary format?
okay, if you are asking about code to write binary data into EPROM , you have say about what EPROM u used, and what type of circuit u used such as serial , parallel. bcos code purely depends on circuit designing. the important part is circuit designing. if u complete this sucessfully, there will be no problem with program writing.
so, if u need help to develop progrm , y should send your circuit. if u hesitate to send ur circuit in this open site, u can use my personal id PandianASM@yahoo.co.in.
and, if y have talend to create program, the following informations will help you
outp(port, data) -- this sends data to output port as 8-bit data inp(port) ---- this receives data from port as 8-bit data
0x378 is address for parallel port 0x279 (i think so) is address for serial port
Comments
: Ed,
Depending upon the type of system, the processor, and some other variables, determines which part of the program is needed and how it is arrainged within an EPROM for your system. Can you give some more information? Thanks -MIKEM
i confused to know, whether u r asking about code to write binary data into EPROM or u r asking code which stores in EPROM in binary format?
okay, if you are asking about code to write binary data into EPROM ,
you have say about what EPROM u used, and what type of circuit u used such as serial , parallel. bcos code purely depends on circuit designing. the important part is circuit designing. if u complete this sucessfully, there will be no problem with program writing.
so, if u need help to develop progrm , y should send your circuit. if u hesitate to send ur circuit in this open site, u can use my personal id PandianASM@yahoo.co.in.
and, if y have talend to create program, the following informations will help you
outp(port, data) -- this sends data to output port as 8-bit data
inp(port) ---- this receives data from port as 8-bit data
0x378 is address for parallel port
0x279 (i think so) is address for serial port