Possible to issue ria monitor CLI command from 6502? #82
-
Is it possible to issue a RIA monitor CLI command string from the 6502 and have the RIA carry out the the CLI-command? E.g., can one issue, say, the "LS" string from the 6502-side and have the RIA perform the listing of the directory? I've been studying the current implementation architecture, and performing experiments w/o success. If it were possible, it would open-up the entirety of the CLI-monitor commands to (say) EhBASIC (or C) issuing the CLI-command under 6502 program control as CLI-commands (present and future) are implemented. (Like: LS, CD, STATUS, MKDIR, SET, etc.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Blowing open access to all monitor features from the 6502 will never happen. The OS API will eventually get file management features. picocomputer/rp6502#11 picocomputer/rp6502#12 |
Beta Was this translation helpful? Give feedback.
Blowing open access to all monitor features from the 6502 will never happen. The OS API will eventually get file management features. picocomputer/rp6502#11 picocomputer/rp6502#12