@@ -1,4 +1,4 @@
|
||||
NUM_SQUARE_ROOTS EQU 255
|
||||
DEF NUM_SQUARE_ROOTS EQU 255
|
||||
|
||||
GetSquareRoot:
|
||||
; Return the square root of de in b.
|
||||
|
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
NUM_SQUARE_ROOTS EQU 255
|
||||
DEF NUM_SQUARE_ROOTS EQU 255
|
||||
|
||||
GetSquareRoot:
|
||||
; Return the square root of de in b.
|
||||
|