Skip to main content
edited title
Link

How to write directly to video memory using "debug.exe" in MS-DOS?

edited tags
Link
Jacob Krall
  • 2.6k
  • 2
  • 20
  • 34
Reproduce the image as text.
Source Link
Stephen Kitt
  • 139.8k
  • 19
  • 578
  • 536

The base address for the video memory in MS-DOS is 0xB8000. I am trying to write to this address using debug.exe, but I am getting an error:

enter image description here

1165:0103 mov [b8000],ax
                   ^ Error

The base address for the video memory in MS-DOS is 0xB8000. I am trying to write to this address using debug.exe, but I am getting an error:

enter image description here

The base address for the video memory in MS-DOS is 0xB8000. I am trying to write to this address using debug.exe, but I am getting an error:

1165:0103 mov [b8000],ax
                   ^ Error
Source Link
user5161
  • 501
  • 5
  • 8
Loading