Eoli Software pic 16bit disassembler converts machine code back into assembler language, but how does one read the machine code from the chip, or do you need the original compiled machine code file before uploading to the chip?
Does Eoli Software pic 16bit disassembler read from the chip?
Hi Calvin,
               Reading the machine language us done directly from the CPU, the codes may vary it may be an all numerical machine code that is regarded as the lowest level of a compiled assembled computer code or program. And another one is the assembly code this now are executable machine language codes you need to have an assembled, or a compiler and even a linker to translate these codes to sets of instructions.
Â