Difference between revisions of "83Plus:BCALLs:4390"

From WikiTI
Jump to: navigation, search
(Where is the memory for the Floating Point Stack (FPS)?)
 
(fixed FPS)
 
Line 2: Line 2:
 
[[Category:83Plus:BCALLs:By Name:Utility|PopRealO1]]
 
[[Category:83Plus:BCALLs:By Name:Utility|PopRealO1]]
 
[[Category:83Plus:BCALLs:By Address|4390 - PopRealO1]]
 
[[Category:83Plus:BCALLs:By Address|4390 - PopRealO1]]
{{missinfo|FPS and Destroys}}
+
{{missinfo| Destroys}}
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' PopRealO1
 
'''Official Name:''' PopRealO1
Line 8: Line 8:
 
'''BCALL Address:''' 4390
 
'''BCALL Address:''' 4390
  
Retrieves 9 bytes from the Floating Point Stack and pushes them to [[83Plus:RAM:8478|OP1]]
+
Retrieves 9 bytes from the Floating Point Stack ([[83Plus:RAM:9824|FPS]])  and pushes them to [[83Plus:RAM:8478|OP1]]
 
=== Inputs ===
 
=== Inputs ===
 
* None
 
* None
 
=== Outputs ===
 
=== Outputs ===
* [[83Plus:RAM:8478|OP1]] is updated from the FPS
+
* [[83Plus:RAM:8478|OP1]] is updated from the [[83Plus:RAM:9824|FPS]]
 
=== Destroys ===
 
=== Destroys ===
 
* Unknown
 
* Unknown

Latest revision as of 13:24, 17 April 2008

This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: PopRealO1

BCALL Address: 4390

Retrieves 9 bytes from the Floating Point Stack (FPS) and pushes them to OP1

Inputs

  • None

Outputs

Destroys

  • Unknown

Comments

See PushRealO1