代码搜索结果
找到约 10,000 项符合
Assembly 的代码
assembly.o
XL
H 1 areas 5 global symbols
M assembly.s
A text size 4A flags 0
dbfile D:\桌面\AVR_BO~1.2\bootloader\assembly.s
dbfunc 0 ? 0 I
dbline 16 0
dbline 17 2
dbline 18 4
dbline 19 8
dbline 1A A
db
assembly.ini
;Use this as a reference to create your own language file
;Includes all directives and operators supported by the Keil A51 assembler.
[Parser]
Operators = ~!%^&*()-=+[]{}|;:.,>
assembly.asv
function [sctrB,snode,tnode] = assembly(index,split_nodes,tip_nodes,...
pos)
[snode,s_loc] = ismember(index,split_nodes);
[tnode,t_loc] = ismember(index,ti
assembly.m
function [sctrB,snode,tnode] = assembly(index,split_nodes,tip_nodes,...
pos)
[snode,s_loc] = ismember(index,split_nodes);
[tnode,t_loc] = ismember(index,ti
assembly.cpp
/* Assembly Task: CAssembly
File: Assembly.cpp
Created July 15, 1997, DM Auslander
This task handles the sequencing of the basic assembly process. It
places a base, applies glue, then places t
assembly.cpp
/* Assembly Task: CAssembly
File: Assembly.cpp
Created July 15, 1997, DM Auslander
This task handles the sequencing of the basic assembly process. It
places a base, applies glue, then places t
assembly.cpp
/* Assembly Task: CAssembly
File: Assembly.cpp
Created July 15, 1997, DM Auslander
This task handles the sequencing of the basic assembly process. It
places a base, applies glue, then places t
assembly.asm
TITLE Simple Addition
;Program Description: add two integer
;Author: Hsun-Cheng Hu
;Creation Date: September 27, 2006
;Revisions:
;Date: Modified by:
;
.386
.MODEL flat, stdcall
ExitProces
assembly.s
.text
SPMCR = 0x37
; void write_page (unsigned int adr, unsigned char function);
_write_page::
in r20,SPMCR
sbrc r20,0
rjmp _write_page
MOV R31,R17
MOV R30