CompuServe Messages

Modula

#: 67769 S10/ProgrammingForum unknown
    15-May-87 02:49:08
Sb: #67678-Modula
Fm: Vic Wagner 76046,3004
To: Steve Faiwiszewski 74106,425

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

I have a program written in Lattice 3.10 'C' which I compiled and linked just last night, it runs IntuiTextLength just fine. I fear that it must be the Modula interface library. The following is taken by MetaScope from my program, and is the listing of the Lattice _IntuiTextLength interface routine (argument apparently pushed onto stack just before JSR to here). Listing of memory contents 874F2C to 874F3E _IntuiTextLength .874F2C MOVE.L A6,-(A7) 874F2E MOVEA.L _IntuitionBase,A6 ; 0115E0 874F34 MOVEA.L 8(A7),A0 874F38 JSR -$14A(A6) 874F3C MOVEA.L (A7)+,A6 874F3E RTS