Conversation
|
I feel like the emulator/assembler should be strict in requiring all operations require a argument. The specification does outline the use of a operand on all instructions. |
|
I agree |
|
I think the assembler should be liberal in what it accepts. The operand of On Thu, Oct 6, 2016 at 8:21 PM, Yamakaky notifications@github.com wrote:
|
|
I think that given the spec states it takes an argument, it'd be better to leave as is. If you're annoyed by the RFI 0 and whatnot in your code, you could just make a macro for RFI 0, eg "macro FOO=RFI 0" or something. I think adding special cases into the code like this will end up too messy (hence why stuff like "asciiz" and "reserve" are implemented as default macros). |
No description provided.