Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicholasbhubbard/z8664-assembler
- Owner: NicholasBHubbard
- License: mit
- Created: 2021-12-16T00:36:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T00:38:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T06:17:20.647Z (7 days ago)
- Language: Common Lisp
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# -*- mode:org;mode:auto-fill;fill-column:79 -*-
#+title: Z86-64 Emulator
#+author: Nicholas HubbardAn 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.