Assembly
An assembly language is a low-level language for programming computers.
Forum Post

Re: Works in Vista ?

" ***** FILE is NOT recoverable !!!! **** " This program uses int 21h function 40h to overwrite. This interrupt uses buffered I/O... This means that under all versions of dos and windows it...
Forum Post

Re: HELP ME PLEASE!!! it is a project i have to do...

Try one of these: mov ax, data mov ax, seg inname Also, consider that the strength of Masm32 is 32-bit Windows programming. For 16-bit, Fasm is more suitable.
Forum Post

Re: Fasm Assembly HELP

In Windows all memory areas are accessed using API. There are some task parameters to be accessed using FS:0000 address, but these (the structure layouts) can be modified by next OS version, so you...
Forum Post

Re: Fasm Assembly HELP

Thanks.. That makes things easier.. Do you also know of a way i can do the same using pure or Fasm assembly ? I'm guessing that the command line parameters including the program string...
Forum Post

Re: learning assembly...

I would like some input into learning x86 assembly language on a PC. My question is - How do you write beginning assembly language programs without having to navigate the Windows OS? (a.k.a. Win32...
Forum Post

Re: Indirect Addressing (32-bit)

I'm not directly accessing video memory - I'm using a Device Independent Bitmap which is then displayed by Windows. My program does nothing but write to the bitmap array.
Forum Post

Re: Which Assembler is Recommended?

If you are starting over more or less from the beginning, I recommend Borland TASM and Turbo Debugger. You can use the Ideal mode and the MASM mode, compare them, and learn even more from running a...
Forum Post

Re: Assembler program

The point of using bitmaps is exactly the way of NOT using the color for each pixel, because it is too hard.
Forum Post

Re: Assembler program

I'm using for Windows xp, however I think to use an emulator if is possible to make it in z80 assembly,or any other emulator. I really need help :( Thank you for your reply again ;) Bye,i...
Forum Post

Re: bubble sort

Thank you so much! Especially for pointing out #3. All along I was assuming that labels would return to the caller, I wasn't aware that they just fall through! It all makes sense to me now, again...
Forum Post

Re: Graphic help

Wow ! I tried animation before with GRAPH commands, but this blows it away. What I wanted to do, is to write a game, but the results always turned me off, now I see hope. It is clear that ASSEMBLY is...
Forum Post

Re: Procedure length?

: Just a side note here. This code assumes that you have a color : video system (not monochrome), and that the screen has 80 columns. : In a testing or completely controlled environment, this...
Forum Post

Re: Procedure length?

Just a side note here. This code assumes that you have a color video system (not monochrome), and that the screen has 80 columns. In a testing or completely controlled environment, this is OK....
Forum Post

Re: C to Assembly problem

9 ) { result_str = sum / 10 + '0'; result_str = sum % 10 + '0'; } else { result_str = sum; }
Forum Post

Re: Virtualize I/O In DOS

Amazing stuff bret, thank you for sharing all this info. Having the ability to trap I/O in DOS could lead me to converting my ancient AC97 audio player into something that could do soundblaster...
Forum Post

Re: Numbers in registers assembly

: Hello, I have a problem, if I do the following, it works fine for : what I need to do: : : : : mov bx,0 : mov vector,1 : : : : But if I want to put a variable instead the number 1,...
Forum Post

Re: [advise please] unable[thank you]

Hi. Below is my another way of getting the highlighted area with sepecific coloum and row. Yet i found that my music wav file can run with the set area colour procedure. .486 .model flat,stdcall...
Forum Post

Re: [advise please] unable[thank you]

Thank you ASMGURU. i have study a bit of the function from the link given by you. Yet i need to put more effort to understand it as i m not that familiar with masm32 bit. Previously only deal...
Forum Post

Re: [advise please] unable[thank you]

: thanks for your prompt reply. : : But wat should i do to achieve the purpose to set the colour for : desired area only but not on the GUI application? : : actually, i would like to write a...
Forum Post

[advise please] unable to run 16bit macro in 32bit masm. [thank you]

hi al, I would like to asking for advises regarding on the application of macros in 32bit masm. i have 3 macro as shown below. These macros function smoothly when i apply them in masm 16 bit....
1 2 3 4 5 6 16  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.