Files
x86-bare-metal-examples/in_mouse.S

15 lines
245 B
ArmAsm
Raw Normal View History

2015-09-29 23:55:54 +02:00
/*
2015-10-04 19:59:15 +02:00
TODO get working
Bibliography:
- http://wiki.osdev.org/Mouse_Input
- https://courses.engr.illinois.edu/ece390/books/labmanual/io-devices-mouse.html
2015-09-29 23:55:54 +02:00
I am so going to make a pixel drawing program with this.
*/
#include "common.h"
BEGIN
hlt