3
1
Commit Graph

7 Commits

Author SHA1 Message Date
c8304d11c5 added manual for running a-3 (DLL) for windows 2024-11-04 19:23:20 +05:30
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