Skip to main content

Questions tagged [assembly]

0 votes
0 answers
152 views

I have a GeForce GTX 980 GPU and wanted to know their register names and what they do so I can code my game in NASM for the physics, logic and communicating with the GPU Assembler. However, I haven't ...
Eric Wright's user avatar
2 votes
2 answers
1k views

I'm trying to create some graphic functions for a ZX Spectrum (Z80) machine in assembler. I already have the basics except for the arc. I need a fast algorithm to draw an arc, ideally one that uses ...
Gusman's user avatar
  • 121
24 votes
4 answers
31k views

I have played around with CPU assembly programming like Nasm, Tasm or Masm, but I'm really curious to know how GPU works now. However, i'm quite confused when I look on internet. I've heard about Cuda ...
sebastien finor's user avatar
3 votes
1 answer
3k views

I am new to optimizing shader code. Now that I have written an "optimzation", I want to make sure that it really speeds things up and is not just an unreadable version of what I intend to do. For this,...
Tare's user avatar
  • 1,638