From a9d91b9020355ef2af1a68e12fa407acdca32188 Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:11:01 -0600 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 548c5ea..23cb4f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Py502 a Python CPU emulator with a custom instruction set, and an ASM compiler -## Example error messages +## What Doin'? + +I am currently working on a C compiler for this custom CPU architecture. +I am also going to add characters to my ASM compiler so you can do stuff like +```asm +message: + .asciiz db "Hello, World!", 0x00 ; null terminated +``` + + +## Example error messages for the ASM Compiler ![image](https://github.com/user-attachments/assets/f50d5d51-dfb8-46a8-b3e3-c762d033c2f1) ![image](https://github.com/user-attachments/assets/fd7f2477-a4c6-46c3-afb9-9d47c5daa159)