QR-Code Generator in Basic and Assembly

All aspects of programming on the Commander X16.
Post Reply
delMar
Posts: 7
Joined: Sun Oct 10, 2021 8:06 pm

QR-Code Generator in Basic and Assembly

Post by delMar »

Hi,

I wrote a QR-Code Generator in Basic (X16 among others) and also in Assembly Language.

The Basic-Flavor leaves a lot of room for improvement, and it would heavily benefit from Bit-Shifting Operations (<<, >>). Lookup tables could compensate for that.

https://www.youtube.com/watch?v=VD_FmrHzkIA

The X16 Basic basic source-code can be found here:
https://github.com/The8BitTheory/qr128/tree/main/x16

The really exciting thing is the Assembly Version, though.
I didn't manage to get the assembly version running on the X16.
I didn't manage to just POKE to the screen.
If someone is interested, I'd highly appreciate any contributions and/or pull-requests.

Thanks
Xiphod
Posts: 595
Joined: Thu Apr 15, 2021 8:05 am

Re: QR-Code Generator in Basic and Assembly

Post by Xiphod »

Wow! I missed this earlier - it really works, nice!
Attachments
qr_calculating.jpg
qr_calculating.jpg (527.71 KiB) Viewed 4237 times
qr_result.jpg
qr_result.jpg (67.02 KiB) Viewed 4237 times
Post Reply