나머지/IT개발.잡다한것.82 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. EQU SET EP2GPIFTCH EQU GPIFTCB1 ; these are here for backwards compatibilityEP2GPIFTCL EQU GPIFTCB0 ; EP4GPIFTCH EQU GPIFTCB1 ; these are here for backwards compatibilityEP4GPIFTCL EQU GPIFTCB0 ; EP6GPIFTCH EQU GPIFTCB1 ; these are here for backwards compatibilityEP6GPIFTCL EQU GPIFTCB0 ; EP8GPIFTCH EQU GPIFTCB1 ; these are here for backwards compatibilityEP8GPIFTCL EQU GPIFTCB0 ; KEIL Macro Assembler a.. 2012. 9. 25. 이전 1 ··· 9 10 11 12 13 14 15 ··· 21 다음 반응형