Message from @Blaundee

Discord ID: 382379244791005186


2017-11-21 02:05:30 UTC  

RHCP is love

2017-11-21 02:05:35 UTC  

RHCP is life

2017-11-21 02:05:41 UTC  

I told you so

2017-11-21 02:05:44 UTC  

:v

2017-11-21 02:05:55 UTC  

its RHCP night

2017-11-21 02:06:07 UTC  

thanks a bunch Ricky

2017-11-21 02:07:16 UTC  

no problem

2017-11-21 02:07:30 UTC  

RHCP is the best!

2017-11-21 02:15:42 UTC  

kek

2017-11-21 02:15:46 UTC  

this guy

2017-11-21 02:16:15 UTC  

there is going to be one flat earther for sure

2017-11-21 02:23:08 UTC  

Ok

2017-11-21 03:24:50 UTC  

Omg

2017-11-21 03:24:57 UTC  

Why Do I get anxious over retarded shit

2017-11-21 03:57:00 UTC  

because brains are dumb as hell sometimes

2017-11-21 03:58:05 UTC  

yay

2017-11-21 03:58:08 UTC  

I fixed my code

2017-11-21 03:58:26 UTC  

```mips
#===============================================================
# Maximum print
#==============================================================
add $s0, $zero, $zero # $s0 i = 0
add $s3, $zero, $zero # $s3 max = 0
MaxL: slt $t0, $s0, $s1 # $t0 = (i < amt) ? 1 : 0
beq $t0, $zero, MaxE # !(i < amt) => MaxE
sll $t0, $s0, 2 # $t0 = i * 4
add $t0, $s2, $t0 # $t0 = arr + i * 4
lw $t1, 0($t0) # $t1 = arr[i]
slt $t0, $s3, $t1 # $t0 = (max < arr[i]) ? 1 : 0
beq $t0, $zero, MaxJ # !(max < arr[i]) => MaxE
add $s3, $zero, $t1 # max = arr[i]
MaxJ: addi $s0, $s0, 1 # i = i + 1
j MaxL # Restart loop
MaxE: add $a0, $zero, $s3 # $a0 = max
addi $v0, $zero, 1 # Prep to print for int
syscall # Print max
```

2017-11-21 03:58:33 UTC  

^^^original

2017-11-21 03:58:36 UTC  

oh shit

2017-11-21 03:58:40 UTC  

OH SHIT

2017-11-21 03:58:47 UTC  

```mips
#===============================================================
# Maximum print
#===============================================================
add $s0, $zero, $zero # $s0 i = 0
lw $s3, 0($s2) # $s3 max = arr[0] <<<FIX
MaxL: slt $t0, $s0, $s1 # $t0 = (i < amt) ? 1 : 0
beq $t0, $zero, MaxE # !(i < amt) => MaxE
sll $t0, $s0, 2 # $t0 = i * 4
add $t0, $s2, $t0 # $t0 = arr + i * 4
lw $t1, 0($t0) # $t1 = arr[i]
slt $t0, $s3, $t1 # $t0 = (max < arr[i]) ? 1 : 0
beq $t0, $zero, MaxJ # !(max < arr[i]) => MaxE
add $s3, $zero, $t1 # max = arr[i]
MaxJ: addi $s0, $s0, 1 # i = i + 1
j MaxL # Restart loop
MaxE: add $a0, $zero, $s3 # $a0 = max
addi $v0, $zero, 1 # Prep to print for int
syscall # Print max
```

2017-11-21 03:58:48 UTC  

programing

2017-11-21 03:58:50 UTC  

...........

2017-11-21 03:58:50 UTC  

^^^fixed

2017-11-21 03:58:57 UTC  

PROGRAMING!!!!!

2017-11-21 03:59:04 UTC  

❤ ViperChan

2017-11-21 03:59:07 UTC  
2017-11-21 03:59:30 UTC  

```mips
add $s3, $zero, $zero ---> lw $s3, 0($s2)
```

2017-11-21 03:59:37 UTC  

Only change I needed

2017-11-21 03:59:50 UTC  

It took me 2 hours to find this god damn bug

2017-11-21 04:00:04 UTC  
2017-11-21 04:00:53 UTC  

```
You are just simply too awesome!
Thank you for gracing me with your energetic presence!
Words cannot express the amount of gratitude I have for you!
```

2017-11-21 04:01:10 UTC  

Wow

2017-11-21 04:01:16 UTC  

Just went to do my laundry

2017-11-21 04:01:25 UTC  

Someone had some DANK weed

2017-11-21 04:02:39 UTC  

@Blaundee yeh thanks, assembly langauge takes a LOT of effort

2017-11-21 04:02:45 UTC  

dude

2017-11-21 04:02:59 UTC  

my colleagues just program all fucking day for a robot that presses shit

2017-11-21 04:03:12 UTC  

presses shit?