Updated Computer constants
This commit is contained in:
parent
46195474a6
commit
5cb676e501
73 changed files with 139 additions and 80 deletions
|
|
@ -65,10 +65,22 @@ documentation for the 80386 and 80486.
|
|||
|
||||
### Timing
|
||||
|
||||
Operands | **x** | **88** | **86** | **286** | **386** | **486**
|
||||
---------- | :---: | :----: | :----: | :-----: | :-----: | :-----:
|
||||
none | 0 | 8 | 8 | 3 | 4 | 3
|
||||
Operands | **x** | **8088** | **8086** | **80286** | **80386** | **80486**
|
||||
---------- | :---: | :------: | :------: | :-------: | :-------: | :-------:
|
||||
none | 0 | 8 | 8 | 3 | 4 | 3
|
||||
|
||||
(x is the number of memory transfers)
|
||||
|
||||
---
|
||||
|
||||
Source: PC Magazine "Programmer's Technical Reference: The Processor and Coprocessor," by Robert L. Hummel.
|
||||
|
||||
---
|
||||
|
||||
### PCjs Code
|
||||
|
||||
{% highlight javascript linenos %}
|
||||
|
||||
{% include_relative pcjs/opAAA.js %}
|
||||
|
||||
{% endhighlight %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue