7 lines
91 B
Go
7 lines
91 B
Go
package code
|
|
|
|
type program struct {
|
|
name string
|
|
instruction_list
|
|
lc uint32
|
|
}
|