summaryrefslogtreecommitdiff
path: root/asm
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless D initialization, remove LA instruction (actually, it is LI)Alex AUVOLAT2014-01-083-5/+2
|
* Remove SP initialization, it's actually useless.Alex AUVOLAT2014-01-081-1/+0
|
* Merge branch 'integration-progressive'Alex AUVOLAT2014-01-085-42/+53
|\ | | | | | | | | | | | | | | Conflicts: asm/asm.ml asm/asmlex.mll asm/asmpars.mly asm/assembler.ml
| * Merge branch 'emile' into integration-progressiveAlex AUVOLAT2014-01-084-54/+56
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: asm/_tags asm/asmlex.mll asm/asmpars.mly asm/assembler.ml
| | * 2e mail EmileAlex AUVOLAT2014-01-085-35/+48
| | |
| * | Petites modificationsAlex AUVOLAT2014-01-087-128/+212
| |/
| * Premier mail emileAlex AUVOLAT2014-01-084-0/+488
|
* Assembler kind of works ; created simple assembly program that prints Tick! ↵Alex AUVOLAT2014-01-083-6/+8
| | | | every second.
* Crap. Here it is.Alex AUVOLAT2014-01-086-0/+560