This website requires JavaScript.
Explore
Help
Sign In
encounter
/
ppc750cl
mirror of
https://github.com/encounter/ppc750cl.git
Watch
1
Star
0
Fork
You've already forked ppc750cl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0de65eb1b6
ppc750cl
/
.gitignore
11 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-08-08 00:59:07 +00:00
/target
.idea/
lib: use opcode masks (#7) Implements a procedural macro for defining the ISA. Moves validity checks to bitmasks instead of spaghetti code patterns. Solves #1
2021-08-14 08:17:10 +00:00
.DS_Store
macros: cleanup
2021-08-15 05:06:31 +00:00
*.profraw
add Python module
2021-08-16 22:40:13 +00:00
env/
lib/
Implement control-flow graph detection (#12) Closes #9 Closes #10 * add flow graph crate * update authors * implement control flow graph analysis * detect if program flow falls through the end of a block * relax itertools version constraint
2021-08-20 17:09:04 +00:00
*.bin
*.png
Read from DOL
2021-08-22 02:09:51 +00:00
*.dol
*.rel