tnordloh
06-14-2001, 01:02 AM
Ok, I'm taking assembly language this semester. My teacher said we could either use masm (the Microsoft assembly compiler) tasm (the borland equivalent) or nasm (the open source version). Naturally, baing a cheapskate, I tried out nasm/gcc on this old 486 I had dos installed on. After fighting with the thing for a week, I finally gave up. Installed nasm using the make file. Literally did the whole job with the following 3 commands;
---
./configure
make
ln -s nasm /usr/bin/nasm
--
Now I can compile using nasm/gcc and make commands which make things quite easy. And with the built-in capabilities of telnet, I can log on and work on programs from anywhere there is internet and a telnet utility
That's why Linux rocks compared to Microsoft trash. It simply runs better. It's what a computer should be able to do. Simple, separate programs, each sharing a basic format, each modular.
---
./configure
make
ln -s nasm /usr/bin/nasm
--
Now I can compile using nasm/gcc and make commands which make things quite easy. And with the built-in capabilities of telnet, I can log on and work on programs from anywhere there is internet and a telnet utility
That's why Linux rocks compared to Microsoft trash. It simply runs better. It's what a computer should be able to do. Simple, separate programs, each sharing a basic format, each modular.