package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Functions

LEB128 decoding algorithm taken from page 218 of "DWARF4 Standard", figure 47 returns decoded value and the number of bytes consumed from the encoded array.
ULEB128 decoding algorithm taken from page 218 of "DWARF4 Standard", figure 46 returns decoded value and the number of bytes consumed from the encoded array.