void func() { C语言代码…… #pragma asm MOV R6,#23DELAY2: MOV R7,#191DELAY1: DJNZ R7,DELAY1 DJNZ R6,DELAY2 RET #pragma endasm C语言代码…… }