This website requires JavaScript.
Explore
Help
Sign In
Rick van Vonderen
riyyi
0 Followers
·
0 Following
https://riyyi.com
Joined on
2020-07-16
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
19
Projects
Packages
Public Activity
Starred Repositories
riyyi
pushed to
master
at
riyyi/garbage
2022-08-30 18:13:47 +02:00
6c2e5d32d4
Emulator: Implement DAA opcode
525391144a
Emulator: Fix increment HL opcode
cfded56dcd
Emulator: Fix offset bug in readMemory() function
024e6aecc3
Emulator: Add comments to cycle waiting amount
Compare 4 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-29 01:55:21 +02:00
baa679904c
Emulator: Implement RET opcodes, minus one
0c4d7b2112
Emulator: Implement JP opcodes
3346b5329a
Emulator: Implement XOR/OR opcodes
Compare 3 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-29 00:29:22 +02:00
275739bd5b
Emulator: Implement SUB/SBC opcodes
d47dddfe69
Emulator: Implement ADC opcode
bf8bd66389
Emulator: Implement 8-bit ADD opcodes
3bac216698
Emulator: Add some missing LD opcodes
7dc569b1a1
Emulator: Add SCF/CCF opcodes
Compare 11 commits »
riyyi
pushed to
master
at
riyyi/dotfiles
2022-08-28 22:32:56 +02:00
008efd440b
Emacs: Fix auto-save fix :^)
riyyi
pushed to
master
at
riyyi/dotfiles
2022-08-28 21:40:00 +02:00
dcaff77c01
Emacs: Don't auto-save when focus switches to lsp-mode's signature view
riyyi
pushed to
master
at
riyyi/garbage
2022-08-27 13:43:33 +02:00
ec0f8bf02e
Emulator: Implement SLA/SRA/SRL opcodes
ac03d70d83
fixup! Emulator: Implement SWAP opcodes
99c768d400
Emulator: Rename reg => register_
fb6ba43ff1
Emulator: Implement RL/RR opcodes
275cab4da4
Emulator: Implement RLC/RRC opcodes
Compare 6 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-27 02:21:46 +02:00
67698528e1
Emulator: Implement SET opcodes
e35aa06471
Emulator: Implement RES opcodes
6ada7261e7
Emulator: Add .cpp file for prefix $cb opcodes, implement BIT opcodes
ff2f94fc05
Doc: Added mnemonics for two opcode constants
Compare 4 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-26 07:24:05 +02:00
81fe126068
Emulator: Add cartridge ROM bank loading
27abccf863
Emulator: Implement nop/rst opcodes
e7e1b58d01
Emulator: Add error message when reading/writing unmapped memory space
d33837f118
Emulator: Implement call opcodes
219520965c
Emulator: Implement Accumulator rotate opcodes
Compare 12 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-25 02:07:21 +02:00
67f8bcfca9
Emulator: Implement INC and CP arithmetic opcodes
riyyi
pushed to
master
at
riyyi/garbage
2022-08-25 00:32:10 +02:00
8e4dacca8a
Emulator: Add cli argument to specify bootrom path
dd2920b2a4
Emulator: Load cartridge header
2aa50d3532
Emulator: Put startup into a Loader class
589faceb9b
Doc: Clarify opcode mnemonic for 16-bit address registers
e9b47d7d68
Emulator: Implement 16-bit DEC opcode
Compare 5 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-24 22:11:19 +02:00
009938b126
Meta: Update ruc library
50e1672524
Emulator: Fix opcode logic in the ldi16 function
1b713f8ab0
Emulator: Make ldi8 function more compact
3fcc6823e8
Emulator: Add last LD opcode
efe798084f
Emulator: Add last 8-bit LD opcode variants
Compare 14 commits »
riyyi
pushed to
master
at
riyyi/ruc
2022-08-24 22:09:16 +02:00
f31f7feb5e
Test: Silence compiler warning about signed int literal being too big
7093b5ad3d
Json: Remove redundant width specifier to silence compiler warning
145c7e44a2
Format: Silence compiler warning about switch statement fall through
29406fac1f
Meta: Dont try to lint files that are being deleted
Compare 4 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-23 23:09:41 +02:00
ab550f6d3e
Emulator: Fix offset bug in writeMemory() function
fe020c9374
Doc: Decide on opcode mnemonics
Compare 2 commits »
riyyi
pushed to
master
at
riyyi/garbage
2022-08-23 20:50:13 +02:00
e2ca4359f2
Emulator: Add opcode $20/$0d/$2f
riyyi
pushed to
master
at
riyyi/garbage
2022-08-23 20:46:28 +02:00
446a777e40
Emulator: Add Formatter for CPU class
1acb5af23e
Emulator: Add function to retrieve AF/PC/SP register
a20d756e7b
Meta: Update ruc library
80e15531f2
Emulator: Add bitmask for additional safety in read/write functions
16235b4663
Emulator: Add opcode $0a/$0e/$1a/$1e/$2a/$2e/$3a
Compare 5 commits »
riyyi
pushed to
master
at
riyyi/ruc
2022-08-23 16:48:12 +02:00
27489c6cb4
Format: Re-add using statement to Formatter
riyyi
pushed to
master
at
riyyi/ruc
2022-08-23 16:42:27 +02:00
a83615083d
Format: Allow user-defined types in Parser
riyyi
pushed to
master
at
riyyi/ruc
2022-08-23 15:25:27 +02:00
febb89be9c
Format: Add using statement to Formatter
bbeab2efd0
Format: Flush file stream just in case
0448e01f0a
Meta: Allow single line short case labels in .clang-format
Compare 3 commits »
riyyi
pushed to
master
at
riyyi/dotfiles
2022-08-23 13:02:30 +02:00
b28a885af9
Emacs: Hide everything thats not a file from centaur-tabs
riyyi
pushed to
master
at
riyyi/garbage
2022-08-23 01:29:00 +02:00
af07357812
Emulator: Add opcode $a8/$af
7e54c733a8
Emulator: Add opcode $cd
5d2ee7cbc9
Emulator: Add opcodes $6/$16/$26/$36
2dc4da71e4
Emulator: Add mnemonic comments to opcodes
6bbc705651
Emulator: Make read/write function more generic
Compare 8 commits »
Previous
15
Next