I want to disassemble floppy disk and assemble it again with
nasm -f bin
command. For example, I want to disassemble MS-DOS .img
files and assemble it again with nasm -f bin
command.
I tried to use ndisasm
command:
ndisasm -b 16 File.img
Asked by sbh
(71 rep)
Feb 26, 2021, 03:10 PM