Added assembler instructions
This commit is contained in:
parent
bd73132a30
commit
315d2d075e
10 changed files with 438 additions and 21 deletions
20
src/register/General.go
Normal file
20
src/register/General.go
Normal file
|
@ -0,0 +1,20 @@
|
|||
package register
|
||||
|
||||
const (
|
||||
R0 = iota
|
||||
R1
|
||||
R2
|
||||
R3
|
||||
R4
|
||||
R5
|
||||
R6
|
||||
R7
|
||||
R8
|
||||
R9
|
||||
R10
|
||||
R11
|
||||
R12
|
||||
R13
|
||||
R14
|
||||
R15
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue