资源列表
HUI.RAR
- 一个汇编自动注释小程序,对于新手绝对是好东西-Automatic annotation of a compilation of small programs is definitely a good thing for beginners
project2_20060851
- compiler project. project2 parsing
fanhuibian
- 用C写的反汇编程序: 举例: Input the instructions ended with @: LW $T1, 0($A0) ADD $T0, $ZERO, $ZERO R0: ADDi $T0, $ZREO, 1 SLT $T2, $T0, $A1 BEQ $T2, $ZERO, RR ADD $T2, $T0, $A0 LW $T2, 0($T2) ADD $T1, $T1, $T2 J R0 RR: ADD $V0,
Uartlpc2148_maa_recieve
- code for transfering data trough serial uart bus. this code is by keil uvision compiler and works on lpc2148 from nxp.co enjoy it
Uartlpc2148old
- code for recieving data trough serial uart bus. this code is by keil uvision compiler and works on lpc2148 from nxp.co enjoy it
Uartlpc2148transmit_old
- code for recieving data trough serial uart bus and display the data on the 7segment. this code is by keil uvision compiler and works on lpc2148 from nxp.co enjoy it
PLL
- this code is for activating the pll unit of lpc2148( arm7). in this way you can exceed your crystal clock. this code is by keil uvision compiler and works on lpc2148 from nxp.co enjoy it
frequency-meter
- this code is a frequency meter for lpc2148 from nxp.co the compiler is keil uvision it displays the frequency on the 7segments enjoy it
LCD-bar-2x16
- This a tutorial to draw a simple animation to LCD 2x16 using AVR microcontrol. -This is a tutorial to draw a simple animation to LCD 2x16 using AVR microcontrol.
Micro-compiler
- 一个简单的 micro 语言编译器,其包括 scanner,parser,code generator 并使用 php 开发。-A simple compiler for Micro language which include scanner,parser,code generator and implement in PHP.
scanner
- 根据高级语言的词法定义,对于给定的源程序进行词法分析,生成单词序列(TOKEN字序列)-According to the lexical definition of high-level language, for a given source code for lexical analysis, generates the word sequence (TOKEN word sequence)
compiler
- 用C++实现的SkipOOMiniJool语言的编译器,可查出用户程序中的一切错误-Implemented with C++ language compiler SkipOOMiniJool can find out all the errors in the user program