A86: Re: _formReal


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

A86: Re: _formReal





It converts the value in OP1 to a string and stores it in OP3.

   >
   >What exactly is the purpose of that call?  Or more importantly, this
   >routine in Bill N.'s Zreduce
   >
   >_dispop1a:
   >    ld      a,48
   >    call    _formReal
   >    ld      hl,_OP3
   >    call    _puts
   >    ret
   >
   >what is the difference between this and _dispOP1?  Thanks in advance
   >

Nothing, except that this way you have more control. _dispOP1 always displays it in big font on a new line padded with spaces on the left.