Multimedia
Multimedia is media that utilizes a combination of different content forms.
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: 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: 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: 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: [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....
Forum Post

Re: Text in graphical mode?

: what is the idea to write a desired text in different sizes,colors : or languages in graphical mode in 8086 asmbly? : : for example letter 'C', we want to make a bitmap table for it and :...
Forum Post

Re: TASM5 helloworld help needed, linker error

: : I havnt used TASM in awhile so I hope I got it right :) : Well.. it assembles fine. but linker gives same error, about no entry point :S i have searched google, and all seems to be able to...
Forum Post

Re: TASM5 helloworld help needed, linker error

: It assembles just fine, but when i try to link it i get "fatal: no : program entry point" an it aborts :S In your code, after the END directive must be the entry point routine. Also, in the...
Forum Post

Changing text of multiple buttons using a loop?

Text = text; // example How can I change 'button1' to 'button2' and so on - in other words what would I replace 'button1' with that would increment to the next button? Sorry if this isn't...
Forum Post

Re: STARTING WITH ASSEMBLY

AsmGuru I have downloaded Fasm.Its in form of a zip file.In the file fasm.pdf it is written that fasm.exe is for making dos programmes while fasmw.exe is used for making GUI programming. I would...
1 2 3  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.