Board index » delphi » Ofs & Seg Problem...
C128
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Ofs & Seg Problem...
I am trying to perform an interrupt call(AX:= $1100- Load user specified
character patterns). I have made an array to store the pattern in: CharInfo: Array[0..15, 0..256] of CHAR; What I am having difficulty in is giving ES the segment of the array and BP the CharSeg:= Seg(CharInfo[0, 0]); {Both variables are defined as WORD} Asm I have figured out that the problem is in the CharSeg & CharOfs variables *Any and all help is appreciated!* |