Most voted "binary" questions
52 questions
Sort by count of
-
-1
votes1
answer448
viewsWhat is the difference between operating code (opcode) and instruction set (Instruction set)
What’s the difference between them? I know they both show commands that exist in each architecture.
-
-2
votes2
answers48
viewsC Language - Read binary file in its full size
I’m developing a software that needs to read a binary file and display its contents. Currently it is displaying the content correctly, but I do not know how to do the loop read the total content…