News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

New blood

Started by hexbyte, December 20, 2004, 03:33:25 AM

Previous topic - Next topic

hexbyte

Hey guys, I am just begining in WinAsm and have gotten Masm from masm32.com and RadAsm.
I was wondering what other tools I may need to write Windows programs ie... Resorce Editor?
I downloaded Iczelion's tuts and have started reading them. Any other good tuts out there that would help?
Thanx for having a board up where we can go to ask for help :)

hutch--

hexbyte,

Welcome on board. RadAsm can create its own dialogs but if you want a seperate dialog editor, there is one on the forum website at www.masmforum.com/website and Ketil Olsen has recently posted a freestanding dialog editor as well.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

donkey

#2
Hi Hexbyte,

You can check out my website, it has a "Learn Assembler" page with some useful links to tutorials, software and information. Also you might want to check some of the source, it's mostly in GoAsm but that is pretty close to MASM with only a few fundamental differences. The code is still very understandable by a MASM user and demonstrates some techniques to make practical GUIs and other stuff using assembly language. The libs on my site are tested with both MASM and GoAsm and are compatible with both of those excellent assemblers. Be sure to download x86eas.hlp at the bottom of the learn assembler page, it is a very good x86 instruction set reference in WinHelp format.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

roticv

There is a resource editor in WinAsm if I am not wrong.

hexbyte

Thanx Hutch--, Donkey, and roticv  :U
Now I have a lot of studying to do  ::)
I may be underground for a while reading...
I'll be back with some more questions Im sure.

thomasantony

Hi,
    You can also try the examples at my website at http://www.tomasm.tk/ .Just sign the guestbook if you find my site useful :bdg ;)

Thomas Antony :U ;)
There are 10 types of people in the world. Those who understand binary and those who don't.


Programmer's Directory. Submit for free

Umesh T

Hi Donkey,

Would you happen to have an uopdated working URL for "Iczelions tutorials, A must see for beginners" ?
That link is dead.

Thanks,
Umesh


Quote from: donkey on December 20, 2004, 03:52:40 AM
Hi Hexbyte,

You can check out my website, it has a "Learn Assembler" page with some useful links to tutorials,


Umesh T


donkey

Quote from: Umesh T on April 06, 2011, 07:10:44 PM
Hi Donkey,

Would you happen to have an uopdated working URL for "Iczelions tutorials, A must see for beginners" ?
That link is dead.

Thanks,
Umesh

They're also available in CHM format at the forum website:

http://website.masm32.com/
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Umesh T

Thanks, Donkey !!
:U