; screen.h ; interface description for display screen object ; note, there is only one instance of this object ; the screen object conforms to the interface in display.h ; users of screen.h must use display.h as well EXT SCRINIT PSCRINIT: W SCRINIT ; initializer ; returns R3 = pointer to screen object EXT SCRTAB PSCRTAB: W SCRTAB ; object descriptor (method table)