Thanks!
BTW I'm using the Microsoft user's manual which is, frankly, crap. It's not answering any of my questions. In this case there was nothing about LONG or using the & suffix. They just gave us DEFLNG and some sales-type talk about how wonderful and convenient long integers are.
Can...
Two questions:
1) How do I create arrays of long integers?
DIM A(100) AS INTEGER
This statement creates an array of short (two byte) integers. But what is the comparable statement for an array of long (four byte) integers?
2) How do I create a function that returns a long integer...
I can pass one array into a sub-program, but not two arrays. Can anybody here tell me what is wrong with the following code?
DECLARE SUB subroutine (a1(), a2() AS INTEGER)
DIM array1(0 TO 12) AS INTEGER
DIM array2(0 TO 3, 0 TO 4) AS INTEGER
subroutine array1(), array2()
SUB subroutine (a1()...
Hello all...
I'm desperately looking for opcodes/ machine code format for all Intel 80188 instructions for design purposes..could someone please tell me where I might be likely to find the relevant information..thanks a million...
Gunther.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.