Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.8.7
current_version = 1.8.8
files = version.py

8 changes: 4 additions & 4 deletions library-asm/swap32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

8 changes: 4 additions & 4 deletions tests/functional/divf16c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,13 @@ __ENDF16DIV: ; Put the sign on the result
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/divi32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,13 @@ __MODI32: ; 32bits signed division modulus
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/divu32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,13 @@ __MODI32: ; 32bits signed division modulus
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/gef16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/gei32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/geu32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ __SUB32:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/gtf16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/gti32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/gtu32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ __CALL_BACK__:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/lef16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/lei32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/leu32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ __CALL_BACK__:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/ltf16.asm
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/lti32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ checkParity:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/ltu32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ __SUB32:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/modf16c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -496,13 +496,13 @@ __MODF16:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/modi32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,13 @@ __MODI32: ; 32bits signed division modulus
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/modu32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,13 @@ __MODI32: ; 32bits signed division modulus
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/subf16c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ __SUB32:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
8 changes: 4 additions & 4 deletions tests/functional/subi32c.asm
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ __SUB32:
__SWAP32:
pop bc ; Return address
ex (sp), hl
dec sp
dec sp
inc sp
inc sp
ex de, hl
ex (sp), hl
ex de, hl
inc sp
inc sp
dec sp
dec sp
push bc
ret

Expand Down
Loading