DASM
|
Basic text emulation for the DASM assembler. More...
#include "Curses.pm"
Go to the source code of this file.
Classes | |
class | DExecHW::BasicVideo |
Basic text emulation for the DASM assembler. More... |
Basic text emulation for the DASM assembler.
This module provides the video RAM for a simple text array chip.
The chip is 40x25 = 1000 bytes, out of the 1024 that are mapped. For simplicity, we use only the bottom 8 bits of the 16 bits for each character.
Definition in file BasicVideo.pm.