Skip to content
/ Picobello Public

An assembler for the Microchip PIC instruction set, written in Swift.

License

Notifications You must be signed in to change notification settings

ole/Picobello

Repository files navigation

Picobello

A disassembler and (eventually, hopefully) assembler for the Microchip PIC instruction set, written in Swift.

Status

Very experimental, incomplete, and untested. Currently only the disassembler is functional. And I only support the PIC10F20x instruction set for now.

Usage

The executable is called "picob".

Disassemble a .hex File

$ swift run picob disassemble <path-to-hex.hex>

If you don't have a .hex file at hand, you can pass the --sample flag to disassemble a hardcoded sample file:

$ swift run picob disassemble --sample

Print Usage Information

$ swift run picob --help
OVERVIEW: PIC instruction set assembler

USAGE: picob <command>

OPTIONS:
--version, -v   Print version information and exit
--help          Display available options

SUBCOMMANDS:
disassemble     Disassemble a .hex file

Author

Ole Begemann, oleb.net.

License

MIT. See LICENSE.txt.

About

An assembler for the Microchip PIC instruction set, written in Swift.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages