Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Assembly
Remove
Platform
Any
License
Any
You can easily load a bitmap using either of the WinAPI functions LoadImage or LoadBitmap. Look for their specification on MSDN.
For jpgs I'd recommend that you find a library. I don't know of any...
: You can also make the whole thing in assembly.
: Download fasm, and there's some examples of how to make win32 api
: programs.
And I am creating high level stuff for FASM too - it will be fun...
: : : I am looking for a message board for Win32 help. I use assembly.
: : :
: : : Thanks.
: :
: : You could use one of the following board, whichever you find
: : appropriate:
: :
: :...
Could anybody help me to convert this code to 8086 assembly language.
Aku wt pki MASM32 (www.masm32.com)
; Build this with the "Project" menu using
;...
: Is it possible to alter the size, color, etc of XP's DOS of Command Prompt window? Where do I look for Info?
: Thanks, jfalv
:
Windows has Console API's for such things.
Look into...
i badly need some help.... i have a program in visual c++ express edition..nd i am using an ASM inline assembly but winXP wont allow me to access the printer port..
I'm trying to do the example program "Hello World". I dont't know how to get to a command prompt using Windows ! Do I go to Dos window? I'm an old time programmer(no brag); Basic, Fortran, Assembly...
Hi I have been reading assembly books like nothing else, I have a reasnable experience with c. At present I have made a bootsector on a floppy disk, this reads a file loader.bin (assembled via nasmw)...
: : if one knows how , pls reply !
: :
: : Thanks in advance!
: :
:
If it's using windows APIs then you can use LoadImage or LoadBitmap to load images
hi
for you to do that you will need to verify the coordinates of each point making your image and since they are stored as colours you can do the checking.
if i may ask , what do you use to do...
Hi
I wrote the following code to divide an unsigned 2-byte number with an unsigned 1-byte number.
DATA SEGMENT
DIVIDEND DW 1000H
DIVISOR DB 25H
QUO DB ?
REM DB ?
ERRMSG DB "THE...
:
: You can't access memory directly, especially lower memory, in protected mode. You'll have to go through Windows API's to do that.
:
So, what should I use in order to access the memory!...
Get the lame library, use some assembly to interface it and use some more assembly to get the sound card play it.
=3}).give message for input error.
: : Input: 265(num), 5(H), 5(W)
: : Output:265(num), 5(H), 5(W)
:
: : XXXXX
: : ....X
: : XXXXX
: : X....
: : XXXXX
: :
: : XXXXX
: : X....
: : XXXXX...
: Can anyone please tell me where I can find codes or segment of codes in assembly language to simulate a bouncing ball?
:
: I have already drawn the box and the ball, but I have no idea how I can...
hi this is my first post here
i'm trying to make a bootable disk using assembly x86 and MASM
i want to know what do i need to know to make a disk which runs the command.com at startup without using...
Is it possible to write a 32-bit programme using intel assembly codes. Please suggest me any assemebler wich will not use windows API. Please send ur reply to joseph_morcey@yahoo.com
Regards,...
: : : : Is there someone who can help me learn how to modify the win.ini file by adding a new section.
: : : :
: : : : I know I need to use
: : : : WriteProfileString and ReadProfileString but I...
: Hello
:
: I just want to know how can i star a video mode, without using any interruption (under DOS)...
:
: Let's say i want to be able to star high resolution modes, like 640x480x32
:
:...