DASM
Classes
DExecHW/BasicVideo.pm File Reference

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...

Detailed Description

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.

Author:
Justin Fletcher

Definition in file BasicVideo.pm.