Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | get rid of needless things | Michael Abed | 2012-01-31 | -3/+2 |
| | ||||
* | multiply by 1 works | Michael Abed | 2012-01-31 | -5/+3 |
| | ||||
* | delete test.asm | Michael Abed | 2012-01-31 | -3/+0 |
| | ||||
* | make exponents actually work | Michael Abed | 2012-01-31 | -16/+19 |
| | ||||
* | 3 now uses 61-70 also make it functional | Michael Abed | 2012-01-31 | -17/+17 |
| | ||||
* | make it smaller | Michael Abed | 2012-01-31 | -6/+2 |
| | ||||
* | handle mult by 0 (by 1 still broken) | Michael Abed | 2012-01-31 | -4/+11 |
| | ||||
* | correctly handle blank lines | Michael Abed | 2012-01-31 | -1/+5 |
| | ||||
* | Fix register naming | Michael Abed | 2012-01-29 | -7/+7 |
| | ||||
* | Arguments to mov were reversed | Michael Abed | 2012-01-29 | -4/+4 |
| | ||||
* | je and jne had their opcodes reversed... whoops | Michael Abed | 2012-01-29 | -2/+2 |
| | ||||
* | Label count should be updated after address is computed | Michael Abed | 2012-01-29 | -1/+1 |
| | | | | Otherwise you it points to the address right before it, not after | |||
* | fix register number and label address calculation | Michael Abed | 2012-01-29 | -4/+3 |
| | ||||
* | initial commit | Michael Abed | 2012-01-27 | -0/+204 |