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