Thomas Jentzsch abcca5c4bd Update README.md
2021-04-11 09:00:42 +02:00
2021-04-11 08:12:44 +02:00
2021-04-11 09:00:42 +02:00

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

Description
A simple DASM assembler library for creating small QR codes
Readme MIT 110 KiB
Languages
Assembly 87.2%
C 12.8%