This website requires JavaScript.
Explore
Help
Sign in
brooke
/
mandel-6502
Watch
1
Star
0
Fork
You've already forked mandel-6502
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
29cd3d968f
mandel-6502
/
.gitignore
4 lines
29 B
Text
Raw
Normal View
History
Unescape
Escape
stuff
2022-12-28 21:08:16 -08:00
*.o
*.xex
Faster imul16 routine Improves runtime from 16.24 ms/px to 14.44 ms/px This uses a routine found on Everything2: https://everything2.com/title/Fast+6502+multiplication which uses a lookup table of squares to do 8-bit imuls, which are then composed into a 16-bit imul
2023-02-11 12:24:48 -08:00
tables.s
stuff
2022-12-28 21:08:16 -08:00
.DS_Store
Reference in a new issue
Copy permalink