Update the TODO and the copyright email since msu only provides you with access to your @msu.edu email address for two years after graduation

This commit is contained in:
Preston Skupinski 2012-12-02 23:18:41 -05:00
parent 9c7b6c7e3c
commit ae14e7382a
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2012, Preston Skupinski <skupinsk@cse.msu.edu>
* Copyright (c) 2011-2012, Preston Skupinski <preston.skupinski@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

6
TODO
View File

@ -11,6 +11,12 @@ Testing:
- Tests needed for the numerous other operations supported
CPU:
- Code cleanup
* Re-evaluate closure based privacy for instructions. This currently
makes it impossible to actually unit test the small bit of functionality
the instruction implements. There has to be a nice way to handle this.
- Ideally this should wait till after instructions are altered to grab
whatever bytes they need instead of relying on the loop to grab it
for them.
- Add support for loading a binary using a url
- Figure out the exact details of how the 65816 handles illegal BCD numbers
when decimal mode is set

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2012, Preston Skupinski <skupinsk@cse.msu.edu>
* Copyright (c) 2011-2012, Preston Skupinski <preston.skupinski@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above