scotws / tinkasm

A Tinkerer's Assembler for the 6502/65c02/65816
GNU General Public License v3.0
10 stars 0 forks source link

Source code may not end with a label #4

Closed scotws closed 5 years ago

scotws commented 8 years ago

Make sure the source code does not end with a label, that is, a label is the last thing before the .end directive. This would risk a jump to a unknown location.

scotws commented 5 years ago

On the other hand, this would be nice to have because you can use it to calculate the size of code based on the listing.

scotws commented 5 years ago

We're leaving this.