apadfu_3l.s01
来自「MP3 整个 SDK」· S01 代码 · 共 61 行
S01
61 行
NAME apadfu_3l(17)
RSEG ADFUAP_C(0)
RSEG ADFUAP_H(0)
PUBLIC ShowFwVersion
PUBLIC ShowLogoUPG_DONE
PUBLIC sysinfo
EXTERN ?CLZ80B_4_04_L00
RSEG ADFUAP_C
ShowFwVersion:
; 1. /*
; 2. ********************************************************************************
; 3. * ACTOS
; 4. * usbmain
; 5. *
; 6. * (c) Copyright 2002-2003, Actions Co,Ld.
; 7. * All Right Reserved
; 8. *
; 9. * File : apadfu51_3l.c
; 10. * By : Chliang
; 11. * Version: 1> v1.00 first version 04-2-3 16:53
; 12. ********************************************************************************
; 13. */
; 14. #include "udisk.h"
; 15.
; 16.
; 17. #pragma memory=dataseg(UDISK_RD)
; 18. extern char *DispBuf;
; 19. //char fwver[6*7]; //字符 V3.0.00
; 20. #pragma memory=default
; 21.
; 22. #pragma memory=dataseg(ADFUAP_H)
; 23. ADFU_SysInfo_t sysinfo;
; 24. #pragma memory=default
; 25.
; 26. #pragma memory=constseg(ADFUAP_S)
; 27. #pragma memory=default
; 28.
; 29.
; 30. #pragma codeseg(ADFUAP_C)
; 31.
; 32.
; 33.
; 34. non_banked void ShowFwVersion(void) //zxs change
; 35. {
; 36.
; 37. }
RET
ShowLogoUPG_DONE:
; 38.
; 39. non_banked void ShowLogoUPG_DONE(void)
; 40. {
; 41.
; 42. }
RET
; 43.
; 44. #pragma memory=default
RSEG ADFUAP_H
sysinfo:
DEFS 192
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?