搜索资源列表
-
0下载:
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
RE
-
-
0下载:
Hex file to Binary file conversion using VHDL
-