Various improvements, mostly for bitwise operations.
[sdcc.git] / sdcc / sim / ucsim / NEWS
blob808aa3a8d00e16e529cf846b1c0147adcd3a7c09
1 0.9
3 - Intel 8048 simulator.
5 - New device type in z80 simulator: r800.
7 - FPGA displays for p2223.
9 - One Instruction Set Computer simulators: URISC, MISC16
12 0.8.x
14 - Bugfixes, pre-relases of 0.9: partial implmentations of
15   new features.
18 0.8
20 - Motorola HC12 simulator.
22 - Intel 8080 and 8085 simulator.
24 - Stm8 stack pointer roll-over function (configurable).
26 - F8 simulator.
28 - p2223 simulator (variant of p1516).
30 - "display", "undisplay" and "echo" commands.
33 0.7.x
35 - Bugfix releases. Partial implementations of 0.8 functionalities.
38 0.7
40 - New sub-option for -S option: raw, serial input will be
41 non-interactive even on tty.
44 0.6.x
46 - Bugfix releases.
49 0.6
51 - New simulators: TLCS90, Padauk, M6809, PicoBlaze, MCS6502, MC6800
53 - New commands: "memory info" (same as "info memory"), "get error"
54   (same as "show error").
56 - Simulator interface (virtual hw element).
58 - Simulator control over serial line terminal. Escape character is ^x
59   (CTRL-x) but it is configurable for every uarts. Available functions
60   are: start, stop, quit, reset, close.
62 - Command line editing and history.
64 - More operators for expressions.
66 - VCD output.
68 - Read information from cdb and omf files.
70 - Variables.
72 - New option: "-e command" to specify startup command.
74 - Colors. New program option "-o colspec" to specify color values and
75   -b to omit coloring. New options "color_XXX" to hold values.
76   
78 0.5
80 - Bug fixes to run sdcc regression tests.
82 - Implementation of missing instruction ORL C,\bit of MCS51.
84 - Fix of AVR instruction decoder.
86 - Expressions.
88 - Memory simulation redesigned: address space, chip, address decoder.
91 0.4
93 - Stack tracking.
95 - Error handling.
97 - Redirection of output of commands.