Download Game! Currently 79 players and visitors. Last logged in:GileonPaziOnniferPere

Blitzer's Blog >> 72206

Back to blogs index
Posted: 08 Sep 2026 09:03 [ permalink ]
Thank you. Updated script section. 

==[ Chromium ]==
** RELOAD **
** PASTE: (given JSON) **
** CLICK: Run **
OmniVM , Single Node SimulatorC"
Enter a JSON array of 128,bit instructions (as objects) and click Run.C"

[
B B {"opcode": "LOADI", "gas": 1, "operandA": "0xAA", "operandB": 0},
B B {"opcode": "STORE", "gas": 5, "operandA": "0x0000000100000001",
"operandB": 0},
B B {"opcode": "TELEPORT", "gas": 5, "operandA": "0x0000000200000000",
"operandB": 0},
B B {"opcode": "LOADI", "gas": 1, "operandA": "0xBB", "operandB": 1},
B B {"opcode": "STORE", "gas": 5, "operandA": "0x0000000200000002",
"operandB": 1},
B B {"opcode": "TELEPORT", "gas": 5, "operandA": "0x0000000100000000",
"operandB": 0},
B B {"opcode": "HALT", "gas": 1, "operandA": "0x0", "operandB": 0}
]

Run Reset
Output
--- NODE 1 ---
PC=0B LOADIB A=aaB B=0
PC=1B STOREB A=100000001B B=0
PC=2B TELEPORTB A=200000000B B=0
B -> TELEPORT INITIATED: Routing state to Node 2
B -> STATE RECEIVED: Resuming execution from PC=6
PC=6B HALTB A=0B B=0
B -> HALT

--- NODE 2 ---
B -> STATE RECEIVED: Resuming execution from PC=3
PC=3B LOADIB A=bbB B=1
PC=4B STOREB A=200000002B B=1
PC=5B TELEPORTB A=100000000B B=0
B -> TELEPORT INITIATED: Routing state to Node 1

Registers
--- NODE 1 ---
R0=aaB R1=bbB R2=0B R3=0B R4=0B R5=0B R6=0B R7=0B R8=0B R9=0B R10=0B R11=0B
R12=0B R13=0B R14=0B R15=0

--- NODE 2 ---
R0=aaB R1=bbB R2=0B R3=0B R4=0B R5=0B R6=0B R7=0B R8=0B R9=0B R10=0B R11=0B
R12=0B R13=0B R14=0B R15=0

Memory (first 20 entries)
--- NODE 1 ---
0x100000001 => aa

--- NODE 2 ---
0x200000002 => bb

==[ /Chromium ]==