mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:46:46 +08:00
duh
This commit is contained in:
parent
5b7040c298
commit
f59c6c92cf
1 changed files with 0 additions and 3 deletions
|
|
@ -148,12 +148,9 @@ main:
|
|||
.macro AASCIZ label, string
|
||||
.p2align 2
|
||||
\label: .asciz "\string"
|
||||
<<<<<<< HEAD
|
||||
.endm
|
||||
|
||||
.macro MOD src_a, src_b, dest, scratch
|
||||
sdiv \scratch, \src_a, \src_b
|
||||
msub \dest, \scratch, \src_b, \src_a
|
||||
=======
|
||||
>>>>>>> d64aed10129b1011df2b323fee667ec2a5eeab1b
|
||||
.endm
|
||||
|
|
|
|||
Loading…
Reference in a new issue