document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     .def    ___main;    .scl    2;  .type   32; .endef
  2.     .section .rdata,"dr"
  3. LC0:
  4.     .ascii "A[%d]=  \\0"
  5. LC1:
  6.     .ascii "%d\\0"
  7. LC2:
  8.     .ascii " %d \\0"
  9. LC3:
  10.     .ascii "\\12\\0"
  11.     .text
  12.     .globl  _main
  13.     .def    _main;  .scl    2;  .type   32; .endef
  14. _main:
  15. LFB6:
  16.     .cfi_startproc
  17. L3:
  18.     movl    44(%esp), %eax
  19.     incl    %eax
  20.     movl    %eax, 4(%esp)
  21.     movl    $LC0, (%esp)
  22.     call    _printf
  23.     movl    44(%esp), %eax
  24.     leal    0(,%eax,4), %edx
  25.     leal    24(%esp), %eax
  26.     addl    %edx, %eax
  27.     movl    %eax, 4(%esp)
  28.     movl    $LC1, (%esp)
  29.     call    _scanf
  30.     incl    44(%esp)
  31. L2:
  32.     cmpl    $4, 44(%esp)
  33.     jle L3
  34.     movl    $0, 44(%esp)
  35. L5:
  36.     movl    44(%esp), %eax
  37.     movl    24(%esp,%eax,4), %eax
  38.     movl    %eax, 4(%esp)
  39.     movl    $LC2, (%esp)
  40.     call    _printf
  41.     incl    44(%esp)
  42. L4:
  43.     cmpl    $4, 44(%esp)
  44.     jle L5
  45.     movl    $LC3, (%esp)
  46.     call    _puts
  47.     movl    $4, 44(%esp)
  48. L7:
  49.     movl    44(%esp), %eax
  50.     movl    24(%esp,%eax,4), %eax
  51.     movl    %eax, 4(%esp)
  52.     movl    $LC2, (%esp)
  53.     call    _printf
  54.     decl    44(%esp)
  55. L6:
  56.     jns L7
  57.     call    _getch
  58.     .cfi_endproc
');