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/questions/retrolixToX86_64/04.retrolix
2023-12-31 23:16:39 +01:00

6 lines
60 B
Text

globals ()
%rdi <- copy 42;
observe_int();
exit;
end