Skip to content

Commit 8d03a7d

Browse files
author
Noam Preil
committed
Improve temporary label definitions
1 parent bc5f45a commit 8d03a7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/backend/mappings.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ static const ASM_MAPPING _asxxxx_z80_mapping[] = {
3535
"push\thl\n"
3636
"push\tiy"
3737
},
38+
{ "tlabeldef", ".temp_%05d:" },
39+
{ "tlabel", ".temp_%05d" },
3840
{ "popa",
3941
"pop iy\n"
4042
"pop\thl\n"

0 commit comments

Comments
 (0)