Skip to content

Commit

Permalink
Fixed the comment for STAX D, fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarshinde committed May 21, 2017
1 parent 20b8b88 commit 612a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/8085-instructions.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ _eef_inst_func_17 (eef_addr_t opnd_addr)
return _eef_inst_func_lxi (opnd_addr, 'D');
}

/* 12 STAX H */
/* 12 STAX D */
static gint
_eef_inst_func_18 (eef_addr_t opnd_addr)
{
Expand Down

0 comments on commit 612a070

Please sign in to comment.