This website requires JavaScript.
Explore
Help
Sign in
brooke
/
mandel-6502
Watch
1
Star
0
Fork
You've already forked mandel-6502
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
05133aabdd
mandel-6502
/
.gitignore
5 lines
29 B
Text
Raw
Normal View
History
Unescape
Escape
stuff
2022-12-29 05:08:16 +00: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 20:24:48 +00:00
tables.s
stuff
2022-12-29 05:08:16 +00:00
.DS_Store
Reference in a new issue
Copy permalink