📄 global.asm
字号:
*******************************************************
* TMS320C2x/C2xx/C5x ANSI C Codegen Version 7.00
*******************************************************
; D:\tic2xx\c2000\cgtools\bin\dspac.exe -v2xx global.c D:\DOCUME~1\lifeng\LOCALS~1\Temp\global.if
; dspopt NOT RUN
; D:\tic2xx\c2000\cgtools\bin\dspcg.exe -o -v2xx -o D:\DOCUME~1\lifeng\LOCALS~1\Temp\global.if D:\DOCUME~1\lifeng\LOCALS~1\Temp\global.asm D:\DOCUME~1\lifeng\LOCALS~1\Temp\global.tmp
.port
.bss _KEY_LEFT,1,1
.bss _KEY_RIGHT,1
.bss _KEY_UP,1
.bss _KEY_DOWN,1
.bss _MAINMEAUFLAG,1
.bss _KEY_SURE,1
.bss _SUBMEAU2FLAG,1
.bss _SUBMEAU3FLAG,1
.bss _SUBMEAU4FLAG,1
.bss _hand_num,1
.bss _pin_num1,1
.bss _pin_num2,1
.bss _pin_num3,1
.bss _caidan,1
.bss _pin_num4,1
.bss _num_8255,1
.bss _data_8255,1
.bss _motor_data,1
.bss _motor_num,1
.file "global.c"
.file "global.h"
.globl _KEY_LEFT
.globl _KEY_RIGHT
.globl _KEY_UP
.globl _KEY_DOWN
.globl _MAINMEAUFLAG
.globl _KEY_SURE
.globl _SUBMEAU2FLAG
.globl _SUBMEAU3FLAG
.globl _SUBMEAU4FLAG
.globl _hand_num
.globl _pin_num1
.globl _pin_num2
.globl _pin_num3
.globl _caidan
.globl _pin_num4
.globl _num_8255
.globl _data_8255
.globl _motor_data
.globl _motor_num
.file "global.c"
.sect ".cinit"
.word 1,_KEY_LEFT
.word 0
.sym _KEY_LEFT,_KEY_LEFT,4,2,16
.globl _KEY_LEFT
.word 1,_KEY_RIGHT
.word 0
.sym _KEY_RIGHT,_KEY_RIGHT,4,2,16
.globl _KEY_RIGHT
.word 1,_KEY_UP
.word 0
.sym _KEY_UP,_KEY_UP,4,2,16
.globl _KEY_UP
.word 1,_KEY_DOWN
.word 0
.sym _KEY_DOWN,_KEY_DOWN,4,2,16
.globl _KEY_DOWN
.word 1,_MAINMEAUFLAG
.word 0
.sym _MAINMEAUFLAG,_MAINMEAUFLAG,4,2,16
.globl _MAINMEAUFLAG
.word 1,_KEY_SURE
.word 0
.sym _KEY_SURE,_KEY_SURE,4,2,16
.globl _KEY_SURE
.word 1,_SUBMEAU2FLAG
.word 0
.sym _SUBMEAU2FLAG,_SUBMEAU2FLAG,4,2,16
.globl _SUBMEAU2FLAG
.word 1,_SUBMEAU3FLAG
.word 0
.sym _SUBMEAU3FLAG,_SUBMEAU3FLAG,4,2,16
.globl _SUBMEAU3FLAG
.word 1,_SUBMEAU4FLAG
.word 0
.sym _SUBMEAU4FLAG,_SUBMEAU4FLAG,4,2,16
.globl _SUBMEAU4FLAG
.word 1,_hand_num
.word 1
.sym _hand_num,_hand_num,4,2,16
.globl _hand_num
.word 1,_pin_num1
.word 1
.sym _pin_num1,_pin_num1,4,2,16
.globl _pin_num1
.word 1,_pin_num2
.word 1
.sym _pin_num2,_pin_num2,4,2,16
.globl _pin_num2
.word 1,_pin_num3
.word 1
.sym _pin_num3,_pin_num3,4,2,16
.globl _pin_num3
.word 1,_caidan
.word 1
.sym _caidan,_caidan,4,2,16
.globl _caidan
.word 1,_pin_num4
.word 1
.sym _pin_num4,_pin_num4,4,2,16
.globl _pin_num4
.word 1,_num_8255
.word 1
.sym _num_8255,_num_8255,4,2,16
.globl _num_8255
.word 1,_data_8255
.word 1
.sym _data_8255,_data_8255,4,2,16
.globl _data_8255
.word 1,_motor_data
.word 1
.sym _motor_data,_motor_data,4,2,16
.globl _motor_data
.word 1,_motor_num
.word 1
.sym _motor_num,_motor_num,4,2,16
.globl _motor_num
.end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -