ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

BRK should include a signature byte #94

Closed ncatelli closed 3 years ago

ncatelli commented 3 years ago

While BRK is considered an implied address mode instruction, it should include an additional byte like an immediate instruction.

ncatelli commented 3 years ago

Actually, this might be better to leave as a single byte instruction and just allow for use of the .byte preparser directive to specify optional signatures. This seems to align more with the spec.