A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: Function create_function() is deprecated

Filename: geshi/geshi.php

Line Number: 4751

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

T1A6 - mcpaste

T1A6

Von MC, 10 Jahre vorher, geschrieben in ARM Assembler, aufgerufen 1'757 mal.
URL https://mcpaste.de/view/8ec07813 Einbetten
Paste herunterladen oder Rohtext anzeigen
  1. c:
  2.         8               int c = 17;
  3.         9               int d = 12;
  4.         10             
  5.         11      int main (void)
  6. -       12      {
  7.         13              int a = 1;
  8. -       14              int b = 2;
  9.         15             
  10. -       16              c = a;
  11. -       17              d = b;
  12.         18             
  13. -       19              d=addition(c, d, a);
  14.         20             
  15. -       21              return (0);
  16.         22             
  17. -       23      }
  18.         24     
  19. -       25      int addition(int a, int b, int c){
  20. -       26              a = b + c;
  21. -       27              return a;
  22. -       28              }
  23.  
  24.  
  25. Ohne Op
  26. -       0x8218  <main>:         push    {r11, lr}
  27. -       0x821c  <main+4>:               add     r11, sp, #4     ; 0x4
  28. -       0x8220  <main+8>:               sub     sp, sp, #8      ; 0x8
  29.         0x8224  <main+12>:              mov     r3, #1  ; 0x1
  30. -       0x8228  <main+16>:              str     r3, [r11, #-12]
  31. -       0x822c  <main+20>:              mov     r3, #2  ; 0x2
  32. -       0x8230  <main+24>:              str     r3, [r11, #-8]
  33. -       0x8234  <main+28>:              ldr     r3, [pc, #76]   ; 0x8288 <main+112>
  34. -       0x8238  <main+32>:              ldr     r2, [r11, #-12]
  35. -       0x823c  <main+36>:              str     r2, [r3]
  36. -       0x8240  <main+40>:              ldr     r3, [pc, #68]   ; 0x828c <main+116>
  37. -       0x8244  <main+44>:              ldr     r2, [r11, #-8]
  38. -       0x8248  <main+48>:              str     r2, [r3]
  39. -       0x824c  <main+52>:              ldr     r3, [pc, #52]   ; 0x8288 <main+112>
  40. -       0x8250  <main+56>:              ldr     r2, [r3]
  41. -       0x8254  <main+60>:              ldr     r3, [pc, #48]   ; 0x828c <main+116>
  42. -       0x8258  <main+64>:              ldr     r3, [r3]
  43. -       0x825c  <main+68>:              mov     r0, r2
  44. -       0x8260  <main+72>:              mov     r1, r3
  45. -       0x8264  <main+76>:              ldr     r2, [r11, #-12]
  46. -       0x8268  <main+80>:              bl      0x8290 <addition>
  47. -       0x826c  <main+84>:              mov     r2, r0
  48. -       0x8270  <main+88>:              ldr     r3, [pc, #20]   ; 0x828c <main+116>
  49. -       0x8274  <main+92>:              str     r2, [r3]
  50. -       0x8278  <main+96>:              mov     r3, #0  ; 0x0
  51. -       0x827c  <main+100>:             mov     r0, r3
  52. -       0x8280  <main+104>:             sub     sp, r11, #4     ; 0x4
  53. -       0x8284  <main+108>:             pop     {r11, pc}
  54. -       0x8288  <main+112>:             andeq   r2, r1, r0, ror r3
  55. -       0x828c  <main+116>:             andeq   r2, r1, r4, ror r3
  56.  
  57. Op1:
  58. -       0x8220  <main>:         push    {r4, lr}
  59.         0x8224  <main+4>:               ldr     r4, [pc, #28]   ; 0x8248 <main+40>
  60. -       0x8228  <main+8>:               mov     r2, #1  ; 0x1
  61. -       0x822c  <main+12>:              str     r2, [r4]
  62. -       0x8230  <main+16>:              mov     r0, r2
  63. -       0x8234  <main+20>:              mov     r1, #2  ; 0x2
  64. -       0x8238  <main+24>:              bl      0x8218 <addition>
  65. -       0x823c  <main+28>:              str     r0, [r4, #4]
  66. -       0x8240  <main+32>:              mov     r0, #0  ; 0x0
  67. -       0x8244  <main+36>:              pop     {r4, pc}
  68. -       0x8248  <main+40>:              andeq   r2, r1, r8, ror #5
  69.  
  70. op2:
  71. -       0x8218  <main>:         ldr     r3, [pc, #20]   ; 0x8234 <main+28>
  72.         0x821c  <main+4>:               mov     r2, #3  ; 0x3
  73. -       0x8220  <main+8>:               str     r2, [r3, #4]
  74. -       0x8224  <main+12>:              mov     r2, #1  ; 0x1
  75. -       0x8228  <main+16>:              str     r2, [r3]
  76. -       0x822c  <main+20>:              mov     r0, #0  ; 0x0
  77. -       0x8230  <main+24>:              bx      lr
  78. -       0x8234  <main+28>:              ldrdeq  r2, [r1], -r4
  79.  
  80. Anderer Code mit op3:
  81. -       0x8218  <main>:         ldr     r3, [pc, #16]   ; 0x8230 <main+24>
  82.         0x821c  <main+4>:               mov     r0, #3  ; 0x3
  83. -       0x8220  <main+8>:               mov     r2, #1  ; 0x1
  84. -       0x8224  <main+12>:              str     r2, [r3]
  85. -       0x8228  <main+16>:              str     r0, [r3, #4]
  86. -       0x822c  <main+20>:              bx      lr
  87. -       0x8230  <main+24>:              ldrdeq  r2, [r1], -r0
  88.  

Antworten auf T1A6 rss

Titel Name Sprache Wann
Re: T1A6 MC arm 10 Jahre vorher.

Antwort auf "T1A6"

Hier kannst Du auf den Paste von oben antworten

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876