6bafaa8443
project12 - add files
2025-12-07 19:32:48 -05:00
bcad75646f
Remove reflections
2025-12-07 19:24:43 -05:00
471221602c
add reading reflections
2025-11-21 10:30:19 -05:00
6140120443
add project reflections
2025-11-21 10:26:49 -05:00
912b16855a
project11 - complete
2025-11-21 10:24:48 -05:00
30d7936c6e
project10 - complete
2025-11-20 17:31:44 -05:00
6b233eb9c9
Add Jack language analyzer and compiler
...
Implements a tokenizer and compilation engine to parse Jack source code
and generate XML output. Supports both individual files and directory
processing, with optional tokenization-only mode.
2025-11-19 22:02:13 -05:00
762d413f24
project09 - clean up
2025-11-14 15:23:07 -05:00
b1014cd561
project11 - template
2025-11-09 14:17:18 -05:00
713b916890
project10 - readme
2025-11-09 14:17:11 -05:00
2839729838
project10 - template
2025-11-09 14:14:30 -05:00
04b208d9d4
project09 - reflection
2025-11-09 14:14:06 -05:00
9c5d755f03
project09 - snake game functional!
2025-11-09 13:01:01 -05:00
59f9433b2b
project09 - update .gitignore
2025-11-09 12:26:36 -05:00
7e0524f87f
project09 - instructions
2025-11-09 12:16:23 -05:00
35777dcdff
project09 - template
2025-11-08 21:44:08 -05:00
c4852a88b6
project08 - complete
2025-11-08 21:42:59 -05:00
e784e8380f
update .gitignore
2025-10-26 18:05:19 -04:00
38f08d2b54
project08 - copy project07 hvm.py
2025-10-26 18:04:02 -04:00
38721f77c0
project08 template files
2025-10-26 17:51:57 -04:00
be00f40a6b
project07 complete
2025-10-26 17:51:41 -04:00
3092f1e11b
Add VM to Hack assembly translator
2025-10-24 15:38:34 -04:00
c2eb5f198a
project07 - add project files
2025-10-07 22:11:24 -04:00
ed1df6332a
Add Hack assembler implementation and project files
2025-10-06 23:49:11 -04:00
1853f8070e
project06 - add files
2025-09-22 23:20:42 -04:00
114ba7ade3
project 5.5 - complete
2025-09-22 23:20:34 -04:00
3c0620d3d4
project 5.5 - file addition
2025-09-22 23:12:57 -04:00
516d1878cb
project05 - complete
2025-09-22 15:17:34 -04:00
2d65af2101
Update .gitignore
2025-09-18 22:56:57 -04:00
1bc427b545
project05: base files
2025-09-10 15:49:03 -04:00
e21e7d0d55
project04: fillstatic
2025-09-10 15:48:57 -04:00
4025e16dd8
project04: complete
2025-09-10 15:48:45 -04:00
2231d4c97c
project04: Complete fill.asm
2025-09-08 15:05:25 -04:00
b447557af8
project04: Complete mult.asm
2025-09-06 18:55:52 -04:00
1e536422b8
project03: Comments/cleanup
2025-09-03 23:02:45 -04:00
e1c0b091a8
project02: Comments/cleanup
2025-09-03 22:55:08 -04:00
934f1ad2f5
project01: Comments/cleanup
2025-09-03 22:10:34 -04:00
dd31b8f1dc
project04: add template files
2025-09-03 10:45:45 -04:00
d0c67845f4
project03: Compound RAM chips
2025-09-03 10:45:00 -04:00
e485868265
project03 - create bit, register, and program counter
2025-09-03 10:19:05 -04:00
22e0b42305
Update ALU comments
2025-09-03 10:18:19 -04:00
c2cea97f87
add project03 base files
2025-09-02 08:33:16 -04:00
2e8ebbbfd5
project02 complete, add .gitignore
2025-09-02 08:33:07 -04:00
e389939297
Fix ALU: Properly split output for flag computation
...
- Use out=out, out[0..7]=outLow, out[8..15]=outHigh, out[15]=sign syntax
- Compute flags using internal signals outLow, outHigh, sign
- Avoids HDL restriction on using output pins as inputs
2025-09-01 15:05:16 -04:00
b0c57a8a7e
Fix ALU: Use out pin directly instead of internal finalout bus
...
- Removed invalid finalout internal bus
- Use out[0..7], out[8..15], out[15] directly for flag computation
- Fixes HDL sub-bus restriction error
2025-09-01 15:03:26 -04:00
2b3da7a171
Implement Project 2: Arithmetic Logic Unit
...
✅ HalfAdder: XOR for sum, AND for carry
✅ FullAdder: Two half adders + OR
✅ Add16: Chain of 16 full adders with carry
✅ Inc16: Add16 with constant 1
✅ ALU: Complete arithmetic logic unit with all operations
Used concise, student-style comments throughout.
2025-08-30 19:49:23 -04:00
4563dd234b
Add project 2 template files
2025-08-30 19:47:34 -04:00
f43ce1f964
Remove redundant comments from logic gate HDL files
2025-08-30 19:45:03 -04:00
396902dee7
Replace De Morgan's law comment with basic Or logic description
2025-08-30 19:23:29 -04:00
c39ce212b4
Simplify comments to be more concise and student-like
...
- Removed verbose explanations
- Made comments shorter and more casual
- Focus on key concepts rather than formal descriptions
2025-08-28 15:11:48 +02:00