; this module will contain code which is related to the graphics ; capability of the target machine cgroup group code,data ; use global equates nolist include ccpmxios.equ list public graphics_enable public graphics_disable cseg graphics_enable: ret graphics_disable: ret dseg db 0 end