New machine language port
|
12-23-2019, 12:12 AM
(This post was last modified: 12-23-2019 12:13 AM by Joe Horn.)
Post: #7
|
|||
|
|||
RE: New machine language port
(12-22-2019 11:31 PM)rprosperi Wrote: Just guessing here, but: Almost correct, but the required field is W, not A. Change every R4=C to R4=C W and change every A=R4 to A=R4 W and so on. When the W field is the only one valid for a command, the syntax should allow it to be omitted, but apparently in this case you have to specify it. Silly assembler! Two lessons learned here: (1) When the error message is "Invalid Field", look for a bad or missing field specifier. (2) Very often the error pointer will be pointing at the line after where the error actually happened. Hope that helps! <0|ΙΈ|0> -Joe- |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)