Registers: Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "Choosing a register layout is difficult. A good starting point is: * A * X * Y ** (Y+A) * PC * SP * STATUS") |
No edit summary |
||
Line 3: | Line 3: | ||
A good starting point is: | A good starting point is: | ||
* | * A¹ | ||
* | * X¹ | ||
* | * Y¹ | ||
** | * Z¹ | ||
* | ** Z+A² | ||
* | * PC² | ||
* | * SP¹ | ||
* SF¹ |
Revision as of 18:29, 22 January 2025
Choosing a register layout is difficult.
A good starting point is:
- A¹
- X¹
- Y¹
- Z¹
- Z+A²
- PC²
- SP¹
- SF¹