15 lines
245 B
ArmAsm
15 lines
245 B
ArmAsm
/*
|
|
TODO get working
|
|
|
|
Bibliography:
|
|
|
|
- http://wiki.osdev.org/Mouse_Input
|
|
- https://courses.engr.illinois.edu/ece390/books/labmanual/io-devices-mouse.html
|
|
|
|
I am so going to make a pixel drawing program with this.
|
|
*/
|
|
|
|
#include "common.h"
|
|
BEGIN
|
|
hlt
|