NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: soulvomit on January 14, 2017, 10:10:02 PM

Title: Oromë Pathfinder assembled with NASM
Post by: soulvomit on January 14, 2017, 10:10:02 PM
Here is my NASM implementation of A* pathfinding. It is fast and light weight. The NASM source code is platform neutral and doesn't use any syscalls or external APIs. The wrappers, however, are Windows specific! I am currently working an ELF assembled shared object for Linux. Use cases for this project could be; logistics, game AI development or robotics.

Here is the git repo for the entire project:
https://github.com/Soulvomit/Orome-Pathfinder
(Includes: documentation, native and managed windows wrappers, threading system, test applications and the core NASM source code)

I've attached the core NASM source code, without all the bells and whistles.

Any optimization suggestions would be much appreciated.
Any help generating a Linux shared object library, would be much appreciated.
Title: Re: Oromë Pathfinder assembled with NASM
Post by: soulvomit on January 14, 2017, 10:12:41 PM
double post