Page 2 of 2

Re: What is the difference between nasm and fasm?

Posted: Wed Oct 19, 2016 3:53 am
by zutokaza
hidnplayr wrote:You can get the current screen resolution using system function 14.
You can get (a portion of) the screen pixels using system function 36
See http://websvn.kolibrios.org/filedetails ... sfuncs.txt
0CodErr wrote:hidnplayr, As it said in the documentation http://websvn.kolibrios.org/filedetails ... t#line-455 SysFn14 does not return real screen size. For this purpose need to use SysFn61.1 http://websvn.kolibrios.org/filedetails ... #line-2711
Thank you hidnplayr and 0CodErr. My basic questions are answered and will make a different post for other help topics when I need them. I will be studying. I am finding ASM to be very fascinating.