CRC calculation is a popular way for detecting accidental errors occurred to a message. These errors usually may occur during data transmissions over a network or while writing to a storage device or anywhere that datum is moved. I recently have coded a few lines in order to create a tiny program for CRC calculation. [...]
INFiX to POSTFiX Conversion Tool v0.1 This is a handy tool written in assembly. This tiny program inputs an infix expression and outputs its postfix version. I have already mentioned this program in my previous posts but now I put both its binary and source code for free under the GNU GP License. This is [...]
Awesome Billy... - 0
Programming is a great experience everyone can experience! Everyday the languages are getting more abstracted and easier to learn and use, while many ones (like me) would like to program in lowest possible level yet. Writing a code which directly speaks with hardware without any inter-face is very exciting and enjoyable. A couple of ideas [...]
