We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96694d3 commit 78aab68Copy full SHA for 78aab68
www/notes/mug.scrbl
@@ -69,6 +69,7 @@ characters:
69
Let's consider how strings were previously compiled. Here's an assembly program
70
that returns @racket["Hello!"]:
71
72
+@;{
73
@ex[
74
(require loot/compile)
75
(seq (Label 'entry)
@@ -88,6 +89,7 @@ We can run it just to make sure:
88
89
(compile-string "Hello!")
90
(Ret))))
91
]
92
+}
93
94
Notice that this program dynamically allocates the string by executing
95
instructions that write to memory pointed to by @racket['rbx] and
0 commit comments