I got a Raspberry Pi for Christmas and I've been teaching myself ARM assembly.
It's my first time working with assembly language, as I didn't take an systems architecture or OS fundamentals class in college.
I'm slowly working on a Huffman Encoder, trying to use only native Linux system calls without making calls to other external libraries.
This will be the first in a series of posts about this topic.