[A83] Re: Running Asm From Asm For Ti-83+


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

[A83] Re: Running Asm From Asm For Ti-83+




I did like you told me:

	ld	hl,prog2
	bcall(_mov9toop1)
	bcall(_chkfindsym)	; start of data in DE
	ex de,hl			; start of data in HL
	ld c,(hl)			; load 1st byte of size in C
	inc hl			; goto 2nd byte
	ld b,(hl)			; load 2nd byte of size in B
	inc hl			; goto actual program start
	inc hl			; and skip the AsmPrgm token
	inc hl
	ld de,9d95h
	ldir
	call	9d95h

then my second program is run... but to go back to the first I use ret, and 
the program still work, but after i quit... my first prog disapear from the 
ion menu, why?

_________________________________________________________________
Envoyez et recevez des messages Hotmail sur votre périphérique mobile : 
http://mobile.msn.com




Follow-Ups: