mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
vault backup: 2022-07-29 10:33:34
This commit is contained in:
parent
5e5be4b3f8
commit
56eef6b945
@ -4,8 +4,8 @@ aliases:
|
||||
tags:
|
||||
- lecture
|
||||
- cosc204
|
||||
sr-due: 2022-07-29
|
||||
sr-interval: 3
|
||||
sr-due: 2022-08-05
|
||||
sr-interval: 7
|
||||
sr-ease: 250
|
||||
---
|
||||
|
||||
@ -123,7 +123,7 @@ The programmer's model of a computer is not the same as the hardware model. The
|
||||
- `lda #$0F`
|
||||
- Load A with the value stored at memory location $000F
|
||||
- This is like: `A = memory[0x0F]`
|
||||
- `lda $0F$`
|
||||
- `lda $0F`
|
||||
- Transfer the value stored in B into A
|
||||
- This is like `A = B`
|
||||
- `tfr b,a`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user