Hacker News new | ask | show | jobs
How to draw a circle in 8086 assembly language? plz help
1 points by theneelpatel 4628 days ago
Here i am working in a project to draw pie chart in 8086 assembly language.. but i dont know how to draw cicle in graphic mode of 8086. plz help me out i'm running low on time..
1 comments

You first need to know how to draw a circle in any language, not necessarily 8086 assembly.

Bresenham's Circle Algorithm:

http://en.wikipedia.org/wiki/Midpoint_circle_algorithm

And this page:

http://www.crbond.com/graphic.htm