diff --git a/README.md b/README.md index 044b3f57..00a8f672 100644 --- a/README.md +++ b/README.md @@ -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: