Skip to content

Commit a2c66a1

Browse files
committed
Fix: use ; for asm comments
1 parent b2c3d3f commit a2c66a1

23 files changed

Lines changed: 138 additions & 138 deletions
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/_mul32.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/addf.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/div16.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/div32.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/div8.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/divf.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/divf16.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/modf.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/modf16.asm>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
' ----------------------------------------------------------------
2-
' This file is released under the MIT License
3-
'
4-
' Copyleft (k) 2008
5-
' by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6-
' ----------------------------------------------------------------
1+
; ----------------------------------------------------------------
2+
; This file is released under the MIT License
3+
;
4+
; Copyleft (k) 2008
5+
; by Jose Rodriguez-Rosa (a.k.a. Boriel) <https://www.boriel.com>
6+
; ----------------------------------------------------------------
77

88
#include once [arch:zx48k] <arith/mul32.asm>

0 commit comments

Comments
 (0)