Skip to content

Tools for use with the Triton CPU architecture

License

Notifications You must be signed in to change notification settings

patrislav/triton-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triton Tools

This repository contains tools for use with the Triton architecture and CPU family.

Currently it only contains a very basic assembler (trasm) and disassembler (detrasm.)

Usage

The following command will build all the tools and place them in the bin directory:

make

To assemble a .tras source into a ternary program and output it to a file:

cat path/to/file.tras | bin/trasm > path/to/output.bct

To disassemble a ternary program into an instruction listing and print it to standard output:

cat path/to/file.bct | bin/detrasm

About

Tools for use with the Triton CPU architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published