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
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/_mul32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/_mul32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/addf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/addf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/div16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/div16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/div32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/div32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/div8.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/div8.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/divf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/divf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/divf16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/divf16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/modf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/modf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/modf16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/modf16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/mul32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/mul32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/mulf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/mulf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/mulf16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/mulf16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/sub32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/sub32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/arith/subf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <arith/subf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgn.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgn.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgnf.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgnf.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgnf16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgnf16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgni16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgni16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgni32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgni32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgni8.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgni8.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgnu16.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgnu16.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgnu32.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgnu32.asm>
12 changes: 6 additions & 6 deletions src/lib/arch/zxnext/runtime/sgnu8.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------

#include once [arch:zx48k] <sgnu8.asm>
12 changes: 6 additions & 6 deletions tests/functional/arch/zxnext/addf.asm
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ _a:
ret
;; --- end of user code ---
#line 1 "/zxbasic/src/lib/arch/zxnext/runtime/arith/addf.asm"
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/arith/addf.asm"
#line 1 "/zxbasic/src/lib/arch/zxnext/runtime/stackf.asm"
; -------------------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions tests/functional/arch/zxnext/divf00.asm
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ _b:
ret
;; --- end of user code ---
#line 1 "/zxbasic/src/lib/arch/zxnext/runtime/arith/divf.asm"
' ----------------------------------------------------------------
' This file is released under the MIT License
'
' Copyleft (k) 2008
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
' ----------------------------------------------------------------
; ----------------------------------------------------------------
; This file is released under the MIT License
;
; Copyleft (k) 2008
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
; ----------------------------------------------------------------
#line 1 "/zxbasic/src/lib/arch/zx48k/runtime/arith/divf.asm"
#line 1 "/zxbasic/src/lib/arch/zxnext/runtime/stackf.asm"
; -------------------------------------------------------------
Expand Down
Loading