macaw/macaw-x86-syntax/test-data/get-rip.cbl
2024-08-16 15:32:49 -04:00

4 lines
100 B
COBOL

(defun @id ((regs X86Regs)) (Ptr 64)
(start start:
(let b (get-reg rip regs))
(return b)))