Files
powdr/test_data/asm/book/submodule.asm
2023-10-04 12:52:59 +02:00

9 lines
163 B
NASM

machine Other(latch, operation_id) {
operation nothing<0>;
col fixed latch = [1]*;
col fixed operation_id = [0]*;
col witness w;
w * w = w;
}