Difference between revisions of "OSBYTE &95"

From BeebWiki
Jump to: navigation, search
m (1 revision)
(reinstate warning)
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
;Warning
 
;Warning
[[JIM]] is officially assigned to memory extensions. Any other hardware in page &FD may behave inappropriately due to dummy reads caused by this call.
+
[[JIM]] is officially assigned to memory extensions.
 +
 
 +
Acorn MOS 1.20 writes the byte using STA &FD00,X. This (always) involves a dummy read which may cause hardware other than memory to behave inappropriately.  See [[OSBYTE &97]].
  
 
==See Also==
 
==See Also==

Latest revision as of 18:05, 18 April 2016

OSBYTE &95 (149) - Write JIM

   X=offset within page &FD and Y=byte to write
Warning

JIM is officially assigned to memory extensions.

Acorn MOS 1.20 writes the byte using STA &FD00,X. This (always) involves a dummy read which may cause hardware other than memory to behave inappropriately. See OSBYTE &97.

See Also

Jgharston 22:06, 26 May 2009 (UTC)