Infix to Postfix Convertor... - 0

ali • 05 January 2009 • Algorithms, Assembly, Laboratory

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

ali • 13 November 2008 • Assembly, Fun

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 [...]