started up asm
This commit is contained in:
parent
ef273790b8
commit
acce30cea1
45 changed files with 1167 additions and 728 deletions
7
ass3/zbirnik/code/instructionF2.go
Normal file
7
ass3/zbirnik/code/instructionF2.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package instructionF2
|
||||
|
||||
type InstructionF2 struct {
|
||||
opcode uint8
|
||||
r1 uint8
|
||||
r2 uint8
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue