(16-bit assembly graphical o.s. W.I.P.)(Dumb Question) How to make a simple algorithm in assembly (16-bit) to make filled circle of a certain radius (ive already made other shapes and have a _Make_Pixel label.)
There are only a couple things-
1.- Must not like take a lot of variables.
2.- Must not be 300+ lines.
3.- Should be 12th grade or lower math (i'm dumb).
4.- please don't just put equations if you know programming lang. pls explain it in any programming lang.
Most importantly it should make a filled circle of any radius.
edit- I've already tried Brensaums algorithm (didnt work), 8 point algorithm (didnt work), graphing algorithm with tension and
=> x^2 + y^2 = d, t+factor>d>t-factor. (tried didnt work)