Add PRINT-OBJECT method to ASM-FUNCTION

This commit is contained in:
John Lorentzson 2025-07-06 18:55:27 +02:00
parent fa4458e2d7
commit 99d1156e7d

View file

@ -7,6 +7,8 @@
(%address :accessor address :initarg :address
:initform #xFEC0)))
(tlk:define-simple-print-object (asm-function %name))
(define-transformation (token (token-name asm-function))
(multiple-value-bind (asm-function existsp)
(gethash (name token) *asm-functions*)