Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acagliano@AnthonysMBP805 test % fasmg
- flat assembler version g.j27m
- Usage: fasmg source [output]
- Optional settings:
- -p limit Set the maximum allowed number of passes (default 100)
- -e limit Set the maximum number of displayed errors (default 1)
- -r limit Set the maximum depth of stack (default 10000)
- -v flag Enable or disable showing all lines from the stack (default 0)
- -i command Insert instruction at the beginning of source
- -n Do not show logo nor summary
- acagliano@AnthonysMBP805 test % touch test.asm
- acagliano@AnthonysMBP805 test % fasmg test.asm
- Error: not enough memory to complete the assembly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement