??? 04/06/07 13:46 Read: times |
#136741 - . Responding to: ???'s previous message |
What, exactly, do you mean by "text-based instructions?" An assembler is a program that takes a line such as, " doit: mov a, count ; load a with the count that's what I mean by text-based instructions. and translates it into the binary code the MCU wants to see. that is what I want to do when I make the assembler. |