Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
The new improved ILA subsystem now uses Microcode technology rather than procedural implementation in order to implement the ISP (Instruction Set Processor). Namely, the opcode byte, on being fetched from SHE (Segmented Hierarchical Environment) immediately indexes into a 256 entry table of bit vectors, representing the micro-operations implementing that instruction, This is a lot faster than using a switch() statement to parse the instruction set, and allows ILA (Interactive Language Architecture) to be dynamically updated to fix any flaws in the implementation of opcodes without a kernel recompile.