Skip to content
Snippets Groups Projects
Commit 0622d5d0 authored by an7s's avatar an7s
Browse files

Added comment

Former-commit-id: 3b72477082070f342fd344179c2c44daeeaa36f6
parent c163c14f
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ void MEDS_InstructionCheckAnnotation::parse()
{
char buf[1024] = "";
// [ADDR] [SIZE] INSTR CHECK SIGNEDNESS SIGNED 16 AX ZZ mov [esp+28h], ax
// [ADDR] [SIZE] INSTR CHECK SIGNEDNESS UNSIGNED 16 AX ZZ mov [esp+28h], ax
sscanf(m_rawInputLine.c_str(), "%*s %*d %*s %*s %*s %*s %d %s", &m_bitWidth, buf);
m_target = string(buf);
m_register = Register::getRegister(m_target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment