Skip to content

Commit

Permalink
chore: add missing opcode for LDA/LDAH
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Dec 26, 2023
1 parent af55941 commit acd52ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/instructions/lda.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\subsection{LDA}

\Iinstr{XXXX}{ra}{rb}{imm}
\Iinstr{010100}{ra}{rb}{imm}

\paragraph{Format} LDA ra, rb, imm

Expand Down
2 changes: 1 addition & 1 deletion base/instructions/ldah.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\subsection{LDAH}

\Iinstr{XXXX}{ra}{rb}{imm}
\Iinstr{010101}{ra}{rb}{imm}

\paragraph{Format} LDAH ra, rb, imm

Expand Down

0 comments on commit acd52ad

Please sign in to comment.