📄 header_bitmap.txt
字号:
; generated by ARM C/C++ Compiler with , RVCT4.0 [Build 524] for uVision
; commandline ArmCC [--split_sections --debug -c --asm --interleave -o.\Obj\header_bitmap.o --depend=.\Obj\header_bitmap.d --device=DARMSTM --apcs=interwork -O3 -I..\..\include -I..\..\..\FWLib\library\inc -I..\..\..\USBLib\library\inc -I..\..\Config -I..\..\GUI\Core -I..\..\GUI\Font -I..\..\GUI\ConvertColor -I..\..\GUI\AntiAlias -I..\..\GUI\ConvertMono -I..\..\GUI\JPEG -I..\..\GUI\MemDev -I..\..\GUI\MultiLayer -I..\..\GUI\Widget -I..\..\GUI\WM -IC:\Keil\ARM\INC\ST\STM32F10x ..\..\GUI\Widget\HEADER_Bitmap.c]
THUMB
AREA ||i.HEADER_SetBitmap||, CODE, READONLY, ALIGN=1
HEADER_SetBitmap PROC
;;;44 */
;;;45 void HEADER_SetBitmap(HEADER_Handle hObj, unsigned Index, const GUI_BITMAP* pBitmap) {
000000 b508 PUSH {r3,lr}
;;;46 HEADER_SetBitmapEx(hObj, Index, pBitmap, 0, 0);
000002 2300 MOVS r3,#0
000004 9300 STR r3,[sp,#0]
000006 f7fffffe BL HEADER_SetBitmapEx
;;;47 }
00000a bd08 POP {r3,pc}
;;;48
ENDP
AREA ||i.HEADER_SetBitmapEx||, CODE, READONLY, ALIGN=1
HEADER_SetBitmapEx PROC
;;;35 */
;;;36 void HEADER_SetBitmapEx(HEADER_Handle hObj, unsigned Index, const GUI_BITMAP * pBitmap, int x, int y) {
000000 b570 PUSH {r4-r6,lr}
000002 4604 MOV r4,r0
000004 460d MOV r5,r1
000006 4610 MOV r0,r2
000008 4619 MOV r1,r3
;;;37 HEADER__SetDrawObj(hObj, Index, GUI_DRAW_BITMAP_Create(pBitmap, x, y));
00000a 9a04 LDR r2,[sp,#0x10]
00000c f7fffffe BL GUI_DRAW_BITMAP_Create
000010 4602 MOV r2,r0
000012 4629 MOV r1,r5
000014 4620 MOV r0,r4
000016 f7fffffe BL HEADER__SetDrawObj
;;;38 WM_InvalidateWindow(hObj);
00001a 4620 MOV r0,r4
00001c e8bd4070 POP {r4-r6,lr}
000020 f7ffbffe B.W WM_InvalidateWindow
;;;39 }
;;;40
ENDP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -