GVBE02 Code Addendum
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.003 sec
GVBE02: Code Addendum     

Group: comp.lang.forth · Group Profile · Search for GVBE02 Code Addendum in comp.lang.forth
Author: Tim Trussell
Date: May 19, 2008 19:03

\ ---[ Code Addendum 01 ]-----------------------------[05/18/2008]--- \ \ For Graphics: VESA BIOS Extensions Part .../native/OS-2/ \ ------------------------------------------------------------------- \ Save as GVBE02.4th in your \os2forth\forth ... dosmem_segment variable dosmem_selector variable dosmem_address code AllocDOSMem ( -- 0/1 ) bx push \ ...
Show full article (14.45Kb)
GVBE03: Code Addendum     

Group: comp.lang.forth · Group Profile · Search for GVBE02 Code Addendum in comp.lang.forth
Author: Tim Trussell
Date: May 26, 2008 15:49

... module requires the previous Code Addendum - GVBE02.4th \ ------------------------------------------------------[End Note]--- include ... Allot]--- \ ------------------- \ ---[ Array Definitions ]------------------------------------------- \ ------------------- \ ---[ Definitions in GVBE02 ]--------------------------------------- \ vbeinfo-obj \ ---[ Definitions in GVBE03 ...
Show full article (17.66Kb)
GVBE02 - Graphics: VESA BIOS Extensions Part I I     

Group: comp.lang.forth · Group Profile · Search for GVBE02 Code Addendum in comp.lang.forth
Author: Tim Trussell
Date: May 19, 2008 19:01

... variable dosmem_segment variable dosmem_selector variable dosmem_address code AllocDOSMem ( -- 0/1 ) bx push \ ... What We Have ]------------------------------------------- Included in the code addendum is the word ShowInfo, ... to the now accessible high resolutions we will have available. ------------------------------------------------------[End GVBE02]---
Show full article (13.06Kb)