mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
17 lines
177 B
NASM
17 lines
177 B
NASM
degree 256;
|
|
reg pc[@pc];
|
|
reg X[<=];
|
|
reg A;
|
|
|
|
instr loop { pc' = pc }
|
|
|
|
label_with_next::
|
|
A <=X= 1;
|
|
|
|
labels_with_next::
|
|
other_label_just_after::
|
|
A <=X= 2;
|
|
A <=X= 2;
|
|
|
|
end::
|
|
loop; |