which is equivalent to 500x500 xy position on the screen in 1920x1080 resolution.
I need it to be calculated dynamically and not at compilation time because of different resolutions so now I have to read current resolution and use additional arithmetic instructions which I feel is overkill if I can just call a function that will do it for me.
sorry for using asm example but all I need is the name of the function if there is such.