Commit Graph

36 Commits

Author SHA1 Message Date
Nathan D Riggs
e39fbb5264
Create CODE_OF_CONDUCT.md 2019-01-06 21:24:44 -05:00
nathanriggs
3de2c70ba9 s'more documentation 2019-01-06 20:42:31 -05:00
nathanriggs
4fb4d5bed2 more documentation 2019-01-06 20:01:18 -05:00
nathanriggs
94b0a3f916 documentation formatting 2019-01-06 17:11:08 -05:00
nathanriggs
405a949eb5 Expanded documentation 2019-01-06 16:19:20 -05:00
nathanriggs
41dc5f4a21 Documentation 2019-01-05 16:19:43 -05:00
nathanriggs
5071766066 Update README.md 2019-01-05 16:18:02 -05:00
nathanriggs
6d75f12bbc Documentation 2019-01-05 16:16:05 -05:00
nathanriggs
25c9affb02 Documentation
Preliminary organization
2019-01-05 16:07:18 -05:00
nathanriggs
03636aa196 FileIO 0.2.0 updates
- various bugfixes
- integrated required library
- created minified sources
- made macros slightly more flexible
2018-12-24 02:14:04 -06:00
nathanriggs
16c1731e54 Strings 0.2.0 update
- bugfixes
- implemented required library
- commenting updates
- .min of every routine
2018-12-22 20:35:05 -05:00
nathanriggs
1b182844cc Math Routines 0.2.0 update
- fixed a plethora of bugs
- overhauled demo
- integrated shared required library and macros
- began early planning of floating-point routines and macros
- created minified, no-comment versions of every routine
2018-12-21 16:47:01 -05:00
nathanriggs
64a7923a78 deleted unnecessary directories 2018-12-14 21:24:27 -05:00
nathanriggs
875dd80998 stdio 0.2.0 updates
- fixed a bunch of bugs
- separated common and stdio libraries
- commenting upgrades
- created min versions of each library
2018-12-14 21:23:32 -05:00
nathanriggs
12735da905 Update bin/d3_arrays.dsk 2018-12-12 14:29:52 -05:00
nathanriggs
795dc18833 0.2.0 updates: Arrays
- Some major bugfixes
- more compact commenting
- added required.lib, mac and hooks
- changed array get routines to copy appropriate element to memory address designated as "return"
- created .min versions of each file that has no comments to save space in large projects
- reordered catalog alphabetically
2018-12-12 14:29:06 -05:00
nathanriggs
e630924865 documentation update 2018-11-16 22:48:36 -05:00
nathanriggs
9bb1115b38 documentation update 2018-11-16 22:46:01 -05:00
nathanriggs
a1c5abef32 base readme.md update 2018-11-16 22:42:58 -05:00
nathanriggs
d1e8429d80 added disk 5, file input and output, rwts routines
This will be the last addition to the library before going through major revisions and then a major demo of libraries so far.
2018-11-16 21:47:02 -05:00
nathanriggs
8d0c21e0c7 added disk 4, strings library 2018-11-14 19:02:04 -05:00
nathanriggs
eb2b7deea0 added disk3: Array Routines
- 16bit array subroutines will be added here at a later date.
- Strings library separated from arrays on its own disk in anticipation of larger libraries.
2018-11-10 17:41:05 -05:00
nathanriggs
ddeb2e706b added disk2: math libary
integer math for 8 and 16 bit operations. Expected to grow substantially.
2018-11-07 12:44:04 -05:00
nathanriggs
9849dbb5ea created disks folder
items in disk folder will be updated automatically, whereas items in the source folder will be updated periodically due to having to manually sort through files to copy and paste
2018-11-03 14:59:24 -04:00
nathanriggs
958fd855cc updated readme 2018-11-01 21:37:10 -04:00
nathanriggs
b881df782d updated readme
As it turns out, I'm already running out of disk space with two libraries on the core disk, leaving about 50 sectors leeway for future growth. So I've had to rethink the disk management.
2018-11-01 21:32:32 -04:00
nathanriggs
fee63f3f66 added first common.lib 2018-11-01 21:19:10 -04:00
nathanriggs
728f7d532a added stdio.demo 2018-10-31 21:53:45 -04:00
nathanriggs
cd48e3e64f Merge branch 'master' of https://github.com/nathanriggs/AppleIIAsmLib 2018-10-31 21:38:43 -04:00
nathanriggs
53d6ae28e9 housekeeping
- added/deleted directories
- added individual stdio routines for picking and choosing only what is needed
2018-10-31 21:38:38 -04:00
nathanriggs
61fc469742
Delete STDIO.DEMO.S 2018-10-31 20:40:49 -04:00
nathanriggs
9c00e86cb2 v1 of stdio.lib finished 2018-10-31 20:37:12 -04:00
nathanriggs
b35e9197eb Creating initial directory structure 2018-10-31 15:22:57 -04:00
nathanriggs
a4fcc2ced1 Update README.md 2018-10-31 15:00:56 -04:00
nathanriggs
6175059294 Update README.md 2018-10-31 14:42:41 -04:00
nathanriggs
a0227481a4
Initial commit 2018-10-31 14:16:27 -04:00