I have the following very simple Y86 program in file foo.ys
:
irmovl $1, %eax
Running the following command:
$ yas foo.ys
I get the following (utterly useless) feedback from yas
:
Invalid Line
So--I have a few questions:
- Where does the Y86 documentation live?
- What is invalid about the above program?