TODO: Finish getting rid of this by moving it all to Vector.asm and Array.asm.
| Vector32.asm | TODO: Finish getting rid of this by moving it all to Vector.asm and Array.asm. |
| Functions | |
| VectorDword_bubbleSort | Sorts a VECTOR of dwords or pointers with bubble sort |
| VectorSDword_bubbleSort | Sorts a VECTOR of signed dwords with bubble sort |
| VectorReal4_bubbleSort | Sorts a VECTOR of 4-byte reals with bubble sort |
| VectorDword_max | Finds the maximum dword in a VECTOR |
| VectorSDword_max | Finds the maximum signed dword in a VECTOR |
| VectorDword_min | Finds the minimum dword in a VECTOR |
| VectorSDword_min | Finds the minimum signed dword in a VECTOR |