Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix off-by-one error | xnumad | 2023-03-24 | -1/+2 |
| | | | Iterate from 0..9, i.e. while $t0 is < 10 | |||
* | Fix branching example | xnumad | 2023-03-24 | -0/+1 |
| | | | Was only wrong in the Java code, assembly code seems fine. | |||
* | Correct comment | xnumad | 2023-03-24 | -1/+1 |
| | | | | the s in the mnemonic slt is not for signal but for set slt = "Set on Less Than" according to the manual | |||
* | Fixes typos in many different English articles | Marcel Ribeiro-Dantas | 2022-12-10 | -1/+1 |
| | | | | Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> | |||
* | [mips/*] Fix branching example (#4315) | Brian Holbrook | 2022-03-03 | -1/+1 |
| | ||||
* | Fixed errors (#4227) | NightMachinary | 2021-12-22 | -2/+2 |
| | ||||
* | [mips/en] Fix uncommented comment line (#4223) | Flopsey | 2021-08-26 | -1/+1 |
| | ||||
* | minor fix for uncommented comment line | Simon Butler | 2020-05-08 | -1/+1 |
| | ||||
* | [MIPS Assembly/ en] fixing line length | Keating950 | 2020-02-07 | -44/+55 |
| | | | Some lines were greater than 80 characters long, which causes some unaligned wrapping of comments on the website. This PR reduces all lines' length to a maximum of 80. | |||
* | [mips/en] Fixed typos | Stanley Lim | 2019-11-21 | -7/+7 |
| | ||||
* | mips asm | Adam Bard | 2018-08-24 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:Spiderpig86/learnxinyminutes-docs | Spiderpig86 | 2018-08-12 | -1/+1 |
|\ | ||||
| * | chore(mips.html.markdown): Fixed missing hash for comment | Stanley Lim | 2018-08-10 | -1/+1 |
| | | ||||
* | | chore(mips.html.markdown): Added missing colon | Spiderpig86 | 2018-08-12 | -2/+3 |
|/ | ||||
* | chore(mips.html.markdown): Fixed line wrapping | Spiderpig86 | 2018-08-09 | -1/+2 |
| | ||||
* | feat(mips.html.markdown): Added example for using include statements | Spiderpig86 | 2018-08-09 | -0/+4 |
| | ||||
* | feat(mips.html.markdown): Added entry about arrays | Spiderpig86 | 2018-08-08 | -0/+27 |
| | ||||
* | feat(mips.html.markdown): Added examples of macros | Spiderpig86 | 2018-08-07 | -0/+42 |
| | ||||
* | feat(mips.html.markdown): Added entry on functions | Spiderpig86 | 2018-08-06 | -2/+62 |
| | ||||
* | feat(mips.html.markdown): Added examples of using loops in MIPS | Spiderpig86 | 2018-08-05 | -0/+30 |
| | ||||
* | feat(mips.html.markdown): Added examples for branching and conditionals | Stanley Lim | 2018-07-20 | -1/+65 |
| | ||||
* | chore(mips.html.markdown): Fixed minor space issue | spiderpig86 | 2018-07-08 | -3/+3 |
| | ||||
* | chore(mips.html.markdown): Content now wraps at 80 chars | spiderpig86 | 2018-07-08 | -29/+72 |
| | ||||
* | chore(mips.html.markdown): Fixed formatting of comments | spiderpig86 | 2018-07-08 | -18/+18 |
| | ||||
* | feat(mips.html.markdown): Added mathematical operations and logical operator ↵ | spiderpig86 | 2018-07-08 | -3/+24 |
| | | | | examples | |||
* | feat(mips.html.markdown): Started working on math | spiderpig86 | 2018-07-07 | -1/+9 |
| | ||||
* | feat(mips.html.markdown): Added basics of loading and storing instructions | spiderpig86 | 2018-06-24 | -10/+39 |
| | ||||
* | feat(mips.html.markdown): Added info for data section | spiderpig86 | 2018-06-24 | -0/+20 |
| | ||||
* | feat(mips.html.markdown): Added description and comments for MIPS | spiderpig86 | 2018-06-17 | -0/+16 |