TomNisbet / asm85

Intel 8085 Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra arguments after an instruction are silently ignored

TomNisbet opened this issue · comments

An illegal instruction, like "push h,25" will not throw an error. It will assemble successfully as "push h". This could hide mistakes, particularly when cut and paste is used.