Page 1 of 1

SmartWriter File Viewer

Posted: Mon Sep 07, 2020 8:17 pm
by joltguy
Hi all

Attached to this post is the first version of my SmartWriter File Viewer written in SmartBASIC. I created this little program because I often find that disk images containing BASIC programs and utilities include some documentation in SmartWriter format. Rather than resetting my ADAM to use the word processor now I can easily view the documentation right inside SmartBASIC.

I'll admit the code is not a work of art however this is the first time I have disassembled one of the built-in BASIC routines (BLOAD) and figured out how to modify it to suit my needs. Not to worry - the program restores the original BLOAD behaviour before ending. Enjoy!

Re: SmartWriter File Viewer

Posted: Mon Sep 07, 2020 8:48 pm
by Milli
joltguy wrote:
Mon Sep 07, 2020 8:17 pm
Hi all

Attached to this post is the first version of my SmartWriter File Viewer written in SmartBASIC. I created this little program because I often find that disk images containing BASIC programs and utilities include some documentation in SmartWriter format. Rather than resetting my ADAM to use the word processor now I can easily view the documentation right inside SmartBASIC.

I'll admit the code is not a work of art however this is the first time I have disassembled one of the built-in BASIC routines (BLOAD) and figured out how to modify it to suit my needs. Not to worry - the program restores the original BLOAD behaviour before ending. Enjoy!
Nice! Upload it to the archive

Re: SmartWriter File Viewer

Posted: Tue Sep 08, 2020 12:00 am
by joltguy
Milli wrote:
Mon Sep 07, 2020 8:48 pm
Nice! Upload it to the archive
Thanks, definitely planning to do that! I just wanna have a few people here try it out first before committing it to the archive.

Re: SmartWriter File Viewer

Posted: Tue Sep 22, 2020 11:24 am
by joltguy
Just uploaded it to the archive. 8-)