News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Need recommendation | where to learn advanced asm

Started by nabil, August 24, 2014, 04:01:44 AM

Previous topic - Next topic

nabil

Hello
I have been learning asm ( masm ). i know all about arithmetic functions,branching,looping,procedures,string operating all the stuff. And i am good at those and can write program ( console ). Now i need help about i wanna go further. i want to learn all the things i can with do with operating system  like getting host name,delete file,copy file, those operation.
what can i start with?
Thank You

dedndave

well - there are many related functions
however, a good place to start might be SHFileOperation

http://msdn.microsoft.com/en-us/library/windows/desktop/bb762164%28v=vs.85%29.aspx

http://msdn.microsoft.com/en-us/library/windows/desktop/bb759795%28v=vs.85%29.aspx

here is some example code...

http://masm32.com/board/index.php?topic=1116.0

if you want to write a "serious" app, get used to UNICODE function versions and working with UNICODE pathname strings

vogelsang


Gunther

Hi nabil,

you'll find a lot of good examples by browsing The Campus, The Workshop, and The Laboratory here and in the old UK forum. And welcome to the forum.

Gunther
You have to know the facts before you can distort them.