Jump to content

Microassembler

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alaibot (talk | contribs) at 03:30, 25 November 2006 (Robot: Automated text replacement (-{{[Uu]ncat(|egori[sz]ed)\|November 2006}} +{{uncategorizedstub|November 2006}})). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A microassembler (sometimes called a meta-assembler) is a computer program that helps prepare a microprogram to control the low level operation of a computer in much the same way an assembler helps prepare higher level code for a processor. The difference is that the microprogram is usually only developed by the processor manufacturer and works intimately with the hardware. The microprogram defines the instruction set any normal program (including both application programs and operating systems) is written in. The use of a microprogram allows the manufacturer to fix certain mistakes, including working around hardware design errors, without modifiing the hardware. The use of microprogram also allows the same hardware to run different instruction sets. The microprogram is then loaded to a control store to become of the logic of a CPU's control unit.

At one time it was proposed to provide a microassmbler to certain sophisticated users so they could customize the instruct set of the computer for their special needs, intending to provide more efficient instructions tuned to the end user's needs. The extreme complexity of writing microcode, combined with the fact that running a custom microcode prevented using commercial software, resulted in this being abandoned.