|
2 answers
It seems so:
mov eax, 14A162h mov ebx, 1234h div ebx
in eax there will be a quotient, in edx - the remainder
- 3DIV r / m - Indy
- onefail :) well, then mov ebx, 1234h; div ebx - Tim Rudnevsky
|
ars3 movlw 0x09 movwf sec movlw 0x00 movwf stp ars4 `movlw 0x03 subwf sec,f movlw 0x01 addwf stp,f btfsc stat,z goto rst1 btfss stat,z goto ars4
|