3
1
Commit Graph

13 Commits

Author SHA1 Message Date
bdfc8ea1b2
Heavily modified and simplified Code-A2 (two pass macro processor in
python)
- Removed class, there's individual functions now
- No more "self", that's too much work for practical exam
- Removed expand_macro function, it was unnecessary
- Overall refinement for better understanding
- Added comments
2024-11-03 22:57:36 +05:30
48b8af36f9
Added description for pass 1 assembler (code a1). 2024-11-03 22:56:33 +05:30
9751405004
Added A3 code and updated link in README. 2024-10-14 23:12:47 +05:30
2a9d7fdc02
Merged Code-A1 from testing branch to main branch and added link in
README file. (Thanks to Afan for the code 🙇)
(He made me add those credits)
2024-10-14 23:12:14 +05:30
adabdf812e
Moved codes around in the Codes folder and changed names for better understanding. Added links in README file. 2024-10-14 11:10:55 +05:30
f048715b7a added 2 pass macro code 2024-10-13 12:33:05 +05:30
77fef62173 added b7 code 2024-10-12 22:06:35 +05:30
28df18ed80 b6 code added 2024-10-12 17:44:02 +05:30
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar. 2024-07-30 12:43:45 +05:30
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution. 2024-07-30 11:59:54 +05:30
3e3c0978b9 added fcfs code 2024-07-28 12:32:06 +05:30
824a7ef5fd completion time added 2024-07-27 11:46:42 +05:30
81c27ea1b1 added sjf code 2024-07-27 11:18:03 +05:30