Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor editspublic | Yuchen Pei | 2022-01-30 | 3 | -2/+6 |
| | |||||
* | minor edits | Yuchen Pei | 2018-03-10 | 2 | -3/+3 |
| | |||||
* | minor change | Yuchen Pei | 2018-01-20 | 1 | -0/+0 |
| | |||||
* | rearranged the dir for github | Yuchen Pei | 2018-01-20 | 579 | -137061/+46 |
| | | | | | | | - removed tools and pdfs - rearranged the projects dirs - added md files - other minor changes | ||||
* | removed dat files | Yuchen Pei | 2018-01-20 | 28 | -136/+1766 |
| | |||||
* | refactored K | Yuchen Pei | 2018-01-18 | 4 | -35/+31 |
| | | | | - no more heap waste. | ||||
* | refactored K | Yuchen Pei | 2018-01-18 | 6 | -407/+742 |
| | | | | | - added title, win, and lose frames - reduced heap usage | ||||
* | finished project 12 | Yuchen Pei | 2018-01-17 | 6 | -104/+1614 |
| | | | | | - revised output - finished string | ||||
* | checkpoint | Yuchen Pei | 2018-01-17 | 4 | -228/+69 |
| | | | | | - revised Keyboard to use String for int conversion - almost finished String | ||||
* | checkpoint | Yuchen Pei | 2018-01-17 | 11 | -129/+611 |
| | | | | | | - finished Array - finished Sys - revised Memory | ||||
* | finished Keyboard | Yuchen Pei | 2018-01-17 | 6 | -7/+1462 |
| | |||||
* | finished Output | Yuchen Pei | 2018-01-17 | 4 | -5/+2426 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-17 | 1 | -1/+38 |
| | |||||
* | finished Screen. | Yuchen Pei | 2018-01-17 | 8 | -0/+1408 |
| | | | | - a bit slow though | ||||
* | finished Memory.jack | Yuchen Pei | 2018-01-17 | 5 | -0/+620 |
| | |||||
* | finished Math.jack | Yuchen Pei | 2018-01-17 | 5 | -0/+854 |
| | |||||
* | finished project 11 | Yuchen Pei | 2018-01-15 | 5 | -53/+42 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-15 | 6 | -2/+956 |
| | | | | | - all but pong works - pong: exception in rectangle drawing | ||||
* | checkpoint | Yuchen Pei | 2018-01-15 | 17 | -32/+1602 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-12 | 1 | -25/+41 |
| | | | | | - compiled JackCompiler - need to add system functions into the SRTable | ||||
* | finished first draft of jackcompiler | Yuchen Pei | 2018-01-12 | 1 | -53/+83 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-12 | 1 | -8/+52 |
| | |||||
* | added gitignore, checkpoint of project 11 | Yuchen Pei | 2018-01-12 | 2 | -8/+77 |
| | |||||
* | checkpoint. | Yuchen Pei | 2018-01-11 | 2 | -1/+361 |
| | |||||
* | added gitignore, finished project 10 | Yuchen Pei | 2018-01-11 | 14 | -19/+61 |
| | |||||
* | checkpoint: added comment parser | Yuchen Pei | 2018-01-11 | 1 | -53/+78 |
| | |||||
* | checkpoint. jExpression seems to be working | Yuchen Pei | 2018-01-11 | 1 | -52/+77 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-10 | 1 | -16/+16 |
| | |||||
* | checkpoint. finished first draft w/o comp. error. | Yuchen Pei | 2018-01-10 | 1 | -24/+95 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-10 | 1 | -29/+95 |
| | |||||
* | checkpoint | Yuchen Pei | 2018-01-10 | 1 | -24/+118 |
| | |||||
* | started working on project 10. | Yuchen Pei | 2018-01-09 | 7 | -0/+29 |
| | | | | - trying to figure out all the data types for jack ast | ||||
* | finished random number generator | Yuchen Pei | 2018-01-09 | 2 | -30/+173 |
| | | | | | | - used the simple method here: https://www.coursera.org/learn/nand2tetris2/discussions/weeks/3/threads/LiyUrABwEee0IhLPmsG3Vg/replies/1MWytACWEeeMVQ6gf1FxsA - game crashes around turn 192. will investigate that after learning about the compiler | ||||
* | project 9 checkpoint | Yuchen Pei | 2018-01-08 | 2 | -84/+95 |
| | | | | | | - the game works properly after dumbing down the random number generator. generator. | ||||
* | project 9 checkpoint | Yuchen Pei | 2018-01-08 | 6 | -47/+1366 |
| | | | | | | | - no more compiler error - but still some bugs: - tiles get stuck - segment error (possibly due to deep copy?) | ||||
* | checkpoint finished first draft of Board.jack | Yuchen Pei | 2018-01-08 | 8 | -0/+8058 |
| | |||||
* | finished project 8. | Yuchen Pei | 2018-01-06 | 9 | -23/+616 |
| | |||||
* | checkpoint: passed FibonacciElement test | Yuchen Pei | 2018-01-06 | 5 | -12/+443 |
| | |||||
* | checkpoint: refactored project08 code | Yuchen Pei | 2018-01-05 | 7 | -33/+417 |
| | |||||
* | partially finished project 08 | Yuchen Pei | 2018-01-05 | 10 | -0/+631 |
| | | | | | - finished flow bit (will need to change the labels to f$label) - finished simplefunction test | ||||
* | Finished Project 7 | Yuchen Pei | 2018-01-03 | 12 | -28/+547 |
| | |||||
* | almost done with project 07 part 2 | Yuchen Pei | 2018-01-02 | 1 | -0/+26 |
| | |||||
* | finished first part of project 7 | Yuchen Pei | 2018-01-02 | 9 | -0/+521 |
| | |||||
* | finished Project 6 | Yuchen Pei | 2017-12-20 | 8 | -12/+27553 |
| | |||||
* | testing checkpoint | Yuchen Pei | 2017-12-19 | 3 | -3/+5 |
| | |||||
* | finished first draft of assembler | Yuchen Pei | 2017-12-19 | 4 | -9/+29 |
| | |||||
* | check point. working on project 6 | Yuchen Pei | 2017-12-19 | 3 | -0/+73 |
| | |||||
* | finished project 5 | Yuchen Pei | 2017-12-18 | 5 | -4/+110 |
| | |||||
* | having problem with Computer chip | Yuchen Pei | 2017-12-17 | 2 | -0/+6 |
| | | | | - circle in chips | ||||
* | finished CPU | Yuchen Pei | 2017-12-17 | 4 | -1/+131 |
| |