The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Pelle's C compiler and tools => Topic started by: Vortex on February 18, 2006, 12:25:36 PM

Title: Displaying bitmap from file
Post by: Vortex on February 18, 2006, 12:25:36 PM
This Pelles C demo displays a bitmap from file using a module coded with POASM

[attachment deleted by admin]
Title: Re: Displaying bitmap from file
Post by: Zest on October 15, 2006, 10:23:12 AM
Hi,
Is there any source code to show this method completely in PURE ASM?
I mean,I don't want to see any parts of the program implemented in C codes.
Thanks in advance.
Regards,
Zest.

Title: Re: Displaying bitmap from file
Post by: Vortex on October 15, 2006, 06:09:25 PM
Hi Zest,

Here is another version of the demo coded only with asm.

[attachment deleted by admin]
Title: Re: Displaying bitmap from file
Post by: Zest on October 16, 2006, 01:23:56 AM
Hi Vortex,
Thank you so much.
I'll check it and if there is any problems,I'll bother you by asking some other questions.
:wink
Regards,
Zest.