diff --git a/65816.js b/65816.js index 477c749..ed049e0 100755 --- a/65816.js +++ b/65816.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012, Preston Skupinski + * Copyright (c) 2011-2012, Preston Skupinski * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/TODO b/TODO index 7b7df15..5b811d4 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/test/tests.js b/test/tests.js index 6eed967..c7f6160 100644 --- a/test/tests.js +++ b/test/tests.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012, Preston Skupinski + * Copyright (c) 2011-2012, Preston Skupinski * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above