From 0b5bec42938784e7a2cf9f0a6a72f1fafa757dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20Rei=C3=9F?= Date: Fri, 2 Feb 2024 12:49:28 +0100 Subject: [PATCH] Add Assembler --- Assembler.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Assembler.md diff --git a/Assembler.md b/Assembler.md new file mode 100644 index 0000000..36587fb --- /dev/null +++ b/Assembler.md @@ -0,0 +1,6 @@ +There is an Assembler for this processor turning assembly code into a VHDL code snippet to initialize a ROM. +The Assembler is located at https://git.nickr.eu/yannickreiss/cpu16asm and usable by building it and simply typing + +`./cpu16asm -o source_file` + +If the _output filename_ is set to _stdout_, no file will be created, the code will be printed instead.