Zero Page Info
Colin Ferris (399) 1814 posts |
What does &F81 do in the Zero Page? |
Rick Murray (539) 13840 posts |
It’s just after the error flag to stop MessageTrans recursion, so it’ll be a flags byte used by “portable” (the portable module?). https://www.riscosopen.org/viewer/view/castle/RiscOS/Sources/Kernel/hdr/KernelWS?rev=4.30#l1550 |
Jon Abbott (1421) 2651 posts |
As Rick states, its PortableFlags |
Colin Ferris (399) 1814 posts |
Thanks for the pointers. (vrpc) Seems :- SYS XPortable_ReadFeatures TO ,Z% A%=Z% Then code called to do:- str R0,&F81 for RO4.02 (; Gets set in PortableFlags when we’ve switched to slow speed) (What is the correct RO5.xx method?) Thanks [edit1] that was (TO ,Z%) |
Jon Abbott (1421) 2651 posts |
|