Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 88 - apl*plus/pc - create floating point scalar/vector/matrix <64k in size http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 88 - APL*PLUS/PC - CREATE FLOATING POINT SCALAR/VECTOR/MATRIX <64K IN SIZE
        AL = 08h
        AH = rank
        BX = STPTR of the variable to be assigned
        CX = first dimension (if any)
        DX = second dimension (if any)
Return: ES:DI -> object
        CX = number of elements in the object
Note:   each dimension must be 32767 or smaller
SeeAlso: AL=01h,02h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson