From 5201425b770f47e165163cec947f317ee58f16d8 Mon Sep 17 00:00:00 2001 From: exuanbo Date: Sun, 3 Dec 2023 12:46:05 +0000 Subject: [PATCH] docs(README): update and fix badge link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: