Skip to content

sgraf812/DerelictUdis86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictUdis86

Warning: this an unofficial Derelict binding.

A dynamic binding to udis86 for the D Programming Language.

For information on how to build DerelictUdis86 and link it with your programs, please see the post Building and Using Packages in DerelictOrg at the Derelict forums.

For information on how to load the udis86 library via DerelictUdis86, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.udis86.udis86

void main() {
    // Load the udis86 library.
    DerelictUdis86.load();
    
    // Now udis86 functions can be called.
    ...
}

About

A dynamic binding to http://udis86.sourceforge.net/ for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages