[A86] Hey all.. I need you help,


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

[A86] Hey all.. I need you help,




I was trying to parse the home screen input program(5,1,"!")..
Can somone tell me how to do this because I can't find anyway to make it work

I try this:
	ld	hl,EditName
	rst	20h
	call	_parseInp	; On ti83+ the result will be stored in op1
	
	ld	a,10
	call	_formReal
	
	ld	hl,_OP3
	call	_puts


	ret
EditName:
	.db	5h,1h,"!"

So can somone help me to get this code work ?

Thank you all for your time
Xavier LaRue

BTW, I want to use this code in a sqrtHOME Rpn parser