Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
LiPtP0000 committed Nov 16, 2024
1 parent 0c121bc commit 7eb60ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-11-07-coa-four.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Decimal value 14D = 1110B = 0EH

{:.box-note}
**Question 13.4**:Consider a 16-bit processor in which the following appears in main memory, starting at location 200 (Diagram below).<br/>The first part of the first word indicates that this instruction loads a value into an **accumulator** (AC). The Mode field specifies an addressing mode and, if appropriate, indicates a source register; assume that when used, the **source register is R1**, which has a value of 400. There is also a **base register** that contains the value 100. The value of 500 in location 201 may be part of the address calculation. Assume that location 399 contains the value 999, location 400 contains the value 1000, and so on. <br/>Determine the effective address and the operand to be loaded for the following address modes: `direct`, `immediate`, `indirect`, `register`, `register indirect`, `PC relative`, `displacement`, `Autoindexing with increment, using R1`.
<br/>

| 200 | LOAD to AC | Mode |
|:---: |:----------------: |:----: |
| 201 | 500 | / |
Expand Down

0 comments on commit 7eb60ed

Please sign in to comment.