holy shit thats a lot of changed to asmrigs
This commit is contained in:
26
asmrigs/libbr/math.s
Normal file
26
asmrigs/libbr/math.s
Normal file
@@ -0,0 +1,26 @@
|
||||
public min
|
||||
min:
|
||||
pop b
|
||||
pop c
|
||||
min a, b, c
|
||||
ret
|
||||
|
||||
public max
|
||||
max:
|
||||
pop b
|
||||
pop c
|
||||
max a, b, c
|
||||
ret
|
||||
|
||||
public abs
|
||||
abs:
|
||||
pop b
|
||||
abs a, b, c
|
||||
ret
|
||||
|
||||
public sign
|
||||
sign:
|
||||
pop b
|
||||
sign a, b
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user