User Tools

Site Tools


tutorials:assemblers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:assemblers [2022/03/14 02:54]
sm5por [Memory addresses]
tutorials:assemblers [2023/09/23 22:22] (current)
sm5por [Instructions]
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^
 +^:::     ^0^1^2^3^4^5^6^7^8^9^0^1^2^3^4^5^6^7^8^9^0^1^2^3^4^5^6^7^8^9^0^1^2^3^4^5^
 +|Address | |||||||||||||  I  |  X  ||||  Y  ||||||||||||||||||
 +
 +^   Field    ^  Size  ^  Position  ^  Interpretation                          ^
 +|I                 1|     13     |Indirect bit                              |
 +|X                 4|   14--17   |Index register                            |
 +|Y                18|   18--35   |Memory address                            |
  
 === Extended addressing === === Extended addressing ===
Line 59: Line 68:
 |Position    |       6|    0--5    |First (most significant) bit of byte field| |Position    |       6|    0--5    |First (most significant) bit of byte field|
 |Size        |       6|    6--11   |Number of consecutive bits in byte field  | |Size        |       6|    6--11   |Number of consecutive bits in byte field  |
-|I                 1|     13     |Indirect bit                              | + 
-|X                 4|   14--17   |Index register                            | +==== Instructions ====
-|Y                18|   18--35   |Memory address                            |+
  
 ^  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^ ^  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^
Line 77: Line 85:
 |I/O opcode  |       3|   10--12   |See //Input/output instruction set//      | |I/O opcode  |       3|   10--12   |See //Input/output instruction set//      |
  
-==== Instructions ==== 
 === Processor status flags === === Processor status flags ===
  
Line 95: Line 102:
 === Input/output instruction set === === Input/output instruction set ===
  
-//**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's brand and model (DEC KA/KI/KL, DEC KS, SC, XKL). They are thus of limited interest to regular application programmers under most operating systems.//
  
 ==== Interrupt system ==== ==== Interrupt system ====
Line 103: Line 110:
 ==== Processor models ==== ==== Processor models ====
  
-^  Processor  ^  Includes  ^  Memory size  ^  I/O   ^Front end^         Operating systems          ^^^^ +^  Processor  ^  Includes  ^  Memory size   Sections   I/O   Front end   Software  ^^^^ 
-^:::          ^:::         ^:::            ^:::     ^:::      ^ Tops-10 ^   ITS   ^  TENEX  ^ TOPS-20 ^ +^:::       ^:::       ^:::          ^:::   ^:::            ^:::      ^ Tops-10 ^  ITS  TENEX ^ TOPS-20 ^ 
-|DEC KA10                  8--256 KW                                          |   ---   +|DEC KA10              8--256 KW|     1              |Console                       |   ---  
-|DEC KI10                                                                     |   ---   +|DEC KI10             ?--4096 KW    1              |Console                       |   ---  
-|DEC KL10 A   |FlPt                             |Console                                 +|DEC KL10 A|DW, FP     32--4096 KW    1|               |Console                             
-|DEC KL10 B   |FlPtExtA                |MASSBUS?|PDP-11/??                        |  ?--7   +|DEC KL10 B|DWFP, EA|  32--4096 KW   32|4 DTE20, 8 RH20|PDP-11/??                     |  ?--7  
-|DEC KS10     |FlPt                      |        |                                 |  ?--5   +|DEC KS10  |DW, FP    |  128--512 KW|     1|               |Console? |        |        |        |  ?--5  | 
-|XKL Toad     |FlPtExtA    256 MW (?)         |                                 |  ?--7   |+|SC-40     |DW, FP, EA|     4--64 MW|  4096|1 dual SX, 1 EX|SPARC    |        |        |        |  ?--7  
 +|XKL Toad-1|DWFP, EA|     ?--32 MW|  4096              |                |        |        |  ?--7  | 
 +|XKL Toad-2|DW, FP, EA|    ?--256 MW 4096              |                              |  ?--7  |
  
-|FlPt  |Floating point operations +|DW  |Double word operations     | 
-|ExtA  |Extended addressing        |+|FP  |Floating point operations 
 +|EA  |Extended addressing        |
  
 === Emulators === === Emulators ===
  
-  KLH10 +^  Emulator  ^  Version  ^  Mode  ^  Includes  ^  Memory  ^  Sections  ^  Peripheral API  ^  Software  ^^^^ 
-  SIMH+^:::  ^::: ^:::   ^:::       ^:::      ^:::   ^::: ^ Tops-10 ^  ITS    TENEX ^ TOPS-20 ^ 
 +|KLH10|2.01|KL    |DW, FP, EA|  4096 KW|    32|    |                |        |  ?--7   | 
 +|KLH10|2.01|KS    |DW, FP    |              |    |                |        |  ?--?   | 
 +|KLH10|2.01|KS ITS|DW, FP    |              |    |                |        |         | 
 +|SIMH |    |KL    |DW, FP, EA|              |    |                |        |  ?--7   |
  
 ===== Operating system details ===== ===== Operating system details =====
tutorials/assemblers.1647226474.txt.gz · Last modified: 2022/03/14 02:54 by sm5por