dmezh / mipsasm

Quick and dirty MIPS assembler for hardware design class FPGA CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mipsasm

mipsasm is a MIPS-like assembler for my ECE-311 hardware design class CPU on FPGA midterm project

To get hex instructions from assembly file:

cargo run -- src/book_example.asm out.hex

About

Quick and dirty MIPS assembler for hardware design class FPGA CPU

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%