代码搜索:如何学习 assembler?
找到约 10,000 项符合「如何学习 assembler?」的源代码
代码结果 10,000
www.eeworm.com/read/301619/13854001
lst ir-dsy.lst
A51 MACRO ASSEMBLER IR_DSY 03/29/2005 16:10:00 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN IR-DSY.OBJ
ASSEMBLER I
www.eeworm.com/read/301548/13857210
lst zuoyouzhuan.lst
A51 MACRO ASSEMBLER ZUOYOUZHUAN 09/02/2007 15:06:14 PAGE 1
MACRO ASSEMBLER A51 V7.10
NO OBJECT MODULE REQUESTED
ASSEMBLER INVOKED B
www.eeworm.com/read/238672/13869594
c randtest.c
/* Random number generator demo program
Calls assembler function 'randomnumber' defined in random.s
*/
//#include
/* this function prototype is needed because 'randomnumber' is
www.eeworm.com/read/238672/13869628
s hex.s
#; All assembler files must have at least one AREA directive at
#; the start. The AREA directive passes information to the linker
#; telling it where to place the code in memory (for example,
#; RE
www.eeworm.com/read/136111/13872173
out tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
www.eeworm.com/read/300976/13873737
lst 华字0.lst
8051 Assembler Version 1.00 05/20/107 14:10:33 Page 1
E:\学习资料\单片机\拷贝给学生的资料\串口实验程序0\华字0\华字0.A51
1 0000 ORG 0000h
2 0000 2100 AJMP start
www.eeworm.com/read/135957/13883029
lst gphid_descriptors.lst
A51 MACRO ASSEMBLER GPHID_DESCRIPTORS 10/10/2001 19:23:09 PAGE 1
MACRO ASSEMBLER A51 V6.10
OBJECT MODULE PLACED IN .\gpHID_descriptors.OB
www.eeworm.com/read/151482/5682742
java iadditionaltestmethods.java
package org.springframework.jmx.export.assembler;
/**
* @author Rob Harrop
*/
public interface IAdditionalTestMethods {
String getNickName();
void setNickName(String nickName);
}
www.eeworm.com/read/151482/5682743
java interfacebasedmbeaninfoassemblermappedtests.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
www.eeworm.com/read/151482/5682749
java methodexclusionmbeaninfoassemblermappedtests.java
package org.springframework.jmx.export.assembler;
import javax.management.modelmbean.ModelMBeanInfo;
import javax.management.modelmbean.ModelMBeanAttributeInfo;
import javax.management.MBeanAttri