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/01-print-int.retrolix

5 lines
73 B
Text
Raw Normal View History

globals ()
l00: %rdi <- copy 73;
l01: observe_int();
l02: exit;
end