The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: asmbeginner on July 05, 2008, 05:34:14 PM

Title: About a function
Post by: asmbeginner on July 05, 2008, 05:34:14 PM
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]
Title: Re: About a function
Post by: PBrennick on July 05, 2008, 06:43:33 PM
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