@@ -52,7 +52,7 @@ zksolc './Simple.sol' --bin
52
52
53
53
Output:
54
54
55
- ```
55
+ ``` text
56
56
======= Simple.sol:Simple =======
57
57
Binary:
58
58
0000008003000039000000400030043f0000000100200190000000130000c13d...
@@ -66,7 +66,7 @@ zksolc './Simple.sol'
66
66
67
67
Output:
68
68
69
- ```
69
+ ``` text
70
70
Compiler run successful. No output requested. Use flags --metadata, --asm, --bin.
71
71
```
72
72
@@ -116,7 +116,7 @@ zksolc Simple.sol --asm
116
116
117
117
Output:
118
118
119
- ```
119
+ ``` text
120
120
======= Simple.sol:Simple =======
121
121
EraVM assembly:
122
122
.text
@@ -151,7 +151,7 @@ zksolc Simple.sol --metadata
151
151
152
152
Output:
153
153
154
- ```
154
+ ``` text
155
155
======= Simple.sol:Simple =======
156
156
Metadata:
157
157
{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"<masked>","solc_zkvm_edition":null,"source_metadata":{...},"zk_version":"<masked>"}
@@ -200,7 +200,7 @@ zksolc --yul Simple.yul --bin
200
200
201
201
Output:
202
202
203
- ```
203
+ ``` text
204
204
======= Simple.yul =======
205
205
Binary:
206
206
0000000100200190000000060000c13d0000002a01000039000000000010043f...
@@ -230,7 +230,7 @@ zksolc --llvm-ir Simple.ll --bin
230
230
231
231
Output:
232
232
233
- ```
233
+ ``` text
234
234
======= Simple.ll =======
235
235
Binary:
236
236
000000000002004b000000070000613d0000002001000039000000000010043f...
@@ -254,7 +254,7 @@ zksolc --eravm-assembly Simple.zasm --bin
254
254
255
255
Output:
256
256
257
- ```
257
+ ``` text
258
258
======= Simple.zasm =======
259
259
Binary:
260
260
000000000120008c000000070000613d00000020010000390000000000100435...
@@ -294,7 +294,7 @@ cat './input.hex'
294
294
295
295
Output:
296
296
297
- ```
297
+ ``` text
298
298
0x0000008003000039000000400030043f0000000100200190000000140000c13d00000000020...
299
299
```
300
300
@@ -307,7 +307,7 @@ zksolc --disassemble './input.hex'
307
307
308
308
Output:
309
309
310
- ```
310
+ ``` text
311
311
File `input.hex` disassembly:
312
312
313
313
0: 00 00 00 80 03 00 00 39 add 128, r0, r3
@@ -350,7 +350,7 @@ zksolc Simple.sol --bin --target evm
350
350
351
351
Output:
352
352
353
- ```
353
+ ``` text
354
354
======= Simple.sol:Simple =======
355
355
Binary:
356
356
5b60806040523415600e575f5ffd5b630000007f630000002760808282823960808092505050f35b5f5f6080604052369150600482106032575f3560e01c9050633df4ddf48114603657635a8ac02d81811480915050605a575b5f5ffd5b3415603f575f5ffd5b60015f036004830313604f575f5ffd5b602a60805260206080f35b34156063575f5ffd5b60015f0360048303136073575f5ffd5b60405160638152602090f3
0 commit comments