Skip to content
/ gcnasm Public
forked from balidani/gcnasm

GCN ISA assembler tool for my GSoC project at Openwall

Notifications You must be signed in to change notification settings

clyfish/gcnasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMD GCN ISA assembler

GCN ISA assembler tool for my GSoC project at Openwall

Project page: http://openwall.info/wiki/john/development/GCN-ISA GitHub: https://github.com/balidani/gcnasm

Usage

./gcnasm <input> <output>

The input is a text file containing the assembly code that is to be processed. The output will be a binary file containing the microcode.

Notes

  • some macros for s_waitcnt need to be defined (e.g. lgkmcnt(3)) #define lgkmcnt(3) 0x037f

About

GCN ISA assembler tool for my GSoC project at Openwall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • C++ 3.0%