Commit Graph

31 Commits

Author SHA1 Message Date
Rhinemann 9fedc98310 Implemented input_handler function. 2023-06-27 16:40:09 +03:00
Rhinemann b3c5011c11 Revamped function scopes. 2023-06-27 15:53:20 +03:00
Rhinemann f477c6f9e1 binary_subtraction_1_complement initial commit. 2023-06-27 15:34:39 +03:00
Rhinemann 544031efbb Just some testing. 2023-06-27 14:18:37 +03:00
Rhinemann d2df4bbf28 Renamed arguments inside binary_sum.
Added carry return (VERY NOT SURE IF IT WORKS CORRECTLY).
2023-06-27 14:18:10 +03:00
Rhinemann 132a0b5659 Changed the conditions checking register lengths. 2023-06-27 14:09:07 +03:00
Rhinemann 75f7dba546 Implemented __repr__ and __len__ for BasicRegister. 2023-06-27 14:07:47 +03:00
dymik739 f2ee4cd709 fix BasicRegister shrinking 2023-06-26 22:33:41 +03:00
Rhinemann 8f68099309 Minor adjustments to bitutilities.py. 2023-06-26 21:58:24 +03:00
Rhinemann a9cfd1ec97 Merge pull request 'Core: add the sum function for BasicRegister objects' (#1) from feature-sum into master
Reviewed-on: #1
2023-06-26 21:29:25 +03:00
dymik739 d25dacf35b add sum function for addition of two registers 2023-06-26 21:05:45 +03:00
Rhinemann 4dfd6ef417 revert 65750694e4
revert Delete 'bitutilities.py'
2023-06-26 00:26:09 +03:00
Rhinemann a6e4b4b4d6 revert e80304f84d
revert Delete 'main.py'
2023-06-26 00:24:47 +03:00
Rhinemann b64516243c revert 0dc2bd3950
revert Delete 'README.md'
2023-06-26 00:24:33 +03:00
Rhinemann d2eaf9fe76 revert c730e0d1bd
revert Rusty implementation.
2023-06-26 00:23:54 +03:00
Rhinemann c730e0d1bd Rusty implementation. 2023-06-26 00:24:45 +03:00
Rhinemann e80304f84d Delete 'main.py' 2023-06-26 00:15:11 +03:00
Rhinemann 65750694e4 Delete 'bitutilities.py' 2023-06-26 00:15:07 +03:00
Rhinemann 0dc2bd3950 Delete 'README.md' 2023-06-26 00:15:01 +03:00
Rhinemann ede83eeb8e Optimised reverse method (I have proofs of speed) (I have been slightly mistaken). 2023-06-25 22:57:12 +03:00
Rhinemann f747e3b530 Optimised reverse method (I have proofs of speed). 2023-06-25 22:33:52 +03:00
Rhinemann f508ca51c8 Modified prints for readability (again). 2023-06-25 22:32:34 +03:00
Rhinemann 66c9f833a6 Modified the way shifted radices are printed for readability. 2023-06-25 21:59:47 +03:00
Rhinemann e5a88058ed Swapped list for decue for BasicRegister's memory to optimise shifting methods for both directions.
Moved get_memory to the end.
2023-06-25 21:58:43 +03:00
Rhinemann 198e984e32 Commit. 2023-06-25 19:39:37 +03:00
Rhinemann 9118bb16a9 Simplified the __str__ method. 2023-06-18 15:02:29 +03:00
Rhinemann 0a956e8500 Changed the get_memory check for number. 2023-06-18 14:52:56 +03:00
Rhinemann 9f12616eca Shift methods updated. 2023-06-18 14:51:13 +03:00
Rhinemann 5fece34356 README initial writeup. 2023-06-17 22:00:35 +03:00
Rhinemann efd2b52965 Initial prototype. 2023-06-17 21:51:59 +03:00
Rhinemann 88bd42b52e Initial commit 2023-06-17 21:44:27 +03:00