about summary refs log tree commit diff stats
path: root/subx/examples/ex1.2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 16:55:46 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 16:56:37 -0700
commit9372c16c00f032fe72e921723c2dc9ab88486ff6 (patch)
tree74f1f3074675e90a2f53f2799c55bd5a9d9618af /subx/examples/ex1.2.subx
parent9ce8fd1cc1770d7e41d214421237ecea7b1efb4e (diff)
downloadmu-9372c16c00f032fe72e921723c2dc9ab88486ff6.tar.gz
4581
Even more cuddling. We want to keep lines short where the opcode and operands
are self-explanatory.

If there are any implicit registers, etc., we'll continue to do the table
layout.

The first two columns look messy now; let's see how this goes.
Maybe I'll give up on the tabular layout altogether, just string args with
a single space.
Diffstat (limited to 'subx/examples/ex1.2.subx')
-rw-r--r--subx/examples/ex1.2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex1.2.subx b/subx/examples/ex1.2.subx
index 7dca4ec3..a355ef6b 100644
--- a/subx/examples/ex1.2.subx
+++ b/subx/examples/ex1.2.subx
@@ -15,6 +15,6 @@
   bb/copy                                                                                                                         2a/imm32          # copy 42 to EBX
   # exit(EBX)
   b8/copy                                                                                                                         1/imm32           # copy 1 to EAX
-  cd/syscall                                                                                                                      0x80/imm8         # int 80h
+  cd/syscall  0x80/imm8
 
 # vim:ft=subx