1

I am pretty new to assembly language and I want to interface with a graphics card to draw a pixel or something. I am wondering if there is a program I could use that I could interface with to draw a pixel in the program or the screen. Thanks.

ixe013
  • 9,559
  • 3
  • 46
  • 77

2 Answers2

0

EASy68K is a 68k system simulator with graphics and sound support.

MARS is another one for MIPS, with graphics output support.

Jens Björnhager
  • 5,632
  • 3
  • 27
  • 47
0

Try an emulator such as QEMU

stardt
  • 1,179
  • 1
  • 9
  • 14