Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasbhubbard/z8664-assembler

Assembler for the fictional Y86-64 ISA defined in CSAPPv3
https://github.com/nicholasbhubbard/z8664-assembler

Last synced: 7 days ago
JSON representation

Assembler for the fictional Y86-64 ISA defined in CSAPPv3

Awesome Lists containing this project

README

        

# -*- mode:org;mode:auto-fill;fill-column:79 -*-
#+title: Z86-64 Emulator
#+author: Nicholas Hubbard

An emulator based off of the Y86-64 ISA defined in =Computer Systems - A
Programmers Perspective= by Bryant and O'Hallaron.

This project is currently a work in progress.

I can't imagine how this could be useful to anyone but I want to learn more
about assemblers, linkers, CPUs, emulators, and Common Lisp.