0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from jeng/stand-alone-assembler More... over 3 years ago
Fixed a typo More... over 4 years ago
Added the markdown extension More... over 4 years ago
Added some features to the command line emulator More... over 4 years ago
Added a fire demo. It is really slow at the moment. It makes one pass through the frame buffer, makes changes to an offscreen buffer and then repaints the entire frame buffer. I need to figure out a way to visit only the pixels that are currently set. More... over 16 years ago
I got rid of the extra loop for the lifecycle. More... about 17 years ago
Added a snowflake generating assembly program. More... about 17 years ago
I forgot to add that the header file hand been changed in the screensaver directory. More... about 17 years ago
Added the amiga emulator found on the forum. More... about 17 years ago
Author: Jeremy English <[email protected]> --- log message follows this line --- More... about 17 years ago
Added the screensaver configuration file and manpage. More... over 17 years ago
I fixed a bug that would cause branches after the *= command to branch to the wrong location. Also, fixed colors.asm so that it doesn't crash. More... over 17 years ago
I added some new assembly files I found on 6502asm.com. More... over 17 years ago
JWZ sent in a change that will strip the comments out of the header file. More... almost 18 years ago
Commit added to the screensaver distribution script. More... about 18 years ago
Added a script file to help me manage the xscreensaver releases. More... about 18 years ago
I changed which asm files get included in the distribution. More... about 18 years ago
I bumped the version number of the debugger, deleted the duplicate assembly fileand added a copywrite statement to the dcb dumper. More... about 18 years ago
Added the entry point instruction "*=". It allows you to load code at any location in memory. More... about 18 years ago
I made some changes to the make file. More... about 18 years ago
Completed the wave6502 demo. More... about 18 years ago
Fixed a bug in the immediate greater than code. A divide by FF is not the same as a right shift by one byte. Also wrote the first version of the 6502 wave. More... about 18 years ago
Moved the man file and added a rule to automake to install and distribute the man page. More... about 18 years ago
Cleaned up the directory by creating a src and asm subdirectories. Added configure.ac and Makfile.am so that I could use the GNU autotools to build the debugger. More... about 18 years ago
Added the defaultCodePC in preperation for implementing the entry points. pushByte changed and this effected more of the program then I thought it would. The labels use pushByte to calculate their addresses. I had to make sure the defaultCodePC was set back to the default entry point before compiling the code. This seems fragile to me. More... about 18 years ago
This script creates a header file out of all of the asm files. The screensaver then includes the header file. This makes it easier to add new asm files to the distribution. More... about 18 years ago
Made a change to pong.asm. Not sure what it was :( More... about 18 years ago
Fixed the indirect X addressing mode. Before it acted the same as indirect Y.
jhe
More... over 18 years ago
Fixed a bug in the decimal mode subtraction (opcode sbc).
jhe
More... over 18 years ago
Fixed the debugger section of the makefile so that it can be compiled away from the xscreensaver code.
jhe
More... over 18 years ago