代码搜索:ASm

找到约 10,000 项符合「ASm」的源代码

代码结果 10,000
www.eeworm.com/read/390729/8448051

asm asm.asm

//============================================================= // 函数名称: _F_ClearWatchdog() // 功能描述: 清看门狗 // 语法格式: _F_ClearWatchdog; // 入口参数: 无 // 出口参数: 无 // 注意事项: 仅为用户模型 //===
www.eeworm.com/read/283498/9016283

asm asm.asm

; ASM.ASM ; ; This is a simple, single line, mini-assembler for an earlier ; version of the x86 processor. It converts strings containing valid ; (old) x86 assembly code into a sequence of hex va
www.eeworm.com/read/466130/7039428

asm asm.asm

.include hardware.inc .CODE //========================================================================================= //////////////////以下是A口设置///////////////////////////////////// //==========
www.eeworm.com/read/319492/13450487

asm 12864(asm).asm

;OCM12864模块测试程序 D_I EQU P3.0 ;Data or Instrument Select,H:写数据,L:写指令 R_W EQU P3.1 ;Write or Read,H:read,L:write E EQU P3.2 ;读写使能 CS1 EQU P3.3 ;CS1=H,选择左半屏 CS2 EQU P3.4 ;CS2=H,选择右半屏
www.eeworm.com/read/314238/13570623

asm asm.asm

.INCLUDE "m16def.inc" .org SMALLBOOTSTART ldi r16,0xff out portc,r16 nop nop nop sbic pinc,6 jmp 0x0 ;go to reset jmp 0x16d0 ;go to stk500 word address
www.eeworm.com/read/313618/13583934

asm asm.asm

DAT1 EQU 30H ; 第一参数单元 DAT2 EQU 31H ; 第二参数/数据单元 COM EQU 32H ; 指令代码单元 CD EQU P2.3 ; 通道选择信号 WR1 EQU P2.0 ; 写操作信号 RD1 EQU P2.1 ; 读操作信号 CE EQU P2.2 ;ORG 0000H ;LJMP MAIN: MAIN: MOV R6,#50H
www.eeworm.com/read/307145/13727770

asm asm.asm

* this is a comment LOADAI 10 :label PRINTA ADDA 1 COMPAI 15 BLT label BREAK NOP
www.eeworm.com/read/304635/13790337

asm asm.asm

.INCLUDE "m16def.inc" .org SMALLBOOTSTART ldi r16,0xff out portc,r16 nop nop nop sbic pinc,6 jmp 0x0 ;go to reset jmp 0x16d0 ;go to stk500 word address
www.eeworm.com/read/151047/5687110

asm asm.asm

.386p ;************************segment definitions******************************* _TEXT segment para public USE16 'CODE' _TEXT ends CGROUP group _TEXT Assume CS:CGROUP
www.eeworm.com/read/484013/6588985

asm asm.asm

;本程序演示从P3.4、P3.5和P1.0输出时钟信号 WAKE_CLK0 EQU 8FH AUXR EQU 8EH BRT EQU 9CH ORG 0000H LJMP MAIN ORG 0050H MAIN: MOV TMOD,#22H;定时器0和定时器1以方式2工作 ORL AUXR,#80H;T0工作在1T模式 ORL AUXR,#40H;T1工作在1T模式