Added division
This commit is contained in:
parent
d23a3e49ff
commit
f9a715e3b1
4 changed files with 23 additions and 1 deletions
|
|
@ -236,6 +236,12 @@ macro AddR64 dst, src
|
|||
db src
|
||||
end macro
|
||||
|
||||
macro DivR64 dst, src
|
||||
db 0x72
|
||||
db dst
|
||||
db src
|
||||
end macro
|
||||
|
||||
macro RSetF reg
|
||||
db 0x42
|
||||
db reg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue