~chotrin/go6502-cookbook

Updated README.
Migrated to git.intrfc.com <3
Corrected the LL_NEXT documentation.
Implemented LL_SEEK, LL_GET, LL_SET, and LL_DELETE!
Implemented LL_IS_EMPTY.
Made the linked list diagram a little clearer.
Implemented the linked list pop back operation!
Implemented the linked list pop front operation!
Added prototype for LL_POP_BACK.
Implemented the linked list push back.
Add a few linked list TODO reminders.
Kinda figured out indirect addressing?
Started example linked list usage.
Added stub for linked list delete.
Stubbed out some functions.
Working on the design.
Link to .asm files in the table of contents.
Added skeleton for linked list. Added table of contents to README.
Convert math examples to subroutines.
Bugfix: store the high bit of the result in the 16-bit divided by 10 example.
Next