-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
54 lines (41 loc) · 1000 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
*********************************************************
* Welcome to Emux51, free modular 8051 emulator. *
* Home page: https://github.com/h0nzZik/emux51 *
* Emulator licence: GPLv3 (see 'gpl-3.0.txt') *
* Example sources: Public Domain. *
*********************************************************
Priorities:
* modularity
* portability
* simplicity
Destination platforms:
* Standard GNU/Linux distributions.
* Standard Windows
Requires:
* GTK+ >= 2.24
Status:
* All instructions, excluding MOVX
* Interrupts
* Configuration
* Separated data memory and SFR
*
* Implemented modules:
* * Leds
* * Switches
* * 7 segmented display
* * 3x7seg dynamic display
* * 4x7seg dynamic display
* * 8x7seg dynamic display
* * 3x4 matrix keyboard
* * 5x7 matrix display
TODO:
* * More config options
* * Better Intel HEX support
* * Stepping && Debug mode && Disassembly
* * Interrupt log.
* * Serial line
* * Incremental rotary encoder module
* Instalation:
$ make
$ make install
EOF.