Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 19 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 1 |
1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 1 |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | 1 .cpu cortex-m3 |
4 | 1 .cpu cortex-m3 |
| 5 | 2 .eabi_attribute 20, 1 |
5 | 2 .eabi_attribute 20, 1 |
| 6 | 3 .eabi_attribute 21, 1 |
6 | 3 .eabi_attribute 21, 1 |
| Line 56... | Line 56... | ||
| 56 | 28:../libOLED/src/displayDial.cpp **** int ang = math.SINE_SCALING * ((position - (math.SINE_STEPS/2)) * m_a1) / (math.SINE_STEPS/2); |
56 | 28:../libOLED/src/displayDial.cpp **** int ang = math.SINE_SCALING * ((position - (math.SINE_STEPS/2)) * m_a1) / (math.SINE_STEPS/2); |
| 57 | 29:../libOLED/src/displayDial.cpp **** |
57 | 29:../libOLED/src/displayDial.cpp **** |
| 58 | 30:../libOLED/src/displayDial.cpp **** int si = math.ap_sin (ang); |
58 | 30:../libOLED/src/displayDial.cpp **** int si = math.ap_sin (ang); |
| 59 | 31:../libOLED/src/displayDial.cpp **** int co = math.ap_cos (ang); |
59 | 31:../libOLED/src/displayDial.cpp **** int co = math.ap_cos (ang); |
| 60 | 32:../libOLED/src/displayDial.cpp **** |
60 | 32:../libOLED/src/displayDial.cpp **** |
| 61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 2 |
61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 2 |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | 33:../libOLED/src/displayDial.cpp **** /* calculate a shift for a second side of the needle */ |
64 | 33:../libOLED/src/displayDial.cpp **** /* calculate a shift for a second side of the needle */ |
| 65 | 34:../libOLED/src/displayDial.cpp **** int xl = math.ap_sin (ang - math.SINE_STEPS); |
65 | 34:../libOLED/src/displayDial.cpp **** int xl = math.ap_sin (ang - math.SINE_STEPS); |
| 66 | 35:../libOLED/src/displayDial.cpp **** int yl = math.ap_cos (ang - math.SINE_STEPS); |
66 | 35:../libOLED/src/displayDial.cpp **** int yl = math.ap_cos (ang - math.SINE_STEPS); |
| Line 116... | Line 116... | ||
| 116 | 85:../libOLED/src/displayDial.cpp **** case -2: |
116 | 85:../libOLED/src/displayDial.cpp **** case -2: |
| 117 | 86:../libOLED/src/displayDial.cpp **** len = width / 2; |
117 | 86:../libOLED/src/displayDial.cpp **** len = width / 2; |
| 118 | 87:../libOLED/src/displayDial.cpp **** break; |
118 | 87:../libOLED/src/displayDial.cpp **** break; |
| 119 | 88:../libOLED/src/displayDial.cpp **** } |
119 | 88:../libOLED/src/displayDial.cpp **** } |
| 120 | 89:../libOLED/src/displayDial.cpp **** |
120 | 89:../libOLED/src/displayDial.cpp **** |
| 121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 3 |
121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 3 |
| 122 | 122 | ||
| 123 | 123 | ||
| 124 | 90:../libOLED/src/displayDial.cpp **** m_display.drawLine (math.AP_SCALE((m_siz)*si) + m_xo, m_yo - math.AP_SCALE((m_siz) * co), |
124 | 90:../libOLED/src/displayDial.cpp **** m_display.drawLine (math.AP_SCALE((m_siz)*si) + m_xo, m_yo - math.AP_SCALE((m_siz) * co), |
| 125 | 91:../libOLED/src/displayDial.cpp **** math.AP_SCALE((m_siz-len)*si) + m_xo, |
125 | 91:../libOLED/src/displayDial.cpp **** math.AP_SCALE((m_siz-len)*si) + m_xo, |
| 126 | 92:../libOLED/src/displayDial.cpp **** m_yo - math.AP_SCALE((m_siz - len) * co), WHITE); |
126 | 92:../libOLED/src/displayDial.cpp **** m_yo - math.AP_SCALE((m_siz - len) * co), WHITE); |
| Line 176... | Line 176... | ||
| 176 | 63 001c 00000000 .word .LANCHOR0 |
176 | 63 001c 00000000 .word .LANCHOR0 |
| 177 | 64 .cfi_endproc |
177 | 64 .cfi_endproc |
| 178 | 65 .LFE25: |
178 | 65 .LFE25: |
| 179 | 67 .section .text._ZN13displayDial_tC2ER9display_thhht,"ax",%progbits |
179 | 67 .section .text._ZN13displayDial_tC2ER9display_thhht,"ax",%progbits |
| 180 | 68 .align 1 |
180 | 68 .align 1 |
| 181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 4 |
181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 4 |
| 182 | 182 | ||
| 183 | 183 | ||
| 184 | 69 .global _ZN13displayDial_tC2ER9display_thhht |
184 | 69 .global _ZN13displayDial_tC2ER9display_thhht |
| 185 | 70 .syntax unified |
185 | 70 .syntax unified |
| 186 | 71 .thumb |
186 | 71 .thumb |
| Line 236... | Line 236... | ||
| 236 | 117 .thumb |
236 | 117 .thumb |
| 237 | 118 .thumb_func |
237 | 118 .thumb_func |
| 238 | 119 .fpu softvfp |
238 | 119 .fpu softvfp |
| 239 | 121 _ZN13displayDial_t11draw_needleEs: |
239 | 121 _ZN13displayDial_t11draw_needleEs: |
| 240 | 122 .LVL8: |
240 | 122 .LVL8: |
| 241 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 5 |
241 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 5 |
| 242 | 242 | ||
| 243 | 243 | ||
| 244 | 123 .LFB22: |
244 | 123 .LFB22: |
| 245 | 27:../libOLED/src/displayDial.cpp **** int ang = math.SINE_SCALING * ((position - (math.SINE_STEPS/2)) * m_a1) / (math.SINE_STEPS/2); |
245 | 27:../libOLED/src/displayDial.cpp **** int ang = math.SINE_SCALING * ((position - (math.SINE_STEPS/2)) * m_a1) / (math.SINE_STEPS/2); |
| 246 | 124 .loc 1 27 1 is_stmt 1 view -0 |
246 | 124 .loc 1 27 1 is_stmt 1 view -0 |
| Line 296... | Line 296... | ||
| 296 | 30:../libOLED/src/displayDial.cpp **** int co = math.ap_cos (ang); |
296 | 30:../libOLED/src/displayDial.cpp **** int co = math.ap_cos (ang); |
| 297 | 166 .loc 1 30 24 view .LVU23 |
297 | 166 .loc 1 30 24 view .LVU23 |
| 298 | 167 0024 FFF7FEFF bl _ZN7ap_math6ap_sinEi |
298 | 167 0024 FFF7FEFF bl _ZN7ap_math6ap_sinEi |
| 299 | 168 .LVL12: |
299 | 168 .LVL12: |
| 300 | 169 0028 8346 mov fp, r0 |
300 | 169 0028 8346 mov fp, r0 |
| 301 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 6 |
301 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 6 |
| 302 | 302 | ||
| 303 | 303 | ||
| 304 | 170 .LVL13: |
304 | 170 .LVL13: |
| 305 | 31:../libOLED/src/displayDial.cpp **** |
305 | 31:../libOLED/src/displayDial.cpp **** |
| 306 | 171 .loc 1 31 3 is_stmt 1 view .LVU24 |
306 | 171 .loc 1 31 3 is_stmt 1 view .LVU24 |
| Line 356... | Line 356... | ||
| 356 | 209 0050 06F10209 add r9, r6, #2 |
356 | 209 0050 06F10209 add r9, r6, #2 |
| 357 | 210 .LVL24: |
357 | 210 .LVL24: |
| 358 | 38:../libOLED/src/displayDial.cpp **** |
358 | 38:../libOLED/src/displayDial.cpp **** |
| 359 | 211 .loc 1 38 3 is_stmt 1 view .LVU37 |
359 | 211 .loc 1 38 3 is_stmt 1 view .LVU37 |
| 360 | 38:../libOLED/src/displayDial.cpp **** |
360 | 38:../libOLED/src/displayDial.cpp **** |
| 361 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 7 |
361 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 7 |
| 362 | 362 | ||
| 363 | 363 | ||
| 364 | 212 .loc 1 38 15 is_stmt 0 view .LVU38 |
364 | 212 .loc 1 38 15 is_stmt 0 view .LVU38 |
| 365 | 213 0054 7600 lsls r6, r6, #1 |
365 | 213 0054 7600 lsls r6, r6, #1 |
| 366 | 38:../libOLED/src/displayDial.cpp **** |
366 | 38:../libOLED/src/displayDial.cpp **** |
| Line 416... | Line 416... | ||
| 416 | 6:../libOLED/inc/libOLED/ap_math.H **** */ |
416 | 6:../libOLED/inc/libOLED/ap_math.H **** */ |
| 417 | 7:../libOLED/inc/libOLED/ap_math.H **** |
417 | 7:../libOLED/inc/libOLED/ap_math.H **** |
| 418 | 8:../libOLED/inc/libOLED/ap_math.H **** #pragma once |
418 | 8:../libOLED/inc/libOLED/ap_math.H **** #pragma once |
| 419 | 9:../libOLED/inc/libOLED/ap_math.H **** |
419 | 9:../libOLED/inc/libOLED/ap_math.H **** |
| 420 | 10:../libOLED/inc/libOLED/ap_math.H **** #include <cstdint> |
420 | 10:../libOLED/inc/libOLED/ap_math.H **** #include <cstdint> |
| 421 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 8 |
421 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 8 |
| 422 | 422 | ||
| 423 | 423 | ||
| 424 | 11:../libOLED/inc/libOLED/ap_math.H **** |
424 | 11:../libOLED/inc/libOLED/ap_math.H **** |
| 425 | 12:../libOLED/inc/libOLED/ap_math.H **** |
425 | 12:../libOLED/inc/libOLED/ap_math.H **** |
| 426 | 13:../libOLED/inc/libOLED/ap_math.H **** class ap_math |
426 | 13:../libOLED/inc/libOLED/ap_math.H **** class ap_math |
| Line 476... | Line 476... | ||
| 476 | 277 .loc 2 26 32 discriminator 2 view .LVU65 |
476 | 277 .loc 2 26 32 discriminator 2 view .LVU65 |
| 477 | 278 .LBE24: |
477 | 278 .LBE24: |
| 478 | 279 .LBE23: |
478 | 279 .LBE23: |
| 479 | 47:../libOLED/src/displayDial.cpp **** |
479 | 47:../libOLED/src/displayDial.cpp **** |
| 480 | 280 .loc 1 47 63 discriminator 2 view .LVU66 |
480 | 280 .loc 1 47 63 discriminator 2 view .LVU66 |
| 481 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 9 |
481 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 9 |
| 482 | 482 | ||
| 483 | 483 | ||
| 484 | 281 008e 821A subs r2, r0, r2 |
484 | 281 008e 821A subs r2, r0, r2 |
| 485 | 49:../libOLED/src/displayDial.cpp **** xs+=xl; |
485 | 49:../libOLED/src/displayDial.cpp **** xs+=xl; |
| 486 | 282 .loc 1 49 21 discriminator 2 view .LVU67 |
486 | 282 .loc 1 49 21 discriminator 2 view .LVU67 |
| Line 536... | Line 536... | ||
| 536 | 326 00be 3868 ldr r0, [r7] |
536 | 326 00be 3868 ldr r0, [r7] |
| 537 | 327 00c0 FFF7FEFF bl _ZN9display_t8drawLineEssss8colour_t |
537 | 327 00c0 FFF7FEFF bl _ZN9display_t8drawLineEssss8colour_t |
| 538 | 328 .LVL37: |
538 | 328 .LVL37: |
| 539 | 50:../libOLED/src/displayDial.cpp **** ys+=yl; |
539 | 50:../libOLED/src/displayDial.cpp **** ys+=yl; |
| 540 | 329 .loc 1 50 5 is_stmt 1 discriminator 2 view .LVU82 |
540 | 329 .loc 1 50 5 is_stmt 1 discriminator 2 view .LVU82 |
| 541 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 10 |
541 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 10 |
| 542 | 542 | ||
| 543 | 543 | ||
| 544 | 50:../libOLED/src/displayDial.cpp **** ys+=yl; |
544 | 50:../libOLED/src/displayDial.cpp **** ys+=yl; |
| 545 | 330 .loc 1 50 7 is_stmt 0 discriminator 2 view .LVU83 |
545 | 330 .loc 1 50 7 is_stmt 0 discriminator 2 view .LVU83 |
| 546 | 331 00c4 029B ldr r3, [sp, #8] |
546 | 331 00c4 029B ldr r3, [sp, #8] |
| Line 596... | Line 596... | ||
| 596 | 376 @ frame_needed = 0, uses_anonymous_args = 0 |
596 | 376 @ frame_needed = 0, uses_anonymous_args = 0 |
| 597 | 57:../libOLED/src/displayDial.cpp **** |
597 | 57:../libOLED/src/displayDial.cpp **** |
| 598 | 377 .loc 1 57 1 is_stmt 0 view .LVU91 |
598 | 377 .loc 1 57 1 is_stmt 0 view .LVU91 |
| 599 | 378 0000 2DE9F04F push {r4, r5, r6, r7, r8, r9, r10, fp, lr} |
599 | 378 0000 2DE9F04F push {r4, r5, r6, r7, r8, r9, r10, fp, lr} |
| 600 | 379 .LCFI6: |
600 | 379 .LCFI6: |
| 601 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 11 |
601 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 11 |
| 602 | 602 | ||
| 603 | 603 | ||
| 604 | 380 .cfi_def_cfa_offset 36 |
604 | 380 .cfi_def_cfa_offset 36 |
| 605 | 381 .cfi_offset 4, -36 |
605 | 381 .cfi_offset 4, -36 |
| 606 | 382 .cfi_offset 5, -32 |
606 | 382 .cfi_offset 5, -32 |
| Line 656... | Line 656... | ||
| 656 | 419 001e ABEB0102 sub r2, fp, r1 |
656 | 419 001e ABEB0102 sub r2, fp, r1 |
| 657 | 420 .LVL47: |
657 | 420 .LVL47: |
| 658 | 64:../libOLED/src/displayDial.cpp **** int t; |
658 | 64:../libOLED/src/displayDial.cpp **** int t; |
| 659 | 421 .loc 1 64 34 view .LVU105 |
659 | 421 .loc 1 64 34 view .LVU105 |
| 660 | 422 0022 9200 lsls r2, r2, #2 |
660 | 422 0022 9200 lsls r2, r2, #2 |
| 661 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 12 |
661 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 12 |
| 662 | 662 | ||
| 663 | 663 | ||
| 664 | 64:../libOLED/src/displayDial.cpp **** int t; |
664 | 64:../libOLED/src/displayDial.cpp **** int t; |
| 665 | 423 .loc 1 64 7 view .LVU106 |
665 | 423 .loc 1 64 7 view .LVU106 |
| 666 | 424 0024 90FBF2F9 sdiv r9, r0, r2 |
666 | 424 0024 90FBF2F9 sdiv r9, r0, r2 |
| Line 716... | Line 716... | ||
| 716 | 459 .loc 1 90 40 discriminator 2 view .LVU121 |
716 | 459 .loc 1 90 40 discriminator 2 view .LVU121 |
| 717 | 460 0040 04FB0CF1 mul r1, r4, ip |
717 | 460 0040 04FB0CF1 mul r1, r4, ip |
| 718 | 461 .LVL55: |
718 | 461 .LVL55: |
| 719 | 462 .LBB31: |
719 | 462 .LBB31: |
| 720 | 463 .LBI31: |
720 | 463 .LBI31: |
| 721 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 13 |
721 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 13 |
| 722 | 722 | ||
| 723 | 723 | ||
| 724 | 464 .loc 2 26 7 is_stmt 1 discriminator 2 view .LVU122 |
724 | 464 .loc 2 26 7 is_stmt 1 discriminator 2 view .LVU122 |
| 725 | 465 .LBB32: |
725 | 465 .LBB32: |
| 726 | 466 .loc 2 26 24 discriminator 2 view .LVU123 |
726 | 466 .loc 2 26 24 discriminator 2 view .LVU123 |
| Line 776... | Line 776... | ||
| 776 | 509 0068 B4FBF3F4 udiv r4, r4, r3 |
776 | 509 0068 B4FBF3F4 udiv r4, r4, r3 |
| 777 | 510 .LVL60: |
777 | 510 .LVL60: |
| 778 | 511 .loc 2 26 32 discriminator 2 view .LVU141 |
778 | 511 .loc 2 26 32 discriminator 2 view .LVU141 |
| 779 | 512 .LBE36: |
779 | 512 .LBE36: |
| 780 | 513 .LBE35: |
780 | 513 .LBE35: |
| 781 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 14 |
781 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 14 |
| 782 | 782 | ||
| 783 | 783 | ||
| 784 | 91:../libOLED/src/displayDial.cpp **** m_yo - math.AP_SCALE((m_siz - len) * co), WHITE); |
784 | 91:../libOLED/src/displayDial.cpp **** m_yo - math.AP_SCALE((m_siz - len) * co), WHITE); |
| 785 | 514 .loc 1 91 37 discriminator 2 view .LVU142 |
785 | 514 .loc 1 91 37 discriminator 2 view .LVU142 |
| 786 | 515 006c 7444 add r4, r4, lr |
786 | 515 006c 7444 add r4, r4, lr |
| Line 836... | Line 836... | ||
| 836 | 69:../libOLED/src/displayDial.cpp **** int co = math.ap_cos ((ang*math.SINE_SCALING) / 256); |
836 | 69:../libOLED/src/displayDial.cpp **** int co = math.ap_cos ((ang*math.SINE_SCALING) / 256); |
| 837 | 557 .loc 1 69 7 is_stmt 1 view .LVU155 |
837 | 557 .loc 1 69 7 is_stmt 1 view .LVU155 |
| 838 | 69:../libOLED/src/displayDial.cpp **** int co = math.ap_cos ((ang*math.SINE_SCALING) / 256); |
838 | 69:../libOLED/src/displayDial.cpp **** int co = math.ap_cos ((ang*math.SINE_SCALING) / 256); |
| 839 | 558 .loc 1 69 28 is_stmt 0 view .LVU156 |
839 | 558 .loc 1 69 28 is_stmt 0 view .LVU156 |
| 840 | 559 0098 3E46 mov r6, r7 |
840 | 559 0098 3E46 mov r6, r7 |
| 841 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 15 |
841 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 15 |
| 842 | 842 | ||
| 843 | 843 | ||
| 844 | 560 009a 002F cmp r7, #0 |
844 | 560 009a 002F cmp r7, #0 |
| 845 | 561 009c C9DB blt .L29 |
845 | 561 009c C9DB blt .L29 |
| 846 | 562 .L21: |
846 | 562 .L21: |
| Line 896... | Line 896... | ||
| 896 | 78:../libOLED/src/displayDial.cpp **** case 3: |
896 | 78:../libOLED/src/displayDial.cpp **** case 3: |
| 897 | 604 .loc 1 78 2 is_stmt 1 view .LVU165 |
897 | 604 .loc 1 78 2 is_stmt 1 view .LVU165 |
| 898 | 79:../libOLED/src/displayDial.cpp **** case -1: |
898 | 79:../libOLED/src/displayDial.cpp **** case -1: |
| 899 | 605 .loc 1 79 2 view .LVU166 |
899 | 605 .loc 1 79 2 view .LVU166 |
| 900 | 80:../libOLED/src/displayDial.cpp **** case -3: |
900 | 80:../libOLED/src/displayDial.cpp **** case -3: |
| 901 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 16 |
901 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 16 |
| 902 | 902 | ||
| 903 | 903 | ||
| 904 | 606 .loc 1 80 2 view .LVU167 |
904 | 606 .loc 1 80 2 view .LVU167 |
| 905 | 81:../libOLED/src/displayDial.cpp **** len = width / 4; |
905 | 81:../libOLED/src/displayDial.cpp **** len = width / 4; |
| 906 | 607 .loc 1 81 2 view .LVU168 |
906 | 607 .loc 1 81 2 view .LVU168 |
| Line 956... | Line 956... | ||
| 956 | 647 .global _ZN13displayDial_t11draw_limitsEv |
956 | 647 .global _ZN13displayDial_t11draw_limitsEv |
| 957 | 648 .syntax unified |
957 | 648 .syntax unified |
| 958 | 649 .thumb |
958 | 649 .thumb |
| 959 | 650 .thumb_func |
959 | 650 .thumb_func |
| 960 | 651 .fpu softvfp |
960 | 651 .fpu softvfp |
| 961 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 17 |
961 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 17 |
| 962 | 962 | ||
| 963 | 963 | ||
| 964 | 653 _ZN13displayDial_t11draw_limitsEv: |
964 | 653 _ZN13displayDial_t11draw_limitsEv: |
| 965 | 654 .LVL74: |
965 | 654 .LVL74: |
| 966 | 655 .LFB24: |
966 | 655 .LFB24: |
| Line 1016... | Line 1016... | ||
| 1016 | 696 0028 0395 str r5, [sp, #12] |
1016 | 696 0028 0395 str r5, [sp, #12] |
| 1017 | 697 002a 0293 str r3, [sp, #8] |
1017 | 697 002a 0293 str r3, [sp, #8] |
| 1018 | 698 002c 0197 str r7, [sp, #4] |
1018 | 698 002c 0197 str r7, [sp, #4] |
| 1019 | 699 002e 0095 str r5, [sp] |
1019 | 699 002e 0095 str r5, [sp] |
| 1020 | 700 0030 3823 movs r3, #56 |
1020 | 700 0030 3823 movs r3, #56 |
| 1021 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 18 |
1021 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 18 |
| 1022 | 1022 | ||
| 1023 | 1023 | ||
| 1024 | 701 0032 7822 movs r2, #120 |
1024 | 701 0032 7822 movs r2, #120 |
| 1025 | 702 0034 3146 mov r1, r6 |
1025 | 702 0034 3146 mov r1, r6 |
| 1026 | 703 0036 2068 ldr r0, [r4] |
1026 | 703 0036 2068 ldr r0, [r4] |
| Line 1076... | Line 1076... | ||
| 1076 | 757 00000000 |
1076 | 757 00000000 |
| 1077 | 757 00000000 |
1077 | 757 00000000 |
| 1078 | 757 00000000 |
1078 | 757 00000000 |
| 1079 | 757 00000000 |
1079 | 757 00000000 |
| 1080 | 758 .text |
1080 | 758 .text |
| 1081 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 19 |
1081 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 19 |
| 1082 | 1082 | ||
| 1083 | 1083 | ||
| 1084 | 759 .Letext0: |
1084 | 759 .Letext0: |
| 1085 | 760 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
1085 | 760 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
| 1086 | 761 .file 4 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
1086 | 761 .file 4 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
| Line 1089... | Line 1089... | ||
| 1089 | 764 .file 7 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
1089 | 764 .file 7 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
| 1090 | 765 .file 8 "../libOLED/inc/libOLED/fontclass.H" |
1090 | 765 .file 8 "../libOLED/inc/libOLED/fontclass.H" |
| 1091 | 766 .file 9 "../libOLED/inc/libOLED/displayDial.H" |
1091 | 766 .file 9 "../libOLED/inc/libOLED/displayDial.H" |
| 1092 | 767 .file 10 "../libOLED/inc/libOLED/displayclass.H" |
1092 | 767 .file 10 "../libOLED/inc/libOLED/displayclass.H" |
| 1093 | 768 .file 11 "<built-in>" |
1093 | 768 .file 11 "<built-in>" |
| 1094 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccAQnebG.s page 20 |
1094 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s page 20 |
| 1095 | 1095 | ||
| 1096 | 1096 | ||
| 1097 | DEFINED SYMBOLS |
1097 | DEFINED SYMBOLS |
| 1098 | *ABS*:0000000000000000 displayDial.cpp |
1098 | *ABS*:0000000000000000 displayDial.cpp |
| 1099 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:16 .text._Z41__static_initialization_and_destruction_0ii:0000000000000000 $t |
1099 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:16 .text._Z41__static_initialization_and_destruction_0ii:0000000000000000 $t |
| 1100 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:23 .text._Z41__static_initialization_and_destruction_0ii:0000000000000000 _Z41__static_initialization_and_destruction_0ii |
1100 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:23 .text._Z41__static_initialization_and_destruction_0ii:0000000000000000 _Z41__static_initialization_and_destruction_0ii |
| 1101 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:63 .text._Z41__static_initialization_and_destruction_0ii:000000000000001c $d |
1101 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:63 .text._Z41__static_initialization_and_destruction_0ii:000000000000001c $d |
| 1102 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:68 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 $t |
1102 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:68 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 $t |
| 1103 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:75 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 _ZN13displayDial_tC2ER9display_thhht |
1103 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:75 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 _ZN13displayDial_tC2ER9display_thhht |
| 1104 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:75 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 _ZN13displayDial_tC1ER9display_thhht |
1104 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:75 .text._ZN13displayDial_tC2ER9display_thhht:0000000000000000 _ZN13displayDial_tC1ER9display_thhht |
| 1105 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:114 .text._ZN13displayDial_t11draw_needleEs:0000000000000000 $t |
1105 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:114 .text._ZN13displayDial_t11draw_needleEs:0000000000000000 $t |
| 1106 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:121 .text._ZN13displayDial_t11draw_needleEs:0000000000000000 _ZN13displayDial_t11draw_needleEs |
1106 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:121 .text._ZN13displayDial_t11draw_needleEs:0000000000000000 _ZN13displayDial_t11draw_needleEs |
| 1107 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:356 .text._ZN13displayDial_t11draw_needleEs:00000000000000d8 $d |
1107 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:356 .text._ZN13displayDial_t11draw_needleEs:00000000000000d8 $d |
| 1108 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:363 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000000 $t |
1108 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:363 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000000 $t |
| 1109 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:370 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000000 _ZN13displayDial_t10draw_scaleEsshhs |
1109 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:370 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000000 _ZN13displayDial_t10draw_scaleEsshhs |
| 1110 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:595 .text._ZN13displayDial_t10draw_scaleEsshhs:00000000000000cc $d |
1110 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:595 .text._ZN13displayDial_t10draw_scaleEsshhs:00000000000000cc $d |
| 1111 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:602 .text._ZN13displayDial_t10draw_scaleEsshhs:00000000000000e8 $t |
1111 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:602 .text._ZN13displayDial_t10draw_scaleEsshhs:00000000000000e8 $t |
| 1112 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:641 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000100 $d |
1112 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:641 .text._ZN13displayDial_t10draw_scaleEsshhs:0000000000000100 $d |
| 1113 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:646 .text._ZN13displayDial_t11draw_limitsEv:0000000000000000 $t |
1113 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:646 .text._ZN13displayDial_t11draw_limitsEv:0000000000000000 $t |
| 1114 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:653 .text._ZN13displayDial_t11draw_limitsEv:0000000000000000 _ZN13displayDial_t11draw_limitsEv |
1114 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:653 .text._ZN13displayDial_t11draw_limitsEv:0000000000000000 _ZN13displayDial_t11draw_limitsEv |
| 1115 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:717 .text._ZN13displayDial_t11draw_limitsEv:0000000000000040 $d |
1115 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:717 .text._ZN13displayDial_t11draw_limitsEv:0000000000000040 $d |
| 1116 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:722 .text._GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht:0000000000000000 $t |
1116 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:722 .text._GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht:0000000000000000 $t |
| 1117 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:728 .text._GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht:0000000000000000 _GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht |
1117 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:728 .text._GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht:0000000000000000 _GLOBAL__sub_I__ZN13displayDial_tC2ER9display_thhht |
| 1118 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:749 .init_array:0000000000000000 $d |
1118 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:749 .init_array:0000000000000000 $d |
| 1119 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:752 .bss._ZL4math:0000000000000000 $d |
1119 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:752 .bss._ZL4math:0000000000000000 $d |
| 1120 | C:\Users\mike\AppData\Local\Temp\ccAQnebG.s:756 .bss._ZL4math:0000000000000000 _ZL4math |
1120 | C:\Users\mike\AppData\Local\Temp\ccl4c2Dl.s:756 .bss._ZL4math:0000000000000000 _ZL4math |
| 1121 | 1121 | ||
| 1122 | UNDEFINED SYMBOLS |
1122 | UNDEFINED SYMBOLS |
| 1123 | _ZN7ap_mathC1Ev |
1123 | _ZN7ap_mathC1Ev |
| 1124 | _ZN7ap_math6ap_sinEi |
1124 | _ZN7ap_math6ap_sinEi |
| 1125 | _ZN7ap_math6ap_cosEi |
1125 | _ZN7ap_math6ap_cosEi |