diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-04 00:17:40 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-04 00:17:40 -0800 |
commit | 7cb326df5bb9739d948dd4f8b32019f1bf6e4ef3 (patch) | |
tree | 7951c923afb243c33a3ada7f1b204250510d13c5 /subx | |
parent | 5f3b3e7aea4174f13da9b430538564c68257b647 (diff) | |
download | mu-7cb326df5bb9739d948dd4f8b32019f1bf6e4ef3.tar.gz |
4831
Diffstat (limited to 'subx')
-rw-r--r-- | subx/061error.subx | 2 | ||||
-rw-r--r-- | subx/063print-byte.subx | 2 |
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 |