cleanup regress/sparc*.py

This commit is contained in:
Nguyen Anh Quynh 2015-09-16 15:46:10 +07:00
parent 893e6abcbd
commit f36bd83f85
2 changed files with 143 additions and 143 deletions

View file

@ -7,7 +7,7 @@ PAGE_SIZE = 1 * 1024 * 1024
uc = Uc(UC_ARCH_SPARC, UC_MODE_64) uc = Uc(UC_ARCH_SPARC, UC_MODE_64)
uc.reg_write(UC_SPARC_REG_SP, 100) uc.reg_write(UC_SPARC_REG_SP, 100)
print 'writing sp = 100, %%i0 = 2000' print 'writing sp = 100'
# 0: b0 06 20 01 inc %i0 # 0: b0 06 20 01 inc %i0
# 4: b2 06 60 01 inc %i1 # 4: b2 06 60 01 inc %i1