You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this scenario is not covered by disasm.exe file. But you can stop printing last instruction by writing some junk line at the end of in file. For example, the in file has the following contents:
00000011
abcasjdk
By running the command ./disasm.exe < in, you will have the following:
I ran the program with redirection like
./disasm < 1
. It looks like the program won't recognize EOF and just keep printing the last instruction.The text was updated successfully, but these errors were encountered: