Using CGEN to Generate Files for Binutils

CGEN (Cpu tools GENerator) is a tool to create CPU tools e.g. assembler, disassembler and simulators. All these tools start from uniform code base. This reduces duplicating code written manually. It helps decreasing error from redundancy. Binutils is a collection of tools dealing with bits and bytes for various types of file format and CPU … Continue reading Using CGEN to Generate Files for Binutils