fork download
  1.  
  2. hello: ファイル形式 elf64-x86-64
  3.  
  4.  
  5. セクション .init の逆アセンブル:
  6.  
  7. 0000000000001000 <_init>:
  8. 1000: f3 0f 1e fa endbr64
  9. 1004: 48 83 ec 08 sub $0x8,%rsp
  10. 1008: 48 8b 05 e1 2f 00 00 mov 0x2fe1(%rip),%rax # 3ff0 <__gmon_start__@Base>
  11. 100f: 48 85 c0 test %rax,%rax
  12. 1012: 74 02 je 1016 <_init+0x16>
  13. 1014: ff d0 call *%rax
  14. 1016: 48 83 c4 08 add $0x8,%rsp
  15. 101a: c3 ret
  16.  
  17. セクション .plt の逆アセンブル:
  18.  
  19. 0000000000001020 <.plt>:
  20. 1020: ff 35 8a 2f 00 00 push 0x2f8a(%rip) # 3fb0 <_GLOBAL_OFFSET_TABLE_+0x8>
  21. 1026: f2 ff 25 8b 2f 00 00 bnd jmp *0x2f8b(%rip) # 3fb8 <_GLOBAL_OFFSET_TABLE_+0x10>
  22. 102d: 0f 1f 00 nopl (%rax)
  23. 1030: f3 0f 1e fa endbr64
  24. 1034: 68 00 00 00 00 push $0x0
  25. 1039: f2 e9 e1 ff ff ff bnd jmp 1020 <_init+0x20>
  26. 103f: 90 nop
  27.  
  28. セクション .plt.got の逆アセンブル:
  29.  
  30. 0000000000001040 <__cxa_finalize@plt>:
  31. 1040: f3 0f 1e fa endbr64
  32. 1044: f2 ff 25 85 2f 00 00 bnd jmp *0x2f85(%rip) # 3fd0 <__cxa_finalize@GLIBC_2.2.5>
  33. 104b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
  34.  
  35. セクション .plt.sec の逆アセンブル:
  36.  
  37. 0000000000001050 <___main_char@plt>:
  38. 1050: f3 0f 1e fa endbr64
  39. 1054: f2 ff 25 65 2f 00 00 bnd jmp *0x2f65(%rip) # 3fc0 <___main_char@Base>
  40. 105b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
  41.  
  42. セクション .text の逆アセンブル:
  43.  
  44. 0000000000001060 <main>:
  45. 1060: f3 0f 1e fa endbr64
  46. 1064: 48 8d 15 25 01 00 00 lea 0x125(%rip),%rdx # 1190 <___LNK_hello__>
  47. 106b: 31 c9 xor %ecx,%ecx
  48. 106d: e9 de ff ff ff jmp 1050 <___main_char@plt>
  49. 1072: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
  50. 1079: 00 00 00
  51. 107c: 0f 1f 40 00 nopl 0x0(%rax)
  52.  
  53. 0000000000001080 <set_precision>:
  54. 1080: f3 0f 1e fa endbr64
  55. 1084: d9 7c 24 fe fnstcw -0x2(%rsp)
  56. 1088: 0f b7 44 24 fe movzwl -0x2(%rsp),%eax
  57. 108d: 80 e4 fc and $0xfc,%ah
  58. 1090: 80 cc 02 or $0x2,%ah
  59. 1093: 66 89 44 24 fe mov %ax,-0x2(%rsp)
  60. 1098: d9 6c 24 fe fldcw -0x2(%rsp)
  61. 109c: c3 ret
  62. 109d: 0f 1f 00 nopl (%rax)
  63.  
  64. 00000000000010a0 <_start>:
  65. 10a0: f3 0f 1e fa endbr64
  66. 10a4: 31 ed xor %ebp,%ebp
  67. 10a6: 49 89 d1 mov %rdx,%r9
  68. 10a9: 5e pop %rsi
  69. 10aa: 48 89 e2 mov %rsp,%rdx
  70. 10ad: 48 83 e4 f0 and $0xfffffffffffffff0,%rsp
  71. 10b1: 50 push %rax
  72. 10b2: 54 push %rsp
  73. 10b3: 45 31 c0 xor %r8d,%r8d
  74. 10b6: 31 c9 xor %ecx,%ecx
  75. 10b8: 48 8d 3d a1 ff ff ff lea -0x5f(%rip),%rdi # 1060 <main>
  76. 10bf: ff 15 13 2f 00 00 call *0x2f13(%rip) # 3fd8 <__libc_start_main@GLIBC_2.34>
  77. 10c5: f4 hlt
  78. 10c6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
  79. 10cd: 00 00 00
  80.  
  81. 00000000000010d0 <deregister_tm_clones>:
  82. 10d0: 48 8d 3d f1 32 00 00 lea 0x32f1(%rip),%rdi # 43c8 <completed.0>
  83. 10d7: 48 8d 05 ea 32 00 00 lea 0x32ea(%rip),%rax # 43c8 <completed.0>
  84. 10de: 48 39 f8 cmp %rdi,%rax
  85. 10e1: 74 15 je 10f8 <deregister_tm_clones+0x28>
  86. 10e3: 48 8b 05 fe 2e 00 00 mov 0x2efe(%rip),%rax # 3fe8 <_ITM_deregisterTMCloneTable@Base>
  87. 10ea: 48 85 c0 test %rax,%rax
  88. 10ed: 74 09 je 10f8 <deregister_tm_clones+0x28>
  89. 10ef: ff e0 jmp *%rax
  90. 10f1: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  91. 10f8: c3 ret
  92. 10f9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  93.  
  94. 0000000000001100 <register_tm_clones>:
  95. 1100: 48 8d 3d c1 32 00 00 lea 0x32c1(%rip),%rdi # 43c8 <completed.0>
  96. 1107: 48 8d 35 ba 32 00 00 lea 0x32ba(%rip),%rsi # 43c8 <completed.0>
  97. 110e: 48 29 fe sub %rdi,%rsi
  98. 1111: 48 89 f0 mov %rsi,%rax
  99. 1114: 48 c1 ee 3f shr $0x3f,%rsi
  100. 1118: 48 c1 f8 03 sar $0x3,%rax
  101. 111c: 48 01 c6 add %rax,%rsi
  102. 111f: 48 d1 fe sar %rsi
  103. 1122: 74 14 je 1138 <register_tm_clones+0x38>
  104. 1124: 48 8b 05 cd 2e 00 00 mov 0x2ecd(%rip),%rax # 3ff8 <_ITM_registerTMCloneTable@Base>
  105. 112b: 48 85 c0 test %rax,%rax
  106. 112e: 74 08 je 1138 <register_tm_clones+0x38>
  107. 1130: ff e0 jmp *%rax
  108. 1132: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
  109. 1138: c3 ret
  110. 1139: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  111.  
  112. 0000000000001140 <__do_global_dtors_aux>:
  113. 1140: f3 0f 1e fa endbr64
  114. 1144: 80 3d 7d 32 00 00 00 cmpb $0x0,0x327d(%rip) # 43c8 <completed.0>
  115. 114b: 75 2b jne 1178 <__do_global_dtors_aux+0x38>
  116. 114d: 55 push %rbp
  117. 114e: 48 83 3d 7a 2e 00 00 cmpq $0x0,0x2e7a(%rip) # 3fd0 <__cxa_finalize@GLIBC_2.2.5>
  118. 1155: 00
  119. 1156: 48 89 e5 mov %rsp,%rbp
  120. 1159: 74 0c je 1167 <__do_global_dtors_aux+0x27>
  121. 115b: 48 8b 3d a6 2e 00 00 mov 0x2ea6(%rip),%rdi # 4008 <__dso_handle>
  122. 1162: e8 d9 fe ff ff call 1040 <__cxa_finalize@plt>
  123. 1167: e8 64 ff ff ff call 10d0 <deregister_tm_clones>
  124. 116c: c6 05 55 32 00 00 01 movb $0x1,0x3255(%rip) # 43c8 <completed.0>
  125. 1173: 5d pop %rbp
  126. 1174: c3 ret
  127. 1175: 0f 1f 00 nopl (%rax)
  128. 1178: c3 ret
  129. 1179: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  130.  
  131. 0000000000001180 <frame_dummy>:
  132. 1180: f3 0f 1e fa endbr64
  133. 1184: e9 77 ff ff ff jmp 1100 <register_tm_clones>
  134. 1189: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  135.  
  136. 0000000000001190 <___LNK_hello__>:
  137. 1190: f3 0f 1e fa endbr64
  138. 1194: 48 8d 05 05 32 00 00 lea 0x3205(%rip),%rax # 43a0 <___linkfile_descr>
  139. 119b: c3 ret
  140. 119c: 0f 1f 40 00 nopl 0x0(%rax)
  141.  
  142. 00000000000011a0 <___setup_mod>:
  143. 11a0: f3 0f 1e fa endbr64
  144. 11a4: 48 8b 05 2d 32 00 00 mov 0x322d(%rip),%rax # 43d8 <___lp>
  145. 11ab: 48 8d 15 4e 2f 00 00 lea 0x2f4e(%rip),%rdx # 4100 <___G_hello_23_>
  146. 11b2: 48 83 c0 20 add $0x20,%rax
  147. 11b6: 48 89 42 08 mov %rax,0x8(%rdx)
  148. 11ba: 31 c0 xor %eax,%eax
  149. 11bc: c3 ret
  150. 11bd: 0f 1f 00 nopl (%rax)
  151.  
  152. 00000000000011c0 <___init_mod>:
  153. 11c0: f3 0f 1e fa endbr64
  154. 11c4: 48 8b 05 0d 32 00 00 mov 0x320d(%rip),%rax # 43d8 <___lp>
  155. 11cb: 48 8d 15 2e 2f 00 00 lea 0x2f2e(%rip),%rdx # 4100 <___G_hello_23_>
  156. 11d2: 48 83 c0 20 add $0x20,%rax
  157. 11d6: 48 89 02 mov %rax,(%rdx)
  158. 11d9: 31 c0 xor %eax,%eax
  159. 11db: c3 ret
  160. 11dc: 0f 1f 40 00 nopl 0x0(%rax)
  161.  
  162. 00000000000011e0 <___LNK_hello>:
  163. 11e0: f3 0f 1e fa endbr64
  164. 11e4: 48 8d 05 75 31 00 00 lea 0x3175(%rip),%rax # 4360 <___S_hello>
  165. 11eb: 48 89 05 de 31 00 00 mov %rax,0x31de(%rip) # 43d0 <___symtbl>
  166. 11f2: 48 8d 05 c7 2f 00 00 lea 0x2fc7(%rip),%rax # 41c0 <___module_descr>
  167. 11f9: c3 ret
  168. 11fa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
  169.  
  170. 0000000000001200 <___H_hello>:
  171. 1200: f3 0f 1e fa endbr64
  172. 1204: 48 85 ff test %rdi,%rdi
  173. 1207: 0f 84 33 01 00 00 je 1340 <___H_hello+0x140>
  174. 120d: 48 89 f8 mov %rdi,%rax
  175. 1210: 53 push %rbx
  176. 1211: 4c 8b 1d c0 31 00 00 mov 0x31c0(%rip),%r11 # 43d8 <___lp>
  177. 1218: 4c 8d 0d e1 ff ff ff lea -0x1f(%rip),%r9 # 1200 <___H_hello>
  178. 121f: 48 8b 70 60 mov 0x60(%rax),%rsi
  179. 1223: 48 8b 4f 10 mov 0x10(%rdi),%rcx
  180. 1227: 4c 8b 50 40 mov 0x40(%rax),%r10
  181. 122b: 48 8b 7f 38 mov 0x38(%rdi),%rdi
  182. 122f: 49 8d 5b 60 lea 0x60(%r11),%rbx
  183. 1233: 48 8b 76 ef mov -0x11(%rsi),%rsi
  184. 1237: 48 8b 50 58 mov 0x58(%rax),%rdx
  185. 123b: ff e6 jmp *%rsi
  186. 123d: 0f 1f 00 nopl (%rax)
  187. 1240: f3 0f 1e fa endbr64
  188. 1244: 48 83 78 68 00 cmpq $0x0,0x68(%rax)
  189. 1249: 0f 85 01 01 00 00 jne 1350 <___H_hello+0x150>
  190. 124f: 48 89 79 f8 mov %rdi,-0x8(%rcx)
  191. 1253: 48 83 e9 20 sub $0x20,%rcx
  192. 1257: 4c 8b 15 32 30 00 00 mov 0x3032(%rip),%r10 # 4290 <___subtbl>
  193. 125e: 48 39 08 cmp %rcx,(%rax)
  194. 1261: 0f 87 c1 00 00 00 ja 1328 <___H_hello+0x128>
  195. 1267: f3 0f 1e fa endbr64
  196. 126b: 4c 8b 05 6e 2d 00 00 mov 0x2d6e(%rip),%r8 # 3fe0 <___G_display@Base>
  197. 1272: 48 c7 40 68 01 00 00 movq $0x1,0x68(%rax)
  198. 1279: 00
  199. 127a: 48 89 df mov %rbx,%rdi
  200. 127d: 49 8b 10 mov (%r8),%rdx
  201. 1280: 48 89 d6 mov %rdx,%rsi
  202. 1283: 83 e6 03 and $0x3,%esi
  203. 1286: 48 83 fe 01 cmp $0x1,%rsi
  204. 128a: 75 57 jne 12e3 <___H_hello+0xe3>
  205. 128c: 48 8b 72 ff mov -0x1(%rdx),%rsi
  206. 1290: 81 e6 f8 00 00 00 and $0xf8,%esi
  207. 1296: 48 83 fe 70 cmp $0x70,%rsi
  208. 129a: 75 47 jne 12e3 <___H_hello+0xe3>
  209. 129c: 4c 8b 42 07 mov 0x7(%rdx),%r8
  210. 12a0: 4d 39 48 f7 cmp %r9,-0x9(%r8)
  211. 12a4: 75 4b jne 12f1 <___H_hello+0xf1>
  212. 12a6: 41 ff 60 ef jmp *-0x11(%r8)
  213. 12aa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
  214. 12b0: f3 0f 1e fa endbr64
  215. 12b4: 48 8b 79 18 mov 0x18(%rcx),%rdi
  216. 12b8: 48 39 08 cmp %rcx,(%rax)
  217. 12bb: 77 53 ja 1310 <___H_hello+0x110>
  218. 12bd: f3 0f 1e fa endbr64
  219. 12c1: 4c 8b 05 00 2d 00 00 mov 0x2d00(%rip),%r8 # 3fc8 <___G_newline@Base>
  220. 12c8: 48 c7 40 68 00 00 00 movq $0x0,0x68(%rax)
  221. 12cf: 00
  222. 12d0: 48 83 c1 20 add $0x20,%rcx
  223. 12d4: 49 8b 10 mov (%r8),%rdx
  224. 12d7: 48 89 d6 mov %rdx,%rsi
  225. 12da: 83 e6 03 and $0x3,%esi
  226. 12dd: 48 83 fe 01 cmp $0x1,%rsi
  227. 12e1: 74 a9 je 128c <___H_hello+0x8c>
  228. 12e3: 4c 89 80 18 01 00 00 mov %r8,0x118(%rax)
  229. 12ea: 4c 8b 80 b0 00 00 00 mov 0xb0(%rax),%r8
  230. 12f1: 4c 89 40 60 mov %r8,0x60(%rax)
  231. 12f5: 48 89 48 10 mov %rcx,0x10(%rax)
  232. 12f9: 48 89 78 38 mov %rdi,0x38(%rax)
  233. 12fd: 4c 89 50 40 mov %r10,0x40(%rax)
  234. 1301: 48 89 50 58 mov %rdx,0x58(%rax)
  235. 1305: 4c 89 c0 mov %r8,%rax
  236. 1308: 5b pop %rbx
  237. 1309: c3 ret
  238. 130a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
  239. 1310: 49 83 eb 80 sub $0xffffffffffffff80,%r11
  240. 1314: 4c 8b 80 98 00 00 00 mov 0x98(%rax),%r8
  241. 131b: 4c 89 98 00 01 00 00 mov %r11,0x100(%rax)
  242. 1322: eb cd jmp 12f1 <___H_hello+0xf1>
  243. 1324: 0f 1f 40 00 nopl 0x0(%rax)
  244. 1328: 49 83 c3 40 add $0x40,%r11
  245. 132c: 4c 8b 80 98 00 00 00 mov 0x98(%rax),%r8
  246. 1333: 4c 89 98 00 01 00 00 mov %r11,0x100(%rax)
  247. 133a: eb b5 jmp 12f1 <___H_hello+0xf1>
  248. 133c: 0f 1f 40 00 nopl 0x0(%rax)
  249. 1340: 4c 8d 05 59 2f 00 00 lea 0x2f59(%rip),%r8 # 42a0 <___hlbltbl.0>
  250. 1347: 4c 89 c0 mov %r8,%rax
  251. 134a: c3 ret
  252. 134b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
  253. 1350: 49 83 c3 20 add $0x20,%r11
  254. 1354: 4c 8b 80 b8 00 00 00 mov 0xb8(%rax),%r8
  255. 135b: 4c 89 98 00 01 00 00 mov %r11,0x100(%rax)
  256. 1362: eb 8d jmp 12f1 <___H_hello+0xf1>
  257.  
  258. セクション .fini の逆アセンブル:
  259.  
  260. 0000000000001364 <_fini>:
  261. 1364: f3 0f 1e fa endbr64
  262. 1368: 48 83 ec 08 sub $0x8,%rsp
  263. 136c: 48 83 c4 08 add $0x8,%rsp
  264. 1370: c3 ret
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:2: error: parser: instruction expected
prog.asm:5: error: label or instruction expected at start of line
prog.asm:7: error: label or instruction expected at start of line
prog.asm:8: error: label or instruction expected at start of line
prog.asm:9: error: label or instruction expected at start of line
prog.asm:10: error: label or instruction expected at start of line
prog.asm:11: error: label or instruction expected at start of line
prog.asm:12: error: label or instruction expected at start of line
prog.asm:13: error: label or instruction expected at start of line
prog.asm:14: error: label or instruction expected at start of line
prog.asm:15: error: label or instruction expected at start of line
prog.asm:17: error: label or instruction expected at start of line
prog.asm:19: error: label or instruction expected at start of line
prog.asm:20: error: label or instruction expected at start of line
prog.asm:21: error: label or instruction expected at start of line
prog.asm:22: error: label or instruction expected at start of line
prog.asm:23: error: label or instruction expected at start of line
prog.asm:24: error: label or instruction expected at start of line
prog.asm:25: error: label or instruction expected at start of line
prog.asm:26: error: label or instruction expected at start of line
prog.asm:28: error: label or instruction expected at start of line
prog.asm:30: error: label or instruction expected at start of line
prog.asm:31: error: label or instruction expected at start of line
prog.asm:32: error: label or instruction expected at start of line
prog.asm:33: error: label or instruction expected at start of line
prog.asm:35: error: label or instruction expected at start of line
prog.asm:37: error: label or instruction expected at start of line
prog.asm:38: error: label or instruction expected at start of line
prog.asm:39: error: label or instruction expected at start of line
prog.asm:40: error: label or instruction expected at start of line
prog.asm:42: error: label or instruction expected at start of line
prog.asm:44: error: label or instruction expected at start of line
prog.asm:45: error: label or instruction expected at start of line
prog.asm:46: error: label or instruction expected at start of line
prog.asm:47: error: label or instruction expected at start of line
prog.asm:48: error: label or instruction expected at start of line
prog.asm:49: error: label or instruction expected at start of line
prog.asm:50: error: label or instruction expected at start of line
prog.asm:51: error: label or instruction expected at start of line
prog.asm:53: error: label or instruction expected at start of line
prog.asm:54: error: label or instruction expected at start of line
prog.asm:55: error: label or instruction expected at start of line
prog.asm:56: error: label or instruction expected at start of line
prog.asm:57: error: label or instruction expected at start of line
prog.asm:58: error: label or instruction expected at start of line
prog.asm:59: error: label or instruction expected at start of line
prog.asm:60: error: label or instruction expected at start of line
prog.asm:61: error: label or instruction expected at start of line
prog.asm:62: error: label or instruction expected at start of line
prog.asm:64: error: label or instruction expected at start of line
prog.asm:65: error: label or instruction expected at start of line
prog.asm:66: error: label or instruction expected at start of line
prog.asm:67: error: label or instruction expected at start of line
prog.asm:68: error: label or instruction expected at start of line
prog.asm:69: error: label or instruction expected at start of line
prog.asm:70: error: label or instruction expected at start of line
prog.asm:71: error: label or instruction expected at start of line
prog.asm:72: error: label or instruction expected at start of line
prog.asm:73: error: label or instruction expected at start of line
prog.asm:74: error: label or instruction expected at start of line
prog.asm:75: error: label or instruction expected at start of line
prog.asm:76: error: label or instruction expected at start of line
prog.asm:77: error: label or instruction expected at start of line
prog.asm:78: error: label or instruction expected at start of line
prog.asm:79: error: label or instruction expected at start of line
prog.asm:81: error: label or instruction expected at start of line
prog.asm:82: error: label or instruction expected at start of line
prog.asm:83: error: label or instruction expected at start of line
prog.asm:84: error: label or instruction expected at start of line
prog.asm:85: error: label or instruction expected at start of line
prog.asm:86: error: label or instruction expected at start of line
prog.asm:87: error: label or instruction expected at start of line
prog.asm:88: error: label or instruction expected at start of line
prog.asm:89: error: label or instruction expected at start of line
prog.asm:90: error: label or instruction expected at start of line
prog.asm:91: error: label or instruction expected at start of line
prog.asm:92: error: label or instruction expected at start of line
prog.asm:94: error: label or instruction expected at start of line
prog.asm:95: error: label or instruction expected at start of line
prog.asm:96: error: label or instruction expected at start of line
prog.asm:97: error: label or instruction expected at start of line
prog.asm:98: error: label or instruction expected at start of line
prog.asm:99: error: label or instruction expected at start of line
prog.asm:100: error: label or instruction expected at start of line
prog.asm:101: error: label or instruction expected at start of line
prog.asm:102: error: label or instruction expected at start of line
prog.asm:103: error: label or instruction expected at start of line
prog.asm:104: error: label or instruction expected at start of line
prog.asm:105: error: label or instruction expected at start of line
prog.asm:106: error: label or instruction expected at start of line
prog.asm:107: error: label or instruction expected at start of line
prog.asm:108: error: label or instruction expected at start of line
prog.asm:109: error: label or instruction expected at start of line
prog.asm:110: error: label or instruction expected at start of line
prog.asm:112: error: label or instruction expected at start of line
prog.asm:113: error: label or instruction expected at start of line
prog.asm:114: error: label or instruction expected at start of line
prog.asm:115: error: label or instruction expected at start of line
prog.asm:116: error: label or instruction expected at start of line
prog.asm:117: error: label or instruction expected at start of line
prog.asm:118: error: label or instruction expected at start of line
prog.asm:119: error: label or instruction expected at start of line
prog.asm:120: error: label or instruction expected at start of line
prog.asm:121: error: label or instruction expected at start of line
prog.asm:122: error: label or instruction expected at start of line
prog.asm:123: error: label or instruction expected at start of line
prog.asm:124: error: label or instruction expected at start of line
prog.asm:125: error: label or instruction expected at start of line
prog.asm:126: error: label or instruction expected at start of line
prog.asm:127: error: label or instruction expected at start of line
prog.asm:128: error: label or instruction expected at start of line
prog.asm:129: error: label or instruction expected at start of line
prog.asm:131: error: label or instruction expected at start of line
prog.asm:132: error: label or instruction expected at start of line
prog.asm:133: error: label or instruction expected at start of line
prog.asm:134: error: label or instruction expected at start of line
prog.asm:136: error: label or instruction expected at start of line
prog.asm:137: error: label or instruction expected at start of line
prog.asm:138: error: label or instruction expected at start of line
prog.asm:139: error: label or instruction expected at start of line
prog.asm:140: error: label or instruction expected at start of line
prog.asm:142: error: label or instruction expected at start of line
prog.asm:143: error: label or instruction expected at start of line
prog.asm:144: error: label or instruction expected at start of line
prog.asm:145: error: label or instruction expected at start of line
prog.asm:146: error: label or instruction expected at start of line
prog.asm:147: error: label or instruction expected at start of line
prog.asm:148: error: label or instruction expected at start of line
prog.asm:149: error: label or instruction expected at start of line
prog.asm:150: error: label or instruction expected at start of line
prog.asm:152: error: label or instruction expected at start of line
prog.asm:153: error: label or instruction expected at start of line
prog.asm:154: error: label or instruction expected at start of line
prog.asm:155: error: label or instruction expected at start of line
prog.asm:156: error: label or instruction expected at start of line
prog.asm:157: error: label or instruction expected at start of line
prog.asm:158: error: label or instruction expected at start of line
prog.asm:159: error: label or instruction expected at start of line
prog.asm:160: error: label or instruction expected at start of line
prog.asm:162: error: label or instruction expected at start of line
prog.asm:163: error: label or instruction expected at start of line
prog.asm:164: error: label or instruction expected at start of line
prog.asm:165: error: label or instruction expected at start of line
prog.asm:166: error: label or instruction expected at start of line
prog.asm:167: error: label or instruction expected at start of line
prog.asm:168: error: label or instruction expected at start of line
prog.asm:170: error: label or instruction expected at start of line
prog.asm:171: error: label or instruction expected at start of line
prog.asm:172: error: label or instruction expected at start of line
prog.asm:173: error: label or instruction expected at start of line
prog.asm:174: error: label or instruction expected at start of line
prog.asm:175: error: label or instruction expected at start of line
prog.asm:176: error: label or instruction expected at start of line
prog.asm:177: error: label or instruction expected at start of line
prog.asm:178: error: label or instruction expected at start of line
prog.asm:179: error: label or instruction expected at start of line
prog.asm:180: error: label or instruction expected at start of line
prog.asm:181: error: label or instruction expected at start of line
prog.asm:182: error: label or instruction expected at start of line
prog.asm:183: error: label or instruction expected at start of line
prog.asm:184: error: label or instruction expected at start of line
prog.asm:185: error: label or instruction expected at start of line
prog.asm:186: error: label or instruction expected at start of line
prog.asm:187: error: label or instruction expected at start of line
prog.asm:188: error: label or instruction expected at start of line
prog.asm:189: error: label or instruction expected at start of line
prog.asm:190: error: label or instruction expected at start of line
prog.asm:191: error: label or instruction expected at start of line
prog.asm:192: error: label or instruction expected at start of line
prog.asm:193: error: label or instruction expected at start of line
prog.asm:194: error: label or instruction expected at start of line
prog.asm:195: error: label or instruction expected at start of line
prog.asm:196: error: label or instruction expected at start of line
prog.asm:197: error: label or instruction expected at start of line
prog.asm:198: error: label or instruction expected at start of line
prog.asm:199: error: label or instruction expected at start of line
prog.asm:200: error: label or instruction expected at start of line
prog.asm:201: error: label or instruction expected at start of line
prog.asm:202: error: label or instruction expected at start of line
prog.asm:203: error: label or instruction expected at start of line
prog.asm:204: error: label or instruction expected at start of line
prog.asm:205: error: label or instruction expected at start of line
prog.asm:206: error: label or instruction expected at start of line
prog.asm:207: error: label or instruction expected at start of line
prog.asm:208: error: label or instruction expected at start of line
prog.asm:209: error: label or instruction expected at start of line
prog.asm:210: error: label or instruction expected at start of line
prog.asm:211: error: label or instruction expected at start of line
prog.asm:212: error: label or instruction expected at start of line
prog.asm:213: error: label or instruction expected at start of line
prog.asm:214: error: label or instruction expected at start of line
prog.asm:215: error: label or instruction expected at start of line
prog.asm:216: error: label or instruction expected at start of line
prog.asm:217: error: label or instruction expected at start of line
prog.asm:218: error: label or instruction expected at start of line
prog.asm:219: error: label or instruction expected at start of line
prog.asm:220: error: label or instruction expected at start of line
prog.asm:221: error: label or instruction expected at start of line
prog.asm:222: error: label or instruction expected at start of line
prog.asm:223: error: label or instruction expected at start of line
prog.asm:224: error: label or instruction expected at start of line
prog.asm:225: error: label or instruction expected at start of line
prog.asm:226: error: label or instruction expected at start of line
prog.asm:227: error: label or instruction expected at start of line
prog.asm:228: error: label or instruction expected at start of line
prog.asm:229: error: label or instruction expected at start of line
prog.asm:230: error: label or instruction expected at start of line
prog.asm:231: error: label or instruction expected at start of line
prog.asm:232: error: label or instruction expected at start of line
prog.asm:233: error: label or instruction expected at start of line
prog.asm:234: error: label or instruction expected at start of line
prog.asm:235: error: label or instruction expected at start of line
prog.asm:236: error: label or instruction expected at start of line
prog.asm:237: error: label or instruction expected at start of line
prog.asm:238: error: label or instruction expected at start of line
prog.asm:239: error: label or instruction expected at start of line
prog.asm:240: error: label or instruction expected at start of line
prog.asm:241: error: label or instruction expected at start of line
prog.asm:242: error: label or instruction expected at start of line
prog.asm:243: error: label or instruction expected at start of line
prog.asm:244: error: label or instruction expected at start of line
prog.asm:245: error: label or instruction expected at start of line
prog.asm:246: error: label or instruction expected at start of line
prog.asm:247: error: label or instruction expected at start of line
prog.asm:248: error: label or instruction expected at start of line
prog.asm:249: error: label or instruction expected at start of line
prog.asm:250: error: label or instruction expected at start of line
prog.asm:251: error: label or instruction expected at start of line
prog.asm:252: error: label or instruction expected at start of line
prog.asm:253: error: label or instruction expected at start of line
prog.asm:254: error: label or instruction expected at start of line
prog.asm:255: error: label or instruction expected at start of line
prog.asm:256: error: label or instruction expected at start of line
prog.asm:258: error: label or instruction expected at start of line
prog.asm:260: error: label or instruction expected at start of line
prog.asm:261: error: label or instruction expected at start of line
prog.asm:262: error: label or instruction expected at start of line
prog.asm:263: error: label or instruction expected at start of line
prog.asm:264: error: label or instruction expected at start of line
ld: cannot find prog.o: No such file or directory
stdout
Standard output is empty