Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 467 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 467 Bytes

mips_drawingboard

a project of computer organisation and design course

why a drawing board?

ans: consider a simple game in which you can move a square. Every time u move it, 2 steps are required to modify VRAM: cover last figure, draw a new figure. with tons of dues coming, how can i spare the covering steps even a whole game logic? i came to draing board which can turn containing previous figures a suitable feature while it's also easy to accomplish.