|
|
|
|
|
by Doctor-R
906 days ago
|
|
You need to be able to generate any machine instruction. like clear the cache, turn interrupts off and on, access the hardware bits on the I/O cards, access privileged instructions, etc. The language needs to use every instruction.
In C, there is a feature to embed/call assembly language instructions which are architecture dependent. |
|