Run TASM on MS-DOS #514
Answered
by
copy
arsalanses
asked this question in
Q&A
Run TASM on MS-DOS
#514
-
How could I add these tools such as (TASM, TLink & Debug) to ms-dos image for assembly programming? |
Beta Was this translation helpful? Give feedback.
Answered by
copy
Aug 17, 2021
Replies: 1 comment
-
Create a a floppy disk or iso (which you can do on Linux for example with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arsalanses
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a a floppy disk or iso (which you can do on Linux for example with
mkisofs
) with the files on it and copy them over. Unfortunately v86 currently doesn't support multiple disks (#480, #463), so you'll need to use qemu or similar to copy the files over.