AppleIIAsm-Collection/disks/disk1_stdio
nathanriggs f5c097e70f STDIO disk 0.3.0 update
- added error handling
- no more massive library; just a subroutine per file. This is because Merlin doesn't like large files.
- added a "minify" BASIC utility that gets rid of *most* comments in a source textfile. This dramatically reduces space used if you're not terribly interested in non-inline comments.
- TFILL,THLIN,TVLIN and TPUT not directly access the video memory (page one), making for a much faster draw without interfering COUT.
- some stylistic changes, primarily to TFILL
- change required files to minified versions only. The whole files can be found on disk 2.
- got a norovirus so pretty much couldn't do anything requiring sustained attention, so focused on small things here and not on my dayjob. Cool.
- created a required.vars file that separates variables and settings from the other required files. Not minified.
- This current bout of revision will probably be the last, once all initial 6 disks are revamped, that focuses on all subroutines/macros in a given library at a single push. After this round, commits will be done on a subroutine or related file basis.
2019-01-13 23:48:09 -05:00
..
MINIFY STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
STDIO.DEMO STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
STDIO.DEMO.S STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.CURSORUDBF.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.CURSORUDBF.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.DPRINT.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.DPRINT.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.GPBX.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.GPBX.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.REQUIRED.HOOKS.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.REQUIRED.LIB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.REQUIRED.MAC.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.REQUIRED.VARS STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.SINPUT.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.SINPUT.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.STDIO.DEMO STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.STDIO.HOOKS STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.STDIO.HOOKS.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.STDIO.MAC STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.STDIO.MAC.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TFILLA.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TFILLA.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.THLINE.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.THLINE.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TVLINE.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TVLINE.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TXTPUT.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.TXTPUT.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.XPRINT.SUB STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00
T.XPRINT.SUB.MIN STDIO disk 0.3.0 update 2019-01-13 23:48:09 -05:00