Assembler Meetup #23, 2019/12/07
2019-12-07
Meet in MongKok. Mainly shorten the grammar. Jenny confirmed each instruction can be translated by same five functions.
We confirmed if instruction has only one operand, we have to add byte/word/dword/qword, e.g.: inc byte [ax]
And some instructions such as call doesn’t support all four combinations of byte/word/dword/qword, this “call byte [ax]” will report error because x86 don’t have 8 bits.