Quantcast
Channel: How to quickly erase huge block of video RAM in 32-bit assembly - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by 0x777C for How to quickly erase huge block of video RAM in 32-bit...

If you have only SSE available you can use pxor with movntps to do 16 bytes at a time. If you have SSE2 available you can do 16 bytes at a time with pxor and movdqu (or the faster movdqa if aligned to...

View Article



How to quickly erase huge block of video RAM in 32-bit assembly

I am trying to make my own simple 3D rendering engine in assembly totally from scratch. So I run it from DOS, switch to 32-bit PM and all that stuff....Finally I got working transformations with...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images