-
d6ea1568f2
Rename project to vole, rewrite README
main
Yigid BALABAN
2021-11-05 01:05:48 +03:00
-
dc32874061
Implemented opcodes 9/12
Ferit Yiğit BALABAN
2021-11-05 01:04:26 +03:00
-
76d42080ab
Added Boolean operators that get and return integer variables
Ferit Yiğit BALABAN
2021-11-05 01:03:42 +03:00
-
cd8e62a497
Remove line breaks
Ferit Yiğit BALABAN
2021-11-05 01:02:40 +03:00
-
203acb7c81
Tiiiiiny refactoring
Ferit Yiğit BALABAN
2021-11-05 01:01:10 +03:00
-
3b3d072a9d
Added first usage example
Ferit Yiğit BALABAN
2021-11-04 21:47:17 +03:00
-
bba688c0df
Refactoring and clean up 3
Ferit Yiğit BALABAN
2021-11-03 08:29:34 +03:00
-
3f3b322878
Refactoring and clean up 2
Ferit Yiğit BALABAN
2021-10-31 22:37:52 +03:00
-
e738a95f07
Added CalculateBinFloat() & CalculateHexFloat()
Ferit Yiğit BALABAN
2021-10-31 22:34:40 +03:00
-
83a5c609f5
Hexadecimal instruction parsing hotfix
Ferit Yiğit BALABAN
2021-10-30 06:16:28 +03:00
-
ef6844bbfa
Commented hex. load implementation
Ferit Yiğit BALABAN
2021-10-30 06:06:11 +03:00
-
6a5f4c18e6
Updated RemoveLeading() to use with 1x prefixes
Ferit Yiğit BALABAN
2021-10-30 05:53:45 +03:00
-
893817eb3a
Remade btnLoad preinitialization & Added code loader
Ferit Yiğit BALABAN
2021-10-30 05:49:22 +03:00
-
8201020c29
Implemented opcodes: 3/12
Ferit Yiğit BALABAN
2021-10-30 05:23:05 +03:00
-
bbe64c7397
Deleted deprecated methods
Ferit Yiğit BALABAN
2021-10-30 05:14:40 +03:00
-
0ce36f42c8
Implemented Start button func. & SetStatus()
Ferit Yiğit BALABAN
2021-10-30 05:12:22 +03:00
-
1e7837ac9e
Merge branch 'implement-execution'
Ferit Yiğit BALABAN
2021-10-30 05:02:05 +03:00
-
-
6237867544
Create CpuStatus enum to use instead of literal strings
Ferit Yiğit BALABAN
2021-10-30 04:58:35 +03:00
-
587ab5d0c4
Moved execution code to Execute() method
Ferit Yiğit BALABAN
2021-10-30 04:58:00 +03:00
-
-
7c227a0a49
Added JetBrains Rider specific files
Ferit Yiğit BALABAN
2021-10-29 18:17:00 +03:00
-
833cbd7b55
Refactoring and clean up
Ferit Yiğit BALABAN
2021-10-29 18:16:40 +03:00
-
99fb6c6887
Implemented step by step execution
Ferit Yiğit BALABAN
2021-10-29 18:05:58 +03:00
-
6b002fdc28
Update Opcodes.cs
Ferit Yiğit BALABAN
2021-10-29 15:54:45 +03:00
-
8c01a2538b
Merge branch 'main' of https://github.com/fybalaban/processor
Ferit Yiğit BALABAN
2021-10-29 15:51:19 +03:00
-
-
48dc0e293d
Rename MainForm.Opcodes to Opcodes
Ferit Yiğit BALABAN
2021-10-29 15:51:16 +03:00
-
e795cb57c9
Created README.md
Ferit Yiğit BALABAN
2021-10-29 14:22:14 +03:00
-
-
882d9e44c7
Moved project files to /src
Ferit Yiğit BALABAN
2021-10-29 14:15:10 +03:00
-
14f4482bb1
Fix RemoveComment(), add hex splitter
Ferit Yiğit BALABAN
2021-10-29 14:10:45 +03:00
-
bf6d08a755
Added opcode resolver and opcode methods
Ferit Yiğit BALABAN
2021-10-29 14:10:09 +03:00
-
a76058ab36
Added register controls, updated converters
Ferit Yiğit BALABAN
2021-10-29 14:09:14 +03:00
-
94aad64809
Moved descriptions to Resources.resx
Ferit Yiğit BALABAN
2021-10-29 14:00:52 +03:00
-
08a006c9c3
RAM manipulation methods extended
Ferit Yiğit BALABAN
2021-10-29 02:04:57 +03:00
-
05cbaee652
Small tweaks and performance improvements
Ferit Yiğit BALABAN
2021-10-29 01:54:29 +03:00
-
a2914002ba
Added & updated initializers
Ferit Yiğit BALABAN
2021-10-29 01:30:42 +03:00
-
0cd564f597
Load hex program code to ram
Ferit Yiğit BALABAN
2021-10-29 01:13:53 +03:00
-
07c2a32cdd
Added Extensions.cs with static methods
Ferit Yiğit BALABAN
2021-10-29 01:13:34 +03:00
-
83959ffc14
Added input type radio buttons
Ferit Yiğit BALABAN
2021-10-28 23:38:34 +03:00
-
d385a6fd6f
Clear autogenerated summaries
Ferit Yiğit BALABAN
2021-10-28 23:10:48 +03:00
-
36a6f1fb33
Rename labels, fix cursor
Ferit Yiğit BALABAN
2021-10-28 23:10:23 +03:00
-
cb36535c0e
Updated .gitignore
Ferit Yiğit BALABAN
2021-10-28 22:59:28 +03:00
-
569b1517b0
Added descriptions of opcodes
Ferit Yiğit BALABAN
2021-10-28 22:58:56 +03:00
-
9ef45d9cef
Designed MainForm
Ferit Yiğit BALABAN
2021-10-28 22:58:37 +03:00
-
8626415026
Initial commit
Ferit Yiğit BALABAN
2021-10-28 22:57:53 +03:00