Two pass assembler implementation
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