kevinpt / opbasm

Open PicoBlaze Assembler
http://kevinpt.github.io/opbasm/
MIT License
60 stars 13 forks source link

Missing support for original assembler directives? #29

Open jotego opened 3 years ago

jotego commented 3 years ago

Hello,

I am trying to assemble code that uses the DSIN, DSOUT and EQU directives, as defined in here. It looks like opbasm doesn't support these directives. Are there equivalent ones?

Thank you