Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ returnFromInterrupt
Method
returnFromInterrupt
src/main/java/jace/apple2e/MOS65C02.java:1150–1153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1148
}
1149
1150
private
void
returnFromInterrupt() {
1151
setStatus(pop());
1152
setProgramCounter(popWord());
1153
}
1154
1155
private
void
waitForInterrupt() {
1156
I = true;
Callers
1
COMMAND
Enum · 0.80
Calls
4
setStatus
Method · 0.95
pop
Method · 0.95
popWord
Method · 0.95
setProgramCounter
Method · 0.80
Tested by
no test coverage detected