divtest.s

来自「*****汇编语言程序设计 源代码*****」· S 代码 · 共 12 行

S
12
字号
# divtest.s - An example of the DIV instruction.section .datadividend:   .quad 8335divisor:   .int 25quotient:   .int 0remainder:   .int 0output:   .asciz "揟he quotient is %d, and the remainder is %d\n

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?