arise-sustech commited on
Commit
86629f7
1 Parent(s): 582a7e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ import subprocess
32
  import os
33
  import re
34
 
35
- digit_pattern = r'\b0x[a-fA-F0-9]+\b'# hex lines
36
  zeros_pattern = r'^0+\s'#0s
37
  OPT = ["O0", "O1", "O2", "O3"]
38
  before = f"# This is the assembly code with {opt_state} optimization:\n"
 
32
  import os
33
  import re
34
 
35
+ digit_pattern = r'\b0x[a-fA-F0-9]+\b'# binary codes in Hexadecimal
36
  zeros_pattern = r'^0+\s'#0s
37
  OPT = ["O0", "O1", "O2", "O3"]
38
  before = f"# This is the assembly code with {opt_state} optimization:\n"