package
Version:
v0.0.0-...-d96f53a
Opens a new window with list of versions in this module.
Published: May 26, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Inst struct {
Op Op
Dst, Lhs, Rhs uint8
}
bytecode version of:
func sum(n int) int {
total := 0
for i := 1; i <= n; i++ {
total += i
}
return total
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.