Describe code in mesecon._test_program_fpga

This commit is contained in:
Jude Melton-Houghton 2022-09-13 17:26:56 -04:00
parent 46a6a31279
commit 683aa83f5a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ function mesecon._test_program_fpga(pos, program)
local fields = {program = true}
for i, instr in ipairs(program) do
-- Translate the instruction into formspec fields.
local op1, act, op2, dst
if #instr == 3 then
act, op2, dst = unpack(instr)