This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:assemblers [2022/03/14 02:57] sm5por [Memory addresses] |
tutorials:assemblers [2024/05/20 15:54] (current) sm5por [Instructions] User I/Omode |
||
---|---|---|---|
Line 47: | Line 47: | ||
=== Effective address calculation === | === Effective address calculation === | ||
+ | |||
+ | ^ Word ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^1^1^1^1^1^1^1^1^1^1^2^2^2^2^2^2^2^2^2^2^3^3^3^3^3^3^ | ||
+ | ^::: | ||
+ | |Address | ||||||||||||| | ||
+ | |||
+ | ^ | ||
+ | |I | ||
+ | |X | ||
+ | |Y | ||
=== Extended addressing === | === Extended addressing === | ||
Line 59: | Line 68: | ||
|Position | |Position | ||
|Size | | |Size | | ||
- | |I | ||
- | |X | ||
- | |Y | ||
==== Instructions ==== | ==== Instructions ==== | ||
Line 96: | 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 thus of limited interest to regular application programmers under most operating systems.// | + | //**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 ==== | ||
Line 104: | Line 112: | ||
==== Processor models ==== | ==== Processor models ==== | ||
- | ^ Processor | + | ^ Processor |
- | ^::: ^::: | + | ^::: |
- | |DEC KA10 | + | |DEC KA10 | | 8--256 KW| 1| |
- | |DEC KI10 | + | |DEC KI10 | | ?--4096 KW| 1| |
- | |DEC KL10 A | + | |DEC KL10 A|DW, FP |
- | |DEC KL10 B | + | |DEC KL10 B|DW, FP, EA| 32--4096 KW| 32|4 DTE20, 8 RH20|PDP-11/?? |
- | |DEC KS10 |FlPt | + | |DEC KS10 |DW, FP | 128--512 KW| |
- | |XKL Toad | + | |SC-40 |DW, FP, EA| 4--64 MW| 4096|1 dual SX, 1 EX|SPARC |
+ | |XKL Toad-1|DW, FP, EA| ?--32 MW| 4096| | | ||
+ | |XKL Toad-2|DW, FP, EA| ?--256 MW| 4096| | ||
- | |FlPt | + | |DW |Double word operations |
- | |ExtA | + | |FP |
+ | |EA | ||
=== Emulators === | === Emulators === | ||
- | | + | ^ Emulator |
- | | + | ^::: ^::: ^::: |
+ | |KLH10|2.01|KL | ||
+ | |KLH10|2.01|KS | ||
+ | |KLH10|2.01|KS ITS|DW, FP | | ||
+ | |SIMH | |KL |DW, FP, EA| | ||
===== Operating system details ===== | ===== Operating system details ===== |