AidenBeresford / FeGBA

Rust-based Game Boy Advance emulator written and maintained by TAMU students.
MIT License
0 stars 0 forks source link

Data processing, branch, multiply ARM instructions. #9

Open AidenBeresford opened 2 hours ago

AidenBeresford commented 2 hours ago

Each instruction is two points. You can find specifics in the reference manual. All functions should be named in upper snake case (i.e.) B_BL for branch and branch with link.

KanagalaA commented 2 hours ago

4.1.6 BIC

XuMingSheng commented 2 hours ago

4.1.28 MLA

NitishM2022 commented 2 hours ago

4.1.5 B,BL

JBB248 commented 2 hours ago

4.1.29 MOV

claytonsmith1027 commented 2 hours ago

4.1.2 ADC

WyattVoigt commented 2 hours ago

4.1.49 SUB

mkpayne1437 commented 2 hours ago

4.1.13 CMN