Skip to content

Commit

Permalink
add test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 28, 2024
1 parent 3239f75 commit 68ef1e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/structs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
;`warnWfeature_deprecated
;`02 40
;`00 40
;`04 40

struct struct_without_org $4000
.first: skip 2
Expand All @@ -24,6 +25,9 @@ struct test3 extends test
.lol: skip 5
endstruct

struct test2 extends struct_without_org
endstruct

lda test[1].size
;lda test.size
lda test.test2.lol
Expand Down Expand Up @@ -74,3 +78,4 @@ db objectsize("test.test3")

dw struct_without_org.second
dw struct_without_org
dw struct_without_org.test2

0 comments on commit 68ef1e1

Please sign in to comment.