Skip to content

Commit f43eb82

Browse files
author
Paulo Matos
committed
Initial asm-module definition
1 parent cf4f9af commit f43eb82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

s/rv64.ss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,17 @@
112112
(module (md-handle-jump) ; also sets primitive handlers
113113
(import asm-module)
114114

115+
115116
)
116117

117118
;;; SECTION 3: assembler
118-
(module asm-module ()
119+
(module asm-module (; required exports
120+
asm-foreign-call)
121+
122+
(module (asm-foreign-call asm-foreign-callable)
123+
(define-who asm-foreign-call
124+
(with-output-language (L13 Effect)
125+
(
119126

120127
)
121128

0 commit comments

Comments
 (0)