mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-12 18:53:11 +00:00
7 lines
121 B
NASM
7 lines
121 B
NASM
|
|
// TODO: Dummy code for now.
|
||
|
|
global storage_write:
|
||
|
|
JUMPDEST
|
||
|
|
PUSH 123 // Whatever.
|
||
|
|
POP
|
||
|
|
BYTES 0x1, 0x02, 3
|