Add a da65 65186 test

This commit is contained in:
Lauri Kasanen
2022-10-17 12:50:59 +03:00
parent 3ea999f034
commit 9aae1efd03
4 changed files with 303 additions and 1 deletions

7
test/dasm/65816.cfg Normal file
View File

@@ -0,0 +1,7 @@
MEMORY {
ROM: start = $8000, size = $8000;
}
SEGMENTS {
CODE: load = ROM;
}