yrp604 / rappel

A linux-based assembly REPL for x86, amd64, armv7, and armv8
Other
1.16k stars 55 forks source link

Corrected some typos in the flag printing in display_amd64.c, also ad… #5

Closed ianamason closed 8 years ago

ianamason commented 8 years ago

…ded the direction flag for our benefit.

yrp604 commented 8 years ago

Hey, thanks for pointing this out. I think I fixed this in 71bd9e9 just now. Looking at the code I realized it would be a bit easier to do hex constants as opposed to decimal, and should update the x86 code as well. By all means lemme know if I made any errors.

Cheers, and thanks again.

ianamason commented 8 years ago

Thank you for the useful tool!