Skip to content

Commit

Permalink
More tests for anonymous labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mungre committed Aug 26, 2024
1 parent 845ac61 commit 709ba6e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonbrace.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- LDA #65
{
JMP -
}
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonbrace2.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- LDA #65
{
}
JMP -
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonbrace3.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
- LDA #65
}
JMP -
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonfor.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- LDA #65
FOR I, 1, 2
JMP -
NEXT
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonfor2.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- LDA #65
FOR I, 1, 2
NEXT
JMP -
4 changes: 4 additions & 0 deletions test/4-assembler/anonlabels/anonfor3.fail.6502
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FOR I, 1, 2
- LDA #65
NEXT
JMP -
File renamed without changes.
File renamed without changes.

0 comments on commit 709ba6e

Please sign in to comment.