livingcomputermuseum / ContrAlto

This repository contains the source code for Living Computers: Museum+Labs's Xerox Alto emulator, ContrAlto.
GNU Affero General Public License v3.0
230 stars 25 forks source link

Improve disassembled code #16

Open hsnaves opened 1 year ago

hsnaves commented 1 year ago

Hi,

First of all, thank you very much for this great project! I learned so much about the Alto by reading the source code in this repository.

I noticed that the annotated code in https://github.com/livingcomputermuseum/ContrAlto/blob/master/Contralto/Disassembly/altocode24.mu has some missing addresses for some instructions. I recently wrote a microcode assembler for the Alto (see https://github.com/hsnaves/palo), and maybe we can use it to annotate the remaining addresses.

By the way, how do you originally annotate the code?

Thanks,