| | |
need help how to inverse
Please support our Assembly advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Aug 2009
Posts: 46
Reputation:
Solved Threads: 0
ok i can inverse the code
like 1234 to 4321..but when i applied jmp and cmp i dont know what goes wrong with my data..
code without loop
here is my code with loop
my problem is with my loop how come it wont inverse
like 1234 to 4321..but when i applied jmp and cmp i dont know what goes wrong with my data..
code without loop
Assembly Syntax (Toggle Plain Text)
.model small .stack .data .code start: mov ah,1 int 21h push ax mov ah,1 int 21h push ax mov ah,1 int 21h push ax pop bx mov ah,2 mov dl,bl int 21h pop bx mov ah,2 mov dl,bl int 21h pop bx mov ah,2 mov dl,bl int 21h mov ah,4ch int 21h
Assembly Syntax (Toggle Plain Text)
.model small .stack .data .code start: start1: mov ah,1 int 21h push ax cmp al,0ah je out1 jne start1 out1: pop bx mov ah,2 mov dl,bl int 21h mov ax,4c00h int 21h end start
![]() |
Similar Threads
- how to inverse 3x3 matrices using php (PHP)
- Can anyone give me the source code for inverse of matrix in c (Community Introductions)
- Transpose & Inverse Matrix, Matrix Determinant (C++)
- Inverse of a matrix (C)
- inverse functions (Visual Basic 4 / 5 / 6)
Other Threads in the Assembly Forum
- Previous Thread: new screen for assembly language
- Next Thread: Problem building assembly in MASM
Views: 418 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Assembly
3d 68hc11 6811 80386 :( adress array asm assembler assembly boot bootloader buffer compression cursor debug directory division docs dos draw emulator endtask error exceptions file int10h integer intel interrupt interrupts language loop newbie nohau osdevelopment print program range read remainder shape string text theory tsr x86





