Skip to content

Commit bc3d5f1

Browse files
committed
tests: update tests
1 parent 12598c4 commit bc3d5f1

File tree

1,042 files changed

+2660
-4748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,042 files changed

+2660
-4748
lines changed

tests/functional/arch/zx48k/00.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/02.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/03.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/04.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/05.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/053opt.asm

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:
@@ -77,7 +75,7 @@ _sail:
7775
ld c, l
7876
jp .core.__END_PROGRAM
7977
;; --- end of user code ---
80-
#line 1 "/zxbasic/src/arch/zx48k/library-asm/abs8.asm"
78+
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/abs8.asm"
8179
; Returns absolute value for 8 bit signed integer
8280
;
8381
push namespace core
@@ -87,9 +85,9 @@ __ABS8:
8785
neg
8886
ret
8987
pop namespace
90-
#line 55 "053opt.bas"
91-
#line 1 "/zxbasic/src/arch/zx48k/library-asm/lti8.asm"
92-
#line 1 "/zxbasic/src/arch/zx48k/library-asm/lei8.asm"
88+
#line 55 "arch/zx48k/053opt.bas"
89+
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/cmp/lti8.asm"
90+
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/cmp/lei8.asm"
9391
push namespace core
9492
__LEI8: ; Signed <= comparison for 8bit int
9593
; A <= H (registers)
@@ -111,6 +109,6 @@ checkParity:
111109
ret
112110
ENDP
113111
pop namespace
114-
#line 2 "/zxbasic/src/arch/zx48k/library-asm/lti8.asm"
115-
#line 56 "053opt.bas"
112+
#line 2 "/zxbasic/src/lib/arch/zx48k/runtime/cmp/lti8.asm"
113+
#line 56 "arch/zx48k/053opt.bas"
116114
END

tests/functional/arch/zx48k/06.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/07.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/08.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/09.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/10.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/11.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/12.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/13.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/15.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/16.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/17.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/18.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/20.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/21.asm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:
@@ -44,7 +42,7 @@ _b:
4442
ei
4543
ret
4644
;; --- end of user code ---
47-
#line 1 "/zxbasic/src/arch/zx48k/library-asm/storef.asm"
45+
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/storef.asm"
4846
push namespace core
4947
__PISTOREF: ; Indect Stores a float (A, E, D, C, B) at location stored in memory, pointed by (IX + HL)
5048
push de
@@ -72,5 +70,5 @@ __STOREF: ; Stores the given FP number in A EDCB at address HL
7270
ld (hl), b
7371
ret
7472
pop namespace
75-
#line 22 "21.bas"
73+
#line 22 "arch/zx48k/21.bas"
7674
END

tests/functional/arch/zx48k/22.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/25.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/26.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

tests/functional/arch/zx48k/27.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
call .core.__MEM_INIT
1412
jp .core.__MAIN_PROGRAM__

tests/functional/arch/zx48k/28.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
call .core.__MEM_INIT
1412
jp .core.__MAIN_PROGRAM__

tests/functional/arch/zx48k/29.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
call .core.__MEM_INIT
1412
jp .core.__MAIN_PROGRAM__

tests/functional/arch/zx48k/30.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
exx
77
push hl
88
exx
9-
ld hl, 0
10-
add hl, sp
11-
ld (.core.__CALL_BACK__), hl
9+
ld (.core.__CALL_BACK__), sp
1210
ei
1311
jp .core.__MAIN_PROGRAM__
1412
.core.__CALL_BACK__:

0 commit comments

Comments
 (0)