From abcca5c4bd20a7074866360930d74d3ef5176a17 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Sun, 11 Apr 2021 09:00:42 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0b86b50..a9ef9e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # 6502-QR-code-generator A simple DASM assembler library for creating small QR codes + +## Introduction +This project provides a simple QR code generator for the 650x family. + +## Features +- easy to use DASM macros +- assembler switches to taylor generator to your needs +- code size optimized for minimal RAM and ROM space +- all eight mask pattern supported +- Atari 2600 demo code + +## Limitations +- only small, single block QR codes supported +- only byte mode supported +- no automatic mask pattern evaluation +- tested only for version 2 QR codes (25x25) + +## License