Skip to content

Commit 78aab68

Browse files
committed
Comment out some broken stuff in Mug notes.
1 parent 96694d3 commit 78aab68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/notes/mug.scrbl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ characters:
6969
Let's consider how strings were previously compiled. Here's an assembly program
7070
that returns @racket["Hello!"]:
7171

72+
@;{
7273
@ex[
7374
(require loot/compile)
7475
(seq (Label 'entry)
@@ -88,6 +89,7 @@ We can run it just to make sure:
8889
(compile-string "Hello!")
8990
(Ret))))
9091
]
92+
}
9193

9294
Notice that this program dynamically allocates the string by executing
9395
instructions that write to memory pointed to by @racket['rbx] and

0 commit comments

Comments
 (0)