News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Greetz

Started by i Z !, February 07, 2015, 06:12:37 PM

Previous topic - Next topic

i Z !

Hello everyone.

I'm Izidor (izi) from Slovenia and I'm very happy to have found and joined this forum.
I see many people here have the same interests as me.
I have experience with Turbo Basic, Visual Basic (macros for AutoCAD, CorelDRAW), PowerBasic and I know the basics of assembly.. I'm interested in 'as fast as possible'
Lately I've been playing around with X11-basic and these days I've been testing masm32 and it works great.
Right now I'm assembling a program which will convert 24-bit BMPs to 16color ones, without changing colors (as for example MS-Paint does).

I found it astonishing when they started adding ASM commands to BASIC, but adding BASIC like commands to assembly - even better!

I hope we can share much knowledge.


hutch--

Hi Izi,

Welcome on board. Different folks play with both ends of the spectrum here, plenty of assembler, people who know their way around PowerBASIC and people who produce basic like notation in MASM.

i Z !

#2
Oh.. Excuse my English:).. I meant 'BASIC-like commands' which are already in MASM, like print, fopen and invoke commands..

jj2007

Quote from: iZ! on February 07, 2015, 07:10:09 PM'BASIC-like commands' which are already in MASM, like print, fopen and invoke commands.

There are quite a lot in the standard Masm32 package (after all, Hutch is a POWERBASIC fan :P), plus about 200 commands in the MasmBasic library. While the Masm32 routines are already very fast, MasmBasic is even harder to beat, speedwise. C is slow in comparison :bgrin:

FORTRANS

Quote from: iZ! on February 07, 2015, 06:12:37 PM
Right now I'm assembling a program which will convert 24-bit BMPs to 16color ones, without changing colors (as for example MS-Paint does).

Hi,

   Welcome to the forum.

   That was a project of mine as well.  Converting 24-bit BMP's to
256 and 16 colors.  Trying to get an optimum palette.  Looks like
I started serious efforts in 2004.  Last worked on in 2011?  An
interesting subject.

Regards,

Steve N.

Vortex

Hello izi,

Welcome to the Masm Forum.

i Z !

Quote from: jj2007 on February 07, 2015, 10:13:46 PM
There are quite a lot in the standard Masm32 package (after all, Hutch is a POWERBASIC fan :P), plus about 200 commands in the MasmBasic library.

Wow, there's really plenty of useful commands. Thanks!

dedndave

hi Izi - welcome to the forum   :t

i Z !

Quote from: FORTRANS on February 08, 2015, 12:13:21 AM

   That was a project of mine as well.  Converting 24-bit BMP's to
256 and 16 colors.  Trying to get an optimum palette.  Looks like
I started serious efforts in 2004.  Last worked on in 2011?  An
interesting subject.

Regards,

Steve N.

Hi Steve,
it took me years to finally understand the BMP structure, thanks to finding this simple explanation:
http://www.dragonwins.com/domains/getteched/bmp/bmpfileformat.htm





Siekmanski

Hello iZ!,
Welcome to the forum.
Creative coders use backward thinking techniques as a strategy.

FORTRANS

Quote from: iZ! on February 08, 2015, 04:16:30 AM
Hi Steve,
it took me years to finally understand the BMP structure, thanks to finding this simple explanation:
http://www.dragonwins.com/domains/getteched/bmp/bmpfileformat.htm

Hi Izidor,

   Thanks for the link.  That has some information that I have not
seen before with a clear description.  I will have to give it a closer
look to see if I will need to update my code.

Regards,

Steve N.

Gunther

A warm welcome for you, Izidor. Have fun.

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