Skip to content

aerocyber/two_pass_assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

two_pass_assembler

Two pass assembler implementation

Getting Started

Build instruction:

Get the source:

git clone https://github.com/aerocyber/two_pass_assembler
cd two_pass_assembler/two_pass_assembler

Get dependency:

flutter pub get

Build for release

# Linux
flutter build linux --release --tree-shake-icons --no-obfuscate

# Windows
flutter build windows --release --tree-shake-icons --no-obfuscate

To build documentation, install pandoc and then from the same dir as above,

cd docs/
pandoc index.md -o Two-Pass-Assembler-manual.pdf

Docs

See docs