about summary refs log tree commit diff stats
path: root/128subx-words.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-11 00:11:39 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 00:11:39 -0700
commitefe641a030215d6d3795d5ef0c6fd304402da10b (patch)
tree57982d84ed43fc836652a1e09d6cfeac7fc902e1 /128subx-words.subx
parent1c349ac7c571a97978e1cbbe726430ae9c741972 (diff)
downloadmu-efe641a030215d6d3795d5ef0c6fd304402da10b.tar.gz
6632
Diffstat (limited to '128subx-words.subx')
-rw-r--r--128subx-words.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/128subx-words.subx b/128subx-words.subx
index e1e737a0..c3da70f0 100644
--- a/128subx-words.subx
+++ b/128subx-words.subx
@@ -532,7 +532,7 @@ test-is-valid-name-starts-with-digit:
     5d/pop-to-ebp
     c3/return
 
-is-label?: # word: (addr slice) -> result/eax: boolean
+is-label?:  # word: (addr slice) -> result/eax: boolean
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp