About IntyOS
 Online Demo
 Downloads
 Documentation
 Contact
 Links
 Programmer Documentation

Under construction.
Below is just a dummy example.



 API functions

create_win
Creates a new window
Input
Read via R5 :
DECLE Width * $100 + Height
DECLE X * $100 + Y
DECLE Attributes
DECLE Number_of_GRAM_cards
Output
Carry set = failed
If carry cleared:
R0 = pointer to window's header
R2 = pointer to shadow GRAM
R4 = pointer to device context
Example
    JSR     R5, create_win
    DECLE   8 * $100 + 6
    DECLE   4 * $100 + 4
    DECLE   W_TITLE + W_HI_PRIO
    DECLE   7
See also
enable_win - remove_win - win_state