This website requires JavaScript.
Explore
Help
Register
Sign In
dbowerman
0 Followers
·
0 Following
Joined on
2022-08-04
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
4
Projects
Packages
Public Activity
Starred Repositories
dbowerman
created branch
main
in
dbowerman/Fib-Ring-1-A64-ASM
2026-08-01 19:47:54 -04:00
dbowerman
pushed to
main
at
dbowerman/Fib-Ring-1-A64-ASM
2026-08-01 19:47:54 -04:00
aebf8e7bf8
init
dbowerman
created repository
dbowerman/Fib-Ring-1-A64-ASM
2026-08-01 17:10:29 -04:00
dbowerman
pushed to
main
at
dbowerman/Golf-Game
2026-08-01 14:00:25 -04:00
0e06d7e377
Improve gameplay feel
dbowerman
created branch
main
in
dbowerman/Golf-Game
2026-08-01 12:46:28 -04:00
dbowerman
pushed to
main
at
dbowerman/Golf-Game
2026-08-01 12:46:28 -04:00
b1f93fc852
initial
dbowerman
created repository
dbowerman/Golf-Game
2026-08-01 12:45:39 -04:00
dbowerman
created branch
main
in
dbowerman/TicTacToe-Game
2026-08-01 12:05:25 -04:00
dbowerman
pushed to
main
at
dbowerman/TicTacToe-Game
2026-08-01 12:05:25 -04:00
28dfac6b95
Upload files to "/"
dbowerman
created repository
dbowerman/TicTacToe-Game
2026-08-01 12:05:01 -04:00
dbowerman
pushed to
main
at
dbowerman/CPU-Simulation
2026-06-03 15:52:21 -04:00
c474907d72
Added Hex Conversions to allow for loading programs into memory from Hex Files.
dbowerman
pushed to
main
at
dbowerman/CPU-Simulation
2026-06-03 09:55:59 -04:00
eae5314e3b
added a new ToString method to Word, DWord, and QWord classes.
dbowerman
pushed to
main
at
dbowerman/CPU-Simulation
2026-05-31 21:32:29 -04:00
faa7801376
Beginning to add Program Counter and Stack Pointer
dbowerman
pushed to
main
at
dbowerman/CPU-Simulation
2026-05-31 20:37:25 -04:00
a958d11c4e
Created functions to allow for data to be written to and read from memory using bianry strings.
dbowerman
pushed to
main
at
dbowerman/CPU-Simulation
2026-05-31 15:31:25 -04:00
9efadc3b4a
Converted address to 16-bit binary string rather than byte.