An assembly instrction is converted into binary, also known as the machine code by the assembler. And it contains only 0s and 1s yes /no?
Then, the microcode handles the 1s and 0s of the assmelby instrcution that was convereted before. Yes or no?
Does the processor understand the microcode, but not the the machine code in that case?
Assmebly(mnemonics) >Assembler(to binary)> Micorcode(binary?) >silicone
What is the language used to do microcoding?
Where does the microcode live in the processsor ?
silvercats 10 Junior Poster
Recommended Answers
Jump to PostSome machine code instructions (the simpler ones) are implemented directly in hardware. Others will invoke a microcode program which is permanently stored within the processor. That microcode program will have access to all of the processor's internal registers - not just to the ones which the assembly language programmer has …
All 3 Replies
Assembly Guy 72 Posting Whiz
mathematician 0 Junior Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.