>CPU_2 

Last Edit: 2025-08-09 02:36:20

Assembler

This page will go over the program assembler for my cpu design in more detail.

/Assembler features:

Output is the verilog .mem format with one address per line starting at address 0 and increasing by one each line.

It also outputs a .dbg file which has extra columns for the memory address, memory value, where each instruction ended up, and where the labels are used.

Gen 1 misses were a good thing.