summary refs log tree commit diff
path: root/instructions.ts
blob: 4d23d23b8b788126915da9788289bd0b2e7ec405 (plain)
1
2
3
export const instructions: Record<string, number> = {
    '': 0x01
}