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