OS_Find with a path
Rik Griffin (98) 264 posts |
If you try and use OS_Find to open a file, using a path specified in R2, but specifiy the flag bits incorrectly, you get an undefined instruction error rather than something friendly. Example: in this case bit 1 of R0 should be set, not bit 0.
|
Rik Griffin (98) 264 posts |
In fact this looks suspiciously like this other bug I reported a while ago: https://www.riscosopen.org/tracker/tickets/287 |