CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
other
> Assembly language
Assembly language
Time:11-24
Assembler find out 1 to 50 data and can be divided exactly by 3 sum urgent please!!!!!!!!!!
CodePudding user response:
MOV DL, 3
XOR BX, BX
CX, MOV 50
_Loop:
MOV AX, CX
DIV DL
CMP AH, 0
JNZ _next
The ADD BX, CX
_next:
Loop _Loop
; As a result, there are BX
Page link:
https//www.codepudding.com/other/86961.html
Prev:
Python coroutines async have multiple await in function, how to let them all to run
Next:
Python matching regular mail
Tags:
Assembly language
Related
Links:
CodePudding