|
-
Dec 18th, 2003, 10:59 PM
#1
Thread Starter
Lively Member
Good ASM Tutorial {Not a Question}
I have a seen quite a few threads saying" I am a newb to ASM and I want to learn it where do I start?"
Well, I found just the tutorial for you.
It can be found here:
http://blacksun.box.sk/tutorials.php/id/84
It also provides links Assembler downloads for A86 and TASM.

-morrowasted
-
Dec 30th, 2003, 05:20 AM
#2
This teaches 16-bit DOS assembly.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 10th, 2004, 07:46 AM
#3
New Member
-
Jan 15th, 2004, 06:10 PM
#4
Thread Starter
Lively Member
Originally posted by CornedBee
This teaches 16-bit DOS assembly.
is that bad?

-morrowasted
-
Jan 16th, 2004, 08:07 AM
#5
It's kinda useless, unless you want to write a bootstrap.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 20th, 2004, 11:22 AM
#6
Frenzied Member
Originally posted by CornedBee
It's kinda useless, unless you want to write a bootstrap.
i dooooo
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jan 21st, 2004, 05:21 PM
#7
And even in a bootstrap, one of your first tasks should be to switch to 32 bit fast as you can.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 25th, 2004, 09:36 AM
#8
Fanatic Member
I know that the DOS interrupts would be kinda useless if you do 32-bit, but does it really matter if all you are doing is trying to learn the instruction set?
"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.
-
Feb 25th, 2004, 11:24 AM
#9
Depends on how you see it. MASM won't properly assemble it for example, neither does any other 32-bit assembler, which are far easier to work with because you don't have to care about segments and such.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 7th, 2004, 04:16 PM
#10
Originally posted by morrowasted
is that bad?
Do you even know what Assembly is? It sounds to me like you thought you could post a link to a tutorial you know nothing about to make yourself look 'l33t' (used that because you wrote newb).
CornedBee: I've been experimenting with writing Operating Systems that are bootable from floppy disk, using TASM. Pros/Cons of doing so? (in TASM)...
Phreak
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Apr 23rd, 2004, 01:10 PM
#11
Fanatic Member
Originally posted by «°°phReAk°°»
Do you even know what Assembly is? It sounds to me like you thought you could post a link to a tutorial you know nothing about to make yourself look 'l33t' (used that because you wrote newb).
That's a little harsh...
Some poeple started learning 16-bit assembler and they did not get the chance to move into 32-bit assembler. It does not mean that they do not know how to use assembler.
"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
|