mirror of
https://github.com/Lukas0025/POC1-SIMD-DNA.git
synced 2025-04-05 07:11:32 +01:00
Print space between show registers
This commit is contained in:
parent
94f60c86d1
commit
06027bf7bd
@ -30,6 +30,7 @@ regs = []
|
||||
for data in asm.getData():
|
||||
regs.append(Register(data))
|
||||
regs[-1].asciiShow(spaceing = args.spaceing)
|
||||
print("")
|
||||
|
||||
|
||||
iId = 0
|
||||
@ -55,6 +56,7 @@ for ins in asm.getInstructions():
|
||||
|
||||
if args.verbose:
|
||||
reg.asciiShow(spaceing = args.spaceing)
|
||||
print("")
|
||||
|
||||
iId += 1
|
||||
|
||||
@ -66,6 +68,7 @@ print("")
|
||||
|
||||
for reg in regs:
|
||||
reg.asciiShow(spaceing = args.spaceing)
|
||||
print("")
|
||||
|
||||
if args.decode:
|
||||
# todo: implement it
|
||||
|
Loading…
x
Reference in New Issue
Block a user