This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
compilation/flap/tests/06-Retrolix_to_x86-64/26-comparison-5.retrolix

12 lines
210 B
Text
Raw Normal View History

external printf
globals (x)
l11: jumpif eq 1, 1 -> l17, l20;
l17: %rdi <- copy "eq\n";
l18: printf();
l19: exit;
l20: %rdi <- copy "not eq\n";
l21: %rax <- copy 0;
l22: printf();
l23: exit;
end