Skip to content

Commit

Permalink
docs(README): update and fix badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Dec 3, 2023
1 parent c312c6f commit 5201425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Assembler Simulator

[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/exuanbo/assembler-simulator.svg?label=release&sort=semver)](https://github.com/exuanbo/assembler-simulator/tags)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/exuanbo/assembler-simulator/nodejs.yml.svg?branch=main)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/exuanbo/assembler-simulator/gh-pages.yml.svg)
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)

A simulator of 8-bit CPU using the "Samphire" [Microprocessor Simulator](https://nbest.co.uk/Softwareforeducation/sms32v50/sms32v50_manual/index.htm) instruction set (similar to the Intel 8086 chip). "Samphire" is used for teaching CS1111 Systems Organisation at University College Cork, but it is restricted to Windows operating system.
Assembler Simulator of 8-bit CPU using the "Samphire" sms32v50 [Microprocessor Simulator](https://nbest.co.uk/Softwareforeducation/sms32v50/sms32v50_manual/index.htm) instruction set (similar to the Intel 8086 chip). "Samphire" is used for teaching CS1111 Systems Organisation at University College Cork, but it is restricted to Windows operating system.

This project aims to recreate as much of the "Samphire" application as possible and provide a better learning experience using modern front-end web technologies:

Expand Down

0 comments on commit 5201425

Please sign in to comment.