Update interrupts
Interrupts should be updated so a program can pass a value to a device.
Should the value be a byte (8-bit) or a short (16-bit)?
Advantages: Interrupt code may be used by devices to execute a specific action, rather than having to define an action in memory. This way, memory can be used (almost) exclusively for data.
-
Please register or sign in to post a comment