Advertisement
AnthonyCagliano

Untitled

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