[...] > Future Reference : > http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/index.html
Yep I am no assembly guru here but Randall Hyde is also the author of a language called High-Level Assembly which is a kind of assembly language except a bit easier to grasp for beginners. I reckon there's lot of goodies in HLA to be had so as to make it easier for people who want to jump into full-fledged assembly later. I don't remember the exact syntax of HLA but say if one wanted to set a value: MOV %dst, %src would be written as MOVE %src, %dst (something along those lines... but you get the idea of HLA ;-) And btw HLA is free software last time I checked but I don't remember the specifics of the license. Enjoy! -- Regards Ishwor Gurung Key id:0xa98db35e Key fingerprint:FBEF 0D69 6DE1 C72B A5A8 35FE 5A9B F3BB 4E5E 17B5 -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
