본문 바로가기

나머지281

db Cx51 Compiler User's Guide Keil Software ReferenceThe remainder of this chapter describes each of the available Cx51 compilercontrol directives listed in alphabetical order. They are divided into thefollowing sections: Abbreviation: Gives any abbreviations that may be substituted for thedirective name. Arguments: Describes and lists optional and required directivearguments. Default: Shows the directive’s default setting. μVision2 Contr.. 2012. 9. 27.
DWORD and WORD WORD is 16-bit unsigned integer and DWORD is 32-bit unsigned integer. You use DWORD type instead of unsigned int is because it is guaranteed the same size on different machines. Also note that an "int" isn't neccessarily 32bits in size. "int" will be sized according to the default register size of the target CPU/platform. When you compile for DOS/Win16, 'int' is 16bits. For the opcoming Intel It.. 2012. 9. 27.
glue logic psen, read signal g A standard 22v10 GAL provides general purpose “glue logic” on the board. In electronics, glue logic is the custom logic circuitry used to interface a number of off-the-shelf integrated circuits.This is often achieved using ordinary (cheap) 7400- or 4000-series components. In more complex cases, programmable logic devices like a CPLD or FPGA might be used. The falling price of programmable logi.. 2012. 9. 26.
Assembler Directives 와 LEDCycle 예제 Macro Assemblerand Utilities 99pChapter 4. Assembler DirectivesThis chapter describes the assembler directives. It shows how to define symbolsand how to control the placement of code and data in program memory.IntroductionThe Ax51 assembler has several directives that permit you to define symbolvalues, reserve and initialize storage, and control the placement of your code.The directives should n.. 2012. 9. 25.
반응형