1. |
Re: bill. csere + hulye tasm (mind) |
12 sor |
(cikkei) |
2. |
Celeron 300A vs BP 7.0 Patch (mind) |
7 sor |
(cikkei) |
3. |
Vonalkod olvaso (mind) |
8 sor |
(cikkei) |
4. |
SOS rendszerprogramozas (mind) |
5 sor |
(cikkei) |
5. |
Pascal program patch (mind) |
8 sor |
(cikkei) |
6. |
FLI deCoder (mind) |
10 sor |
(cikkei) |
7. |
RE: Zip tomorito (mind) |
13 sor |
(cikkei) |
8. |
bill. csere + hulye tasm (mind) |
47 sor |
(cikkei) |
|
+ - | Re: bill. csere + hulye tasm (mind) |
VÁLASZ |
Feladó: (cikkei)
|
>mas:
>mov cx,ofs label1 + ofs label2 - ofs label3 - ofs label4
>
>error: can't add relative quantities
a MASM is ugyanugy jelez, tehat nem a TASM-ot szidnam, hanem keresnem a
megoldast.
Probald ki igy:
mov cx, offset label1 + label2 - label3 - label4
Udv, Tamas
|
+ - | Celeron 300A vs BP 7.0 Patch (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Haliho
Nezzetek fel a www.borland.hu -ra ott talaltok valamelyik belso lapon
patch-t a crt unithoz es a mar leforditott programokhoz is.
Udv
Andras
|
+ - | Vonalkod olvaso (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Udv mindenkinek!
Ha valaki tudna kuldeni a vonalkod olvasok programozasarol, valamifele
anyagot, amivel el tudok indulni ezen a teren, azt nagyon megkoszonnem.
(irasos dokumentumra, vagy internet cimre gondoltam, de szakirodalom is
jol jonne)
Koszonettel: PK
|
+ - | SOS rendszerprogramozas (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hello
Szuksegem lenne barmilyen,a PC rendszerprogramozasaval kapcsolatos
dokumentaciora barmilyen formatumban.
Koszonom
|
+ - | Pascal program patch (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Udv !
Ha jol emlekszem, nekem megvan az a patch, amellyel leforditott programok
javithatok. Ha kell valakinek, irjon. Mondjuk pentekig...
Vagy mondjon vki egy ftp-t, es felteszem.
Tomi
|
+ - | FLI deCoder (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hello Coderek !
Csak par hete olvasom a hix listait , ugyhogy ha valami olyan dolgot
irok ami mar volt akkor bocs.
Tehat segitseget szeretnek kerni a fli file dekodolasahoz.
Arra gondoltam , hogy ha valaki lenne olyan kedves , hogy leirna
mit-hogy kell , esetleg egy Pascal rutint is kuldene.
Elore is koszi.
Laci !
|
+ - | RE: Zip tomorito (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hello!
>Kellene egy Zip tomorito forraskodban,
>lehetoleg C-ben, vagy C++-ban.
Megvan nekunk a PKWARE data compression library,
ebben NINCS C forras csak library (intel x86) es peldak.
Ha ez is eleg vagy jo, irjal es magan e-mail-ben elkuldom.
(kb 100 Kb)
Udv.
Attila Voros, Chief Engineer, ISDgames
|
+ - | bill. csere + hulye tasm (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hello!
ha megcsinaltam int 9-cel.
itt a kod, ha erdekel valakit (egy 'kicsit' BAPC-os formaban :) )
start:
=>init
newkey:
var oldkey:dd
const key1:db='y',scan_y
const key2:db='z',scan_z
pusha // push ds es
in al,60h // al&=80h
pushf // pushf // !cs:oldkey // popf
jnz ^exit
ds=cs // es=40h // di:=es:[1ah]
if di=es:[1ch] then ^exit
ax:=es:[di]
if ax=wpt key1 do es:[di]:=ax:=wpt key2 // =>^exit
if ax=wpt key2 do es:[di]:=ax:=wpt key1
^exit:
pop es ds // popa
iret
.indirectall
init:
...
ha valaki nem tudja kihamozni, hogy mi is akar ez lenni, es erdekli,
akkor majd atirom asm-ra, de nem farasztom magam, ha nem fontos.
mas:
mov cx,ofs newtsr + ofs tsr_end - ofs tsr - 100h
error: can't add relative quantities
bazzeg!
a tasm szerint nincs ertelme offsetek osszeadasanak. szerintem van.
es most szuksegem is lenne ra. a tasm hulyesege miatt most kell ket
konstans, hogy muxon. :(
Bye,
Panther / mnemonic
|