Post Reply 
(49G) Function of a Matrix
11-01-2017, 01:19 PM (This post was last modified: 11-01-2017 01:20 PM by Gerald H.)
Post: #7
RE: (49G) Function of a Matrix
I shall use the programme below in future as I only require numerical answers. The programme also has the advantage of returning LASTARG if required.

FPTR 7 134 is internal DIAGMAP
FPTR 7 1DC is internal PUSH
FPTR 7 1DD is internal POP

All three addresses are the same in OS 1.19-6 & 2.10-8.

Size: 54.

CkSum: # D173h

Code:
::
  CK2&Dispatch
  # 48
  ::
    2DUP
    FPTR 7 1DC
    FPTR2 ^CLREXACT
    BINT103
    SetSysFlag
    FPTR 7 134
    FPTR 7 1DD
    3UNROLL
    xDROP2
  ;
;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(49G) Function of a Matrix - Gerald H - 05-05-2015, 03:47 PM
RE: (49G) Function of a Matrix - Gilles59 - 10-31-2017, 05:16 PM
RE: (49G) Function of a Matrix - Gerald H - 10-31-2017, 10:04 PM
RE: (49G) Function of a Matrix - Gerald H - 10-31-2017, 10:15 PM
RE: (49G) Function of a Matrix - Gilles59 - 10-31-2017, 11:03 PM
RE: (49G) Function of a Matrix - Gerald H - 11-01-2017 01:19 PM
RE: (49G) Function of a Matrix - pier4r - 11-01-2017, 06:06 PM
RE: (49G) Function of a Matrix - Gerald H - 11-01-2017, 06:27 PM



User(s) browsing this thread: 1 Guest(s)