Commit Graph

30 Commits

Author SHA1 Message Date
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
xnumad
d1d1c4af86
Fix off-by-one error
Iterate from 0..9, i.e. while $t0 is < 10
2023-03-24 21:43:38 +01:00
xnumad
f1a149c860
Fix branching example
Was only wrong in the Java code, assembly code seems fine.
2023-03-24 21:35:30 +01:00
xnumad
d7356d4b39
Correct comment
the s in the mnemonic slt is not for signal but for set
slt = "Set on Less Than" according to the manual
2023-03-24 21:33:35 +01:00
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
Brian Holbrook
d208b72f6a
[mips/*] Fix branching example (#4315) 2022-03-03 15:44:38 +08:00
NightMachinary
fd3b5cf629
Fixed errors (#4227) 2021-12-22 20:40:43 +01:00
Flopsey
1524547b4d
[mips/en] Fix uncommented comment line (#4223) 2021-08-26 16:48:24 +02:00
Simon Butler
729d131a91
minor fix for uncommented comment line 2020-05-08 09:29:38 +02:00
Keating950
1274a06704
[MIPS Assembly/ en] fixing line length
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.
2020-02-07 10:01:00 -05:00
Stanley Lim
726d743f27
[mips/en] Fixed typos 2019-11-21 11:33:30 -05:00
Adam Bard
9d0e755dd0 mips asm 2018-08-24 19:45:59 -07:00
Spiderpig86
d4c5ff14cc Merge branch 'master' of github.com:Spiderpig86/learnxinyminutes-docs 2018-08-12 19:18:13 -04:00
Spiderpig86
b0d5beb4fa chore(mips.html.markdown): Added missing colon 2018-08-12 19:17:57 -04:00
Stanley Lim
803c61275c
chore(mips.html.markdown): Fixed missing hash for comment 2018-08-10 10:42:18 -04:00
Spiderpig86
7cd9cef81e chore(mips.html.markdown): Fixed line wrapping 2018-08-09 21:30:41 -04:00
Spiderpig86
8239325a36 feat(mips.html.markdown): Added example for using include statements 2018-08-09 21:26:46 -04:00
Spiderpig86
b7bb2fc93d feat(mips.html.markdown): Added entry about arrays 2018-08-08 22:01:56 -04:00
Spiderpig86
ffff6d9bb3 feat(mips.html.markdown): Added examples of macros 2018-08-07 21:48:42 -04:00
Spiderpig86
9d908ebb4a feat(mips.html.markdown): Added entry on functions 2018-08-06 23:34:56 -04:00
Spiderpig86
e6961a6942 feat(mips.html.markdown): Added examples of using loops in MIPS 2018-08-05 15:25:44 -04:00
Stanley Lim
81f9f0fec8
feat(mips.html.markdown): Added examples for branching and conditionals 2018-07-20 10:39:43 -04:00
spiderpig86
e566cee6c0 chore(mips.html.markdown): Fixed minor space issue 2018-07-08 21:32:51 -04:00
spiderpig86
119c4172bb chore(mips.html.markdown): Content now wraps at 80 chars 2018-07-08 21:16:51 -04:00
spiderpig86
6f32ec9859 chore(mips.html.markdown): Fixed formatting of comments 2018-07-08 15:16:26 -04:00
spiderpig86
4c025bc12b feat(mips.html.markdown): Added mathematical operations and logical operator examples 2018-07-08 15:05:27 -04:00
spiderpig86
b3d8f0cdc7 feat(mips.html.markdown): Started working on math 2018-07-07 12:08:10 -04:00
spiderpig86
254879a3be feat(mips.html.markdown): Added basics of loading and storing instructions 2018-06-24 14:55:47 -04:00
spiderpig86
86b8304bc2 feat(mips.html.markdown): Added info for data section 2018-06-24 14:00:07 -04:00
spiderpig86
13812cc174 feat(mips.html.markdown): Added description and comments for MIPS 2018-06-17 13:02:17 -04:00