re: A86: _randint


[Prev][Next][Index][Thread]

re: A86: _randint




>  From: VDrago@ix.netcom.com, on 3/18/99 9:17 AM:
>  
>  Hey, below is some code im working on.
>  BUt im having some trouble.
>  Everytime i try to run it, i get a domain error, and am booted back to ti-
>  os. Please help me.
>  
>  
>          ld hl,1
>          call _MOV10TOOP1
>          ld hl,6
>          call _MOV10TOOP2
>          call _randint
>  
	ld	hl,num1		; 1 -> Op1
	call	_mov10toop1
	ld	hl,num6
	call	_mov10toop2	; 6 -> op2
	call	_randint

>          ld a,1
>          ld (_curRow),a
>          ld (_curCol),a

	is 'DispOp1' in your code?
	it's not in ti86asm.inc 

>          call _dispOP1       


num1:  db	0,0,0FCh,10h,0,0,0,0,0,0
num6:  db	0,0,0FCh,60h,0,0,0,0,0,0







            
          


>  
>  
>  --------------------------------------------------
>  Auto Signurature:
>  Derrick Lewis a.k.a. Vyyk Drago
>  
>  Council member in the TSF Jedi Knight Clan.
>  http://tsf.cjb.net
>  
>  Also part-time webmaster of DragoonSoft.
>  http://dragoon.cyberscript.net
>  
>  Email: VDrago@ix.netcomc.om
>  ICQ: 10310623
>  AOL IM: Cheetor990
>  --------------------------------------------------
>  
>  

Later,
Pat

ATTRIBS.BND


References: