about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-23 23:53:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-23 23:53:27 -0700
commit6a2ec6bfab3215274222d6b32a096b3d2ef506a8 (patch)
tree060869c10cb384d76d7725b98b4ace0be31132d4
parentc6f32bc2b42f925811328eaa37d65923a1ff7ce0 (diff)
downloadmu-6a2ec6bfab3215274222d6b32a096b3d2ef506a8.tar.gz
.
-rw-r--r--mu.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/mu.md b/mu.md
index 4abb7610..050705d5 100644
--- a/mu.md
+++ b/mu.md
@@ -164,16 +164,20 @@ Correspondingly, there are ways to convert floats into integers.
 Work with variables of any 32-bit type. `addr` variables can only be compared
 to 0.
 
+```
   compare var1, var2/reg
   compare var1/reg, var2
   compare var/eax, n
   compare var, n
+```
 
 Floating-point numbers cannot be compared to literals, and the register must
 come first.
 
+```
   compare var1/xreg1, var2/xreg2
   compare var1/xreg1, var2
+```
 
 ### Branches
 
tle='author James Booth <boothj5@gmail.com> 2012-10-03 23:47:10 +0100 committer James Booth <boothj5@gmail.com> 2012-10-03 23:47:10 +0100 Started work on chat session, and chat states' href='/danisanti/profani-tty/commit/src/chat_session.h?id=f8de28232e353794617e402dc0ebf05b57728cc5'>f8de2823 ^
25a6252a ^

f8de2823 ^
f3881db1 ^

5e7d2f5f ^


965e82b3 ^
5e7d2f5f ^
965e82b3 ^
5e7d2f5f ^

d339004f ^

894360dc ^
3b0f7e10 ^

13f0166a ^
dd11334b ^
3b0f7e10 ^



a978bb12 ^

13f0166a ^
3b0f7e10 ^
5ce97728 ^
f8de2823 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64