View Poll Results: You like Assembly?
- Voters
- 20. You may not vote on this poll
-
Aug 22nd, 2001, 09:17 PM
#1
Thread Starter
Hyperactive Member
Why Assembly?
Hello! Out of curiosity, are you people here because you like Assembly, are taking it in class, or work with Assembly.
Top Tip: You can make friends and impress the opposite sex at geeky cocktail parties by saying "DB" instead of database. - Karl Moore
-
Aug 23rd, 2001, 02:09 AM
#2
Dazed Member
I know nothing about Assembly, but what i do no is that
an assembly program takes up less that half the file size of
a typical compiled program and runs twice as fast. This is why i want to learn it when i have the time. I think divice drivers are written mostly in Assembler and it's used in games alot running inline with C++ and OpenGL.
-
Aug 23rd, 2001, 02:22 AM
#3
-
Aug 23rd, 2001, 05:15 AM
#4
Frenzied Member
Because it is a very low level language and you feel powerful cos you have control over everything.
-
Aug 23rd, 2001, 10:26 AM
#5
beachbum -
You made your own Assembler????
Is it possible I could get ahold of it and your source to get some good pointers? I too am writting one. However, I am making all of my routines first before I start on it. I have made things like BASIC and LOCATE and END and COLOR and a few other commands. I am making more then just a compiler, it's and editor too. I have a lot of work to do, but I have to do it for my OS that I am making. You can see some of my stuff at my site.
Thanks guy..
-
Aug 26th, 2001, 11:55 AM
#6
I can't seem to download your library of ASM routines. Tripod keeps giving me a "File not found" error.
-
Aug 27th, 2001, 08:54 AM
#7
Junior Member
Well I already voted in the API vs MFC debate so I might as well do this one. I started doing asm just out of interest really, just to see how fast I could get a program to go - I started off in qbasic finding all the prime numbers up to 10000 in 6 minutes, and got it down to less than one clock tick for all up to 65535 (using trial division even), and I also made an instantaneous mandelbrot program. Why? Just for the hell of it I suppose!
And then win32 comes along and wipes out all of my effort with stupid slow SetPixelV().
-
Aug 28th, 2001, 07:02 PM
#8
It works great now. Thanks.
If you want, you can PM (Private Message) beachbum for a quicker reply.
-
Aug 30th, 2001, 02:53 PM
#9
I honestly think that any and all programmers should at least know the basic concepts of assembly(ie, what an if statement turns into, etc), to improve coding. Its also great to know what the compiler is doing with all that C++ code.
Z.
-
Aug 30th, 2001, 09:26 PM
#10
And writing compilers is fun =). I havent attempted an actual assembler, but script compilers are fun (especially when the scripting language looks a lot like assembly =).
Z.
-
Jul 31st, 2003, 04:05 PM
#11
Fanatic Member
Sorry about hitting this so late. 
Define "work" in it.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Aug 1st, 2003, 12:22 PM
#12
Thread Starter
Hyperactive Member
"So late" as in 2 years later? Dude!
-
Aug 1st, 2003, 03:42 PM
#13
Fanatic Member
Well, it takes me a little while to post.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|