Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte authored Sep 6, 2021
1 parent 2b0851f commit 68f89c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ I constrained the QR code generation a lot. I just wanted to encode a url, not b
- Mask evaluation not implemented, hardcoded to mask 0 (I think masks only effect scan efficiency)
- Instead of implementing an entire image file format, I used the [PBM](https://en.wikipedia.org/wiki/Netpbm) file format to create my QR code image.

Additionally, I'm still a novice with assembly so there is probably a ton of unoptimized code.
I also didn't use all the features of the ARM assembler/architecture.
I wanted to write this so a year from now a dummy like me could understand what I wrote.

### Debugging with GDB

I'm still new to GDB, but this worked for me.
Expand Down

0 comments on commit 68f89c5

Please sign in to comment.