MIPT-ILab/MDSP

Check and fix current disassembling features of funcsim

Closed this issue · 7 comments

FuncSim should have mode of operation when it prints current instruction 
disassembly (or just hex codes in the case it does not have disasm for a 
particular instruction yet)

Original issue reported on code.google.com by grigory....@gmail.com on 15 Nov 2010 at 8:28

Disassembler was checked and repaired where it was necessary. Now it prints 
assembler code which we can analyse and understand correctly. Work of these 
features was tested on all-tests.bin (this file contains most of avaliable 
instructions for MDSP at this moment) For more details see r468.

Original comment by plim.the...@gmail.com on 1 Dec 2010 at 10:03

  • Changed state: Fixed
I guess you violated our development process. Before you change isuue status 
you must go through code review process, get approve, merge your changes to 
trunk and only then change issue status to "Fixed".

Original comment by yuri.ba...@gmail.com on 1 Dec 2010 at 10:54

  • Changed state: Started
[deleted comment]
Indeed, this issue cannot be marked as fixed yet until a code review is 
performed AND until the code is merged to main trunk. This (and any) bug fix 
effectively does not exist to public while it is placed in a branch only. So 
please stick to the procedure.

P.S. mean Google issue tracker deceived me! Sorry, Yuri.

Original comment by grigory....@gmail.com on 2 Dec 2010 at 7:46

I'm sorry for violation. I thought Fixed status means that the job was done and 
mentors should verify (as it described in Status field "QA should verify"). So, 
may I merge with the trunk now?

Original comment by plim.the...@gmail.com on 2 Dec 2010 at 12:08

Please request a code review from one of mentors. After you get an approval
then you may merge and should close the bug.

Original comment by grigory....@gmail.com on 2 Dec 2010 at 12:24

Changes were commited to the trunc. Disassembler works.

Original comment by plim.the...@gmail.com on 3 Dec 2010 at 8:32

  • Changed state: Verified