Questions tagged [dosbox]

x86 Emulator for old PC applications

DOSBox is an x86 emulator.

The purpose is to allow newer machines to run older programs that can not be run under modern operating systems such as Windows XP, 7, etc.

Information at: http://www.dosbox.com/wiki/Main_Page

515 questions
-3
votes
1 answer

How to read image file and display on screen in windows tasm dosbox

Im currently learning graphical programming in tasm using dosbox. Ive been using a bunch of loops to draw square blocks of pixels and its really hard. I want to know if theres a way to read an image and display it. I know how to read a txt file…
-3
votes
1 answer

How can i do DOSBox Assembly mouse events

I've just started to learn the "assembly" language. How can I print "Hello World" every time I left-click with the mouse and print "Bad World" every right-click on DOSBox.
-3
votes
1 answer

C Graphics Programming : Display X/Y Axis

How to display the x and y axis in Turbo C for graphics programming. I mean is there a known code for it which I have to add in my program to display the axes?
-3
votes
1 answer

DOSBox commands through Java Program-word gets removed

String run="c:\\Program Files\DOSBox-0.74\dosbox.exe dosbox -c mount c c:\games"; The word c c:\games gets removed. Please advise how do I prevent this? Should I use a literal to insert the spaces in the command?
Mayukh Nair
  • 623
  • 1
  • 6
  • 26
-4
votes
1 answer

Read a given file's attributes

I have a task in which they give me the path to a file and I have to print all the attributes of that file... So far all what I have found on the internet is about writing/reading from a file, but this does not help a bit. EDIT: It has to be done in…
SnuKies
  • 1,578
  • 1
  • 16
  • 37
1 2 3
34
35