mardi 25 mars 2014

How to write the code to convert assemble language to java byte code in java?


Vote count:

0




If i give the input like the i want the out showed as in the cmd prompt.pls tell me to how to write the code in java?



h1 db 'AB'
v2 db 'CD'
v3 db 'EF
.code
start:
mov ax,@data
mov ds,ax
mov sp,0100h

;call the subroutine
mov ax,offset v1
push ax
mov ax,offset v2
push ax
call subr
retsub:




asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire