Log in

View Full Version : PROGRAMMING IN ASM .......


SpeKKeL !
April 15th, 2001, 14:29
Hi you all,

After studing a book about assembler I want to start some (little) programming in asm.The writer talks about an editor(any type),TASM,and Tlink .(book's date is '96)
Should i use these programs or are there better prog's or easier ways to begin programming in asm. ??
Also i need a tutorial about the api's.

Thanks for any input......SpeKKeL....

Squidge
April 16th, 2001, 08:11
If your writing dos apps, then TASM is fine. If your going to try and write windows apps, then use C, not asm, otherwise you'll be talking a few hundred lines just to open a window, never mind do anything useful with it.

+SplAj
April 16th, 2001, 08:36
".........never mind do anything useful with it."


mmmmm that could lead to an interesting discussion }>

ever heard of icedump ???

hehehe greetz all

SplAj

+SplAj
April 16th, 2001, 08:45
SpeKKeL

You have made several posts to RCE but no e-mail, please contact me and I will send you my asm templates to 1) patch files, 2) patch registry 3) keygening 4) resources 5) icons and how to link it all in to compile a nice exe of 4k size.

We can work together to bring you up to speed

+SplAj

SpeKKeL !
April 17th, 2001, 02:34
Would be great!

Sended you my address...

m0sk
April 17th, 2001, 13:20
Quote:
Squidge (04-16-2001 06:11):
If your going to try and write windows apps, then use C, not asm, otherwise you'll be talking a few hundred lines just to open a window, never mind do anything useful with it.


Hehe, with hutch's masm32 package it's not hard to do api stuff, it's essentially the same as you would do it in C ... Check out Iczelion's tutorials at h**p://win32asm.cjb.net ;P

have fun,
m0sk

SpeKKeL !
April 22nd, 2001, 17:14
Hi all,

trying to find to WIN32.HLP (api-programmers reference)-files...but couldn't
find it on the web......
Anyone knows ????????
Thanks (,a lot off links are death) SpeKKeL

hz
April 22nd, 2001, 18:15
hiya,
http://snakepage.cjb.net. on the tools page, not sure how up to date it is, think I got it from there quite a while back. I must have a read through it one of these days, may be something interesting in it.

regards
hz

PS it is a working link, I just tried it.

SpeKKeL !
April 23rd, 2001, 14:19
YEp,

Just what i needed thanks hz

Spekkel

ThrillSeeker
April 25th, 2001, 18:40
In your opinion, which would be the best C compiler out there ?