This commit is contained in:
parent
2b703e9af2
commit
70c2da4a4d
40 changed files with 821 additions and 117 deletions
7
src/cpu/CPU.go
Normal file
7
src/cpu/CPU.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package cpu
|
||||
|
||||
// CPU represents the processor.
|
||||
type CPU struct {
|
||||
Call []Register
|
||||
Syscall []Register
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue