LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   A small useful program written in NASM for a bash session. (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/a-small-useful-program-written-in-nasm-for-a-bash-session-798695/)

dakoder 03-29-2010 12:59 PM

A small useful program written in NASM for a bash session.
 
Hi, As part of my linux learning curve and development on the lego nxt I have written a small app using NASM. Although useless to most people, the program is well commented and demonstrates :-
*ELF structure
*processing command line arguments.
*Loading files.
*Creating files.
*Terminal output.
*basic makefile syntax
*terrible programming style.

Comments are welcome good or bad.

Graham


get the tarball here
http://www.dakoder.co.uk/nxtric.tar.gz

bret381 03-29-2010 01:36 PM

Quote:

Originally Posted by dakoder (Post 3917010)
*terrible programming style.

hahaha at least your honest :)

Valery Reznic 03-30-2010 03:40 AM

Quote:

Originally Posted by dakoder (Post 3917010)

It's require account. Any chance to get tarball without creating one ?

dakoder 03-30-2010 06:03 PM

No probs, get it here.

http://www.dakoder.co.uk/nxtric.tar.gz

Any questions I will be pleased to help, oh and you will need NASM version 2.05.01 or you will have to add the word 'long' where the jumps are greater than 0xff

kind regards

Graham


All times are GMT -5. The time now is 10:07 AM.