From 4c24f259d0c8d1227414e88408b6059fac2bb9a4 Mon Sep 17 00:00:00 2001 From: Mark Seminatore Date: Mon, 27 May 2024 22:34:40 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f521604..fa01f56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # as09 ![GitHub License](https://img.shields.io/github/license/mseminatore/as09) [![CMake](https://github.com/mseminatore/as09/actions/workflows/cmake.yml/badge.svg)](https://github.com/mseminatore/as09/actions/workflows/cmake.yml) +[![CodeQL](https://github.com/mseminatore/as09/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/mseminatore/as09/actions/workflows/github-code-scanning/codeql) This project is an MC6809 cross assembler. It is written in portable C using yacc/bison for the parser and a handwritten lexical analyzer.