about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/061error.subx2
-rw-r--r--subx/063print-byte.subx2
2 files changed, 4 insertions, 0 deletions
diff --git a/subx/061error.subx b/subx/061error.subx
index 0868f854..b44d5473 100644
--- a/subx/061error.subx
+++ b/subx/061error.subx
@@ -52,3 +52,5 @@ error:  # ed : (address exit-descriptor), out : fd or (address stream), msg : (a
     89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
     5d/pop-to-EBP
     c3/return
+
+# . . vim:nowrap:textwidth=0
diff --git a/subx/063print-byte.subx b/subx/063print-byte.subx
index 89f9e103..ed71a378 100644
--- a/subx/063print-byte.subx
+++ b/subx/063print-byte.subx
@@ -137,3 +137,5 @@ test-print-byte:
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
     # . end
     c3/return
+
+# . . vim:nowrap:textwidth=0