News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

About a function

Started by asmbeginner, July 05, 2008, 05:34:14 PM

Previous topic - Next topic

asmbeginner

Hi everybody,

I downloaded the attached source code for a tetris game from programmersheaven.com
But I have difficulty understanding some parts.

- Could anyone tell me how the ShowFig function works?
- What are Fa and Fb variables used for?
- Finally, could anybody explain the Setnewint_1C function in detail?

I really need help understand the tetris developing.
Thanks.

[attachment deleted by admin]

PBrennick

ShowFig is writing directly to video ram so if you are trying to convert this to a windows program you should use another approach.

-- Paul
The GeneSys Project is available from:
The Repository or My crappy website