forked from AbleOS/holey-bytes
a
This commit is contained in:
parent
1a5f101719
commit
73b998911c
2
spec.md
2
spec.md
|
@ -1,7 +1,7 @@
|
||||||
# HoleyBytes ISA Specification
|
# HoleyBytes ISA Specification
|
||||||
|
|
||||||
# Bytecode format
|
# Bytecode format
|
||||||
- Holey Bytes program should start with following magic: `0xAB1E0B`
|
- Holey Bytes program should start with following magic: `[0xAB, 0x1E, 0x0B]`
|
||||||
- All numbers are encoded little-endian
|
- All numbers are encoded little-endian
|
||||||
- There is 256 registers, they are represented by a byte
|
- There is 256 registers, they are represented by a byte
|
||||||
- Immediate values are 64 bit
|
- Immediate values are 64 bit
|
||||||
|
|
Loading…
Reference in a new issue