Commit 8b80f3174e390828bce0c2d5351458cc92707797
authorbsekisser <squirmyworms@embarqmail.com>
Sun, 30 Mar 2014 21:59:46 +0000 (17:59 -0400)
committerbsekisser <squirmyworms@embarqmail.com>
Sun, 30 Mar 2014 22:09:51 +0000 (18:09 -0400)
treeeaf1bea7b1f4d40bb1f6898727e7b500cafec1f2
parent5aca53635da8f6b09cc8e43cd4f43a3f32edc1e5
Message:
sim_core: add ldi, labeling corrections.

in moving the majority of instructions to follow use of register
 macros, ldi was missed.

get_h4_k16() was incorrectly labeled where get_h4_k8() was intended
 as k is an 8 bit quantity not 16.

get_o_12() was changed to get_o12() following the convention set
 forth with the other macros.

several trace statements were missed during the conversion and fixed.

ORI was incorrecly labeled as ANDI in the description and corrected.

modified:   sim/sim_core.c
simavr/sim/sim_core.c