CPU 상태: Difference between revisions
From IT위키
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
! style="text-align: right;" | Interrupt | ! style="text-align: right;" | Interrupt | ||
인터럽트 후에는 무조건 Fetch로 간다. | 인터럽트 후에는 무조건 Fetch로 간다. | ||
| style="text-align: | | style="text-align: center;" | ↑↓ | ||
! Indirect | ! style="text-align: left;" | Indirect | ||
Fetch에서 해석된 간접 주소로 유효 주소를 계산한다. | Fetch에서 해석된 간접 주소로 유효 주소를 계산한다. | ||
|- | |- |
Latest revision as of 17:21, 22 December 2019
- CPU State
주요 상태[edit | edit source]
↗ | Fetch
명령어를 메모리에서 CPU 레지스터로 가져와서 해독한다. |
↘↖ |
---|---|---|
Interrupt
인터럽트 후에는 무조건 Fetch로 간다. |
↑↓ | Indirect
Fetch에서 해석된 간접 주소로 유효 주소를 계산한다. |
↖ | Execute
Fetch에서 해석한 명령을 실행한다. Interrupt 요청 신호가 없으면 Fetch |
↙ |