Getting it to compile without warnings or errors on todays compilers (at least for...
Version 1.1 released
Version 1.1 released
Version 1.1 released
Initial commit of source code, as it appears th...
Add initial directories
Now handles 16-bit result
New mnemonics ANMA, ANIA, ORIA, SR. Keyboard ha...
Updated comments and case of constant
test routine for blitting numbers at a higher s...
displaying hello and goodbye for speed test
new sample project
numbers test works
removed as it wasn't a helpful test
Updated comments and removed unused code
Describe sample programs.
Little clean up
Merge remote-tracking branch 'refs/remotes/orig...
Merge remote-tracking branch 'refs/remotes/orig...
Get the building instructions front and center.
Included info on using the PokeBasic utility
Make using tool more descriptive
Little bit of cleanup
New assembly test. Converts a decimal number to...
Implemented DYS instruction and unit test. Also...
Added some information on reading the keyboard.
Got print routine working correctly. Just need ...
Fixed tests that were failing because emulator ...
New instructions implemented, SBCM and SBIA
Good progress on letters. Now display HELLO WOR...
Implemented test for SBM
saving sample to set a pixel in video ram
new utility to figure out what you should poke ...
Added decimal conversion for all registers to m...
Updated
Fixed focus when you select debug. Refocuses th...
Added memory dialog to specify where to load an...
Updated the dist target to automatically create...
Including compiled samples
Reset implemented, and when new bin file loaded...
Register window can now be displayed, and is ti...
Fresh coat of paint, with start of a UI, with m...
In good state. UI is able to start and run the ...
Introducing the disassembly window
Moved all display code out of the emulator, and...
Moved draw code out of assembler, and instead u...
Excellent example of storing a byte to the disp...
Updated with build and run instructons.
Moved push/pop and call/rtn closer together to ...
Example of how to access an array
New mnemonics SBM, ADB, ORMA, CPIM, CPMA, SL. N...
New scroll test, scrolls map, stops when you pr...
Added some clarification comments
keeping double buffer routines in one place.
Removed unused code
renamed scroll test as we now only have one. Re...
What is inspiring for project
Third attempt to do scrolling sample
Now scrolls splash image across the screen
Updated formatting
Created single pixel animation, that bounces fr...
setpixel and pageflip works
Working with a double buffer
New test and reference to blit the entire screen
Have a couple fill routines setup for testing, ...
Test to load X using two blocks of memory, used...
Instructions implemented DECN, INCN
scroll test to see the speed of the display on ...
Implemented all LP values.
Implemented jump tests, mnemonic, and fixed a c...
Got the emulator display hooked up and it is ab...
Emulator is now able to load machine code bin f...
Unneeded file
Added tests, fixed the way P was used, so it no...
Adding documentation to repository
Made routines load from registers instead of me...
Added usage comments
BASIC source to get user input and call our com...
Updated with working and tested code
Added multiplication
Clean up and better test data
Math routines. Currently implemented8-bit integ...
fixed comment so compiles
Fixes to the way registers are used, new test p...
Some additional testing
Fixed the way flags are being used, RTN now wor...
Number of new instructions added, fixes to the ...
added instructions for quick reference
test for checking how an instruction effects fl...
New test routine, to compare two strings.
tabs to spaces
ASM routine will check for 0 length and skip lo...
String reversing perfectly
Testing proggys
Added some information about bin2wav and settin...
Fixed the rest of the P reg issues caused by co...
Updates for P register for some instructions, n...
updated file perms and included required libs
updated build to include ant for running, compi...
Updated readme