summaryrefslogtreecommitdiff
path: root/monitor/mon.c
Commit message (Collapse)AuthorAgeFilesLines
* Assembler kind of works ; created simple assembly program that prints Tick! ↵Alex AUVOLAT2014-01-081-0/+1
| | | | every second.
* Document ; add hlt instruction ; make monitor faster.Alex AUVOLAT2014-01-071-2/+14
|
* Nothingness...Alex AUVOLAT2014-01-041-10/+21
|
* Dynamic frequency ajustment.Alex AUVOLAT2014-01-041-15/+32
|
* Document programs ; better time support in monitor.Alex AUVOLAT2014-01-041-0/+51
|
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-031-0/+2
|
* Monitor now works correctly.Alex AUVOLAT2014-01-031-9/+118
|
* Added simulator monitor tool.Alex AUVOLAT2014-01-031-0/+86