Skip to content

Commit 13954fc

Browse files
stupid mateo
1 parent fa7d322 commit 13954fc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/std/shared/smuls.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
.def __smuls
1818
.assume adl=1
1919

20-
__smuls equ 000224h
20+
__smuls equ 000224h
21+

src/std/shared/smulu.src

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
; (c) Copyright 2001-2008 Zilog, Inc.
22
;-------------------------------------------------------------------------
3-
; Short Multiply Signed/Unsigned
4-
; Note: When multipying two n-bit values, the low-order n-bits
5-
; of the product are the same, whether or not the values
6-
; are considered signed or unsigned.
3+
; Short Multiply Unsigned
74
; Input:
85
; Operand1:
96
; BC : 16 bits
@@ -17,9 +14,8 @@
1714
; Registers Used:
1815
; none
1916
;-------------------------------------------------------------------------
20-
.def __smulu,__smuls
17+
.def __smulu
2118
.assume adl=1
2219

23-
__smuls equ 000224h
2420
__smulu equ 000228h
2521

0 commit comments

Comments
 (0)