Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eater-6502
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ed Sandor
eater-6502
Commits
main
Select Git revision
0 results
eater-6502
Author
Search by author
Any Author
authors
0 authors
Oct 05, 2023
Conway bug fixes and population count
· 1ed44914
Ed Sandor
authored
1 year ago
1ed44914
Oct 04, 2023
Strings and minor fix
· 9b59bb13
Ed Sandor
authored
1 year ago
9b59bb13
System routine to put strings
· 0b007584
Ed Sandor
authored
1 year ago
0b007584
Seed RNG and make refresh comparison more robust
· 8c93f69e
Ed Sandor
authored
1 year ago
8c93f69e
memcpy for small data and conway world copy logic
· 472aa089
Ed Sandor
authored
1 year ago
472aa089
Rearranging memory
· 1ccdd838
Ed Sandor
authored
1 year ago
1ccdd838
Revising and simplify conway's cell-fate logic
· eb62738e
Ed Sandor
authored
1 year ago
eb62738e
Oct 01, 2023
Remaining game logic. (All untested.)
· ed69de9b
Ed Sandor
authored
1 year ago
ed69de9b
Organizing subroutines
· 1db6f75d
Ed Sandor
authored
1 year ago
1db6f75d
Implementing center and right bit checks
· 678ba8ac
Ed Sandor
authored
1 year ago
678ba8ac
Implementing left-bit check
· a577d3e3
Ed Sandor
authored
1 year ago
a577d3e3
Sep 30, 2023
Cleanup
· 5be2d8b7
Ed Sandor
authored
1 year ago
5be2d8b7
Fix comment
· 6945b25d
Ed Sandor
authored
1 year ago
6945b25d
Initialize SP at reset
· 77324052
Ed Sandor
authored
1 year ago
77324052
Implementing Conway's game of life...
· 3221b20d
Ed Sandor
authored
1 year ago
3221b20d
Sep 29, 2023
Option to throttle WOZMON input
· f1fdaf96
Ed Sandor
authored
1 year ago
f1fdaf96
Add LICENSE
· 6c18acaf
Ed Sandor
authored
1 year ago
6c18acaf
Helper script to dump raw binary files to WOZMON
· 6468fa5d
Ed Sandor
authored
1 year ago
6468fa5d
Preparing main conway program
· 2c5907a9
Ed Sandor
authored
1 year ago
2c5907a9
Basic conway world manipulation
· c2b3bf92
Ed Sandor
authored
1 year ago
c2b3bf92
Sep 25, 2023
Prepare memcpy subroutine and move RNG
· dd3b9d80
Ed Sandor
authored
1 year ago
dd3b9d80
Organizing EEPROM into multiple files
· 49fa14d1
Ed Sandor
authored
1 year ago
49fa14d1
Sep 24, 2023
Preparing for Conway's Game of Life with random number generator from super mario world
· 339ddf16
Ed Sandor
authored
1 year ago
339ddf16
Sep 21, 2023
Fix null-character
· f7faafa5
Ed Sandor
authored
1 year ago
f7faafa5
Minor opt
· e3c5c84f
Ed Sandor
authored
1 year ago
e3c5c84f
Cleanup
· 5e31386d
Ed Sandor
authored
1 year ago
5e31386d
Sep 20, 2023
Transcribing WOZMON (untested)
· ceecebf1
Ed Sandor
authored
1 year ago
ceecebf1
Organize demo programs into folder
· e7bc7fc8
Ed Sandor
authored
1 year ago
e7bc7fc8
Simple program to echo ACIA input
· b8ca02f1
Ed Sandor
authored
1 year ago
b8ca02f1
Sep 19, 2023
Remove dummy loop
· 7ca5dbc2
Ed Sandor
authored
1 year ago
7ca5dbc2
Basic program to test ACIA
· 3eb071ae
Ed Sandor
authored
1 year ago
3eb071ae
Sep 18, 2023
Preparing for ACIA
· 89da7f3d
Ed Sandor
authored
1 year ago
89da7f3d
Preparing for ACIA (RS232) interface
· 31f1ce1e
Ed Sandor
authored
1 year ago
31f1ce1e
Sep 15, 2023
Cleanup
· cbe6c095
Ed Sandor
authored
1 year ago
cbe6c095
Update README
· 21cf496f
Ed Sandor
authored
1 year ago
21cf496f
Sep 14, 2023
Stopwatch using timer-1 interrupt
· 49714e3a
Ed Sandor
authored
1 year ago
49714e3a
4-byte counter using blocking delays
· 947caeaf
Ed Sandor
authored
1 year ago
947caeaf
Sep 13, 2023
README Update
· f6b851b6
Ed Sandor
authored
1 year ago
f6b851b6
Helper logic to put bytes on the LCD
· 89c223d4
Ed Sandor
authored
1 year ago
89c223d4
Proper software reset of LCD using Timer2 + cleanup
· bdd1b665
Ed Sandor
authored
1 year ago
bdd1b665
Loading