Improved code generation
This commit is contained in:
parent
5ca086f177
commit
75672c1e16
15 changed files with 215 additions and 275 deletions
|
@ -2,10 +2,10 @@ package cpu
|
|||
|
||||
// CPU represents the processor.
|
||||
type CPU struct {
|
||||
Call []Register
|
||||
General []Register
|
||||
Syscall []Register
|
||||
Return []Register
|
||||
Input []Register
|
||||
Output []Register
|
||||
usage uint64
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue