Difference between revisions of "Test"
From ScienceZero
(→normal) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | === | + | ===Modified Wikitable=== |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 29: | Line 29: | ||
|- | |- | ||
| W || Working register (accumulator) | | W || Working register (accumulator) | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="text-align:center" | ||
+ | |+Multiplication table | ||
+ | |- | ||
+ | ! × !! 1 !! 2 !! 3 | ||
+ | |- | ||
+ | ! 1 | ||
+ | | 1 || 2 || 3 | ||
+ | |- | ||
+ | ! 2 | ||
+ | | 2 || 4 || 6 | ||
+ | |- | ||
+ | ! 3 | ||
+ | | 3 || 6 || 9 | ||
+ | |- | ||
+ | ! 4 | ||
+ | | 4 || 8 || 12 | ||
+ | |- | ||
+ | ! 5 | ||
+ | | 5 || 10 || 15 | ||
|} | |} |
Latest revision as of 06:40, 2 September 2007
Modified Wikitable
Field | Description |
---|---|
b | Bit address within an 8 bit register |
d | Destination select, d=0 store results in W, d=1 store register in f |
f | Register file address 0x00-0xFF |
k | Literal field (Constant) |
W | Working register |
normal
Field | Description |
---|---|
b | Bit address within an 8 bit register |
d | Destination select, d=0 store results in W, d=1 store register in f |
f | Register file address 0x00-0xFF |
k | Literal field (Constant) |
W | Working register (accumulator) |
× | 1 | 2 | 3 |
---|---|---|---|
1 | 1 | 2 | 3 |
2 | 2 | 4 | 6 |
3 | 3 | 6 | 9 |
4 | 4 | 8 | 12 |
5 | 5 | 10 | 15 |