This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:assemblers [2023/09/23 22:20] sm5por [Instructions] |
tutorials:assemblers [2024/05/20 15:54] (current) sm5por [Instructions] User I/Omode |
||
---|---|---|---|
Line 102: | Line 102: | ||
=== Input/ | === Input/ | ||
- | //**Note:** I/O instructions are not available when the processor is in user mode, but can be executed only by the operating system kernel in system (privileged) mode. They are also specific to the I/O hardware architecture of the each processor' | + | //**Note:** I/O instructions are not available when the processor is in user mode, but can be executed only by the operating system kernel in system (privileged) mode. They are also specific to the I/O hardware architecture of the each processor' |
+ | |||
+ | //In TOPS-20, there is a USRIO system call allowing aprivilegedprocess totemporarily enter User I/O mode (where the UIO bit ofthe processor status word isset so, that I/O operations can be executed.// | ||
==== Interrupt system ==== | ==== Interrupt system ==== |