THUSS--Assembly language final work--painter.
language: masm32 + win32
you can use it in vs/radasm
main.asm
- paint in canvas on a win32 window
- painting pattern: pencil, rect, circle, eraser, line
- can save/load to/from a bmp
- a color box, a toolbar
- create a region and copy/fill/clear it
- color box and toolbar adn their buttons are other windows
- multi asm by
#include
(note: you should only compile main.asm in vs) - maintain some state value to determine what to do.
function: starts with _
global variable: camelCase
parameter variable: starts with _
local variable: starts with @
wish you guys survive junior year in THUSS :)