DASM
|
Text emulation for the DASM assembler. More...
#include "Curses.pm"
Go to the source code of this file.
Classes | |
class | DExecHW::Video |
Text emulation for the DASM assembler. More... |
Text emulation for the DASM assembler.
This module provides the video RAM for a text array chip, based on what appears to be the video hardware for the assembler.
The chip is 32x12 = 384 bytes for the video array.
The allocation in the window is:
Bit mapping:
ccccccccbiiiiiii
iiiiiii
b
cccccccc
ffffbbbb
, each of which takes the form hrgb
:h
r
g
b
We actually use the highlight only on the foreground colour, as bold in the colour attributes.
Definition in file Video.pm.