QR code generator 1.0
by Purobaz
--------------------

QR code generator generates QR codes in Basic on Casio Prizm.

Download the 7 files in MainMem/Program.
Then execute QRCODE.g3m.

I advise you to select the error correction level Q.
And choose the best mask pattern.

To decode QR codes, you can use one of these decoders : http://www.jaxo-systems.com/decoders/?lang=en_US

This version is 2 times faster than the previous beta.

--------------------

Features :
- versions 1 and 2
- error correction levels L, M and Q
- mask patterns 0, 1, 2 and 3
- only alphanumeric mode

--------------------

Contents (7ko) :
- QRCODE.g3m  : main program
- QRCODE2.g3m : subprogram
- QRCODE3.g3m : loads mask patterns into the matrix
- QRCODE4.g3m : draws QR code
- QRCODE5.g3m : loads values
- QRCODE6.g3m : converts decimal number to binary 
- QRCODE7.g3m : converts binary number to decimal 