changed the macro args to start from 0
This commit is contained in:
@@ -13,14 +13,14 @@ macro square
|
||||
;
|
||||
|
||||
macro defconst 2
|
||||
word $1
|
||||
$2
|
||||
word $0
|
||||
$1
|
||||
end
|
||||
;
|
||||
|
||||
macro defadder 3
|
||||
word $1
|
||||
$2 $3 +
|
||||
word $0
|
||||
$1 $2 +
|
||||
end
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user