Skip to content

Commit

Permalink
Add a missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Feb 14, 2025
1 parent 1d5c052 commit 519abb3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cpclib-basm/tests/asm/good_crunched_section lzsa1.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

; Illustration of a standard crunch section
org 0x100

CS_START
LZSA1
INNER_START
defs 100
INNER_STOP
LZCLOSE
CS_STOP

assert INNER_STOP - INNER_START == 100
assert CS_STOP - CS_START < 100

0 comments on commit 519abb3

Please sign in to comment.