From: sparky4 Date: Thu, 4 Aug 2016 13:26:31 +0000 (-0500) Subject: what X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fb96b704277695fd5bf369d8ee87353d0bacb9c1;p=plz.git what --- diff --git a/asmyt.o b/asmyt.o deleted file mode 100755 index cd83b69..0000000 Binary files a/asmyt.o and /dev/null differ diff --git a/common.h b/common.h index a3fc10d..12bd53d 100755 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ -#ifndef _C_H_ -#define _C_H_ +#ifndef _COMM_H_ +#define _COMM_H_ #include #include #include diff --git a/copper.as0 b/copper.ass similarity index 99% rename from copper.as0 rename to copper.ass index cbc118e..0d0de2a 100755 --- a/copper.as0 +++ b/copper.ass @@ -49,7 +49,7 @@ _cop_scrl: add byte ptr [bx+si],al _cop_plz: add word ptr [bx+si],ax -_close_copper: .global +_close_copper: mov bx,7 mov ax,0 mov cx,0 @@ -66,7 +66,7 @@ _close_copper: .global mov dx,0 int 0fcH retf -_init_copper: .global +_init_copper: mov bx,7 mov ax,1 mov cx,offset copper1 @@ -135,7 +135,7 @@ L$4: call near ptr L$14 L$5: pop ds - ;;;;popa + ;popa pop AX pop CX pop DX @@ -166,9 +166,9 @@ L$7: out dx,ax retf _moveplz: - ;;;;push ds - ;;;;push seg _k1 - ;;;;pop ds + push ds + ;;;;????push seg _k1 + pop ds add word ptr DGROUP:_k1,0fffdH and word ptr DGROUP:_k1,0fffH add word ptr DGROUP:_k2,0fffeH @@ -210,7 +210,7 @@ L$8: pop bp add byte ptr [bx+si],ah add byte ptr fs:[bx+si],ch - ;;;;insb + ;;;;????insb add byte ptr [bx+si],dh je L$9 L$9: @@ -241,7 +241,7 @@ L$11: add word ptr 1[bp+di],ax dec sp add word ptr 1[bp],dx - ;;;;pusha + ;pusha push AX push CX push DX @@ -1151,7 +1151,7 @@ L$19: L$20: push ax push ds - ;;;;push seg _k1 + ;;;;????push seg _k1 pop ds mov ax,word ptr DGROUP:_il1 mov word ptr DGROUP:_l1,ax diff --git a/copper.lib b/copper.lib index dd6c4a4..37ddb04 100755 Binary files a/copper.lib and b/copper.lib differ diff --git a/copper.o b/copper.o deleted file mode 100755 index 3b04337..0000000 Binary files a/copper.o and /dev/null differ diff --git a/makefile b/makefile index adb65af..adfd769 100755 --- a/makefile +++ b/makefile @@ -90,9 +90,9 @@ asmyt.$(OBJ): asmyt.h asmyt.c wcl $(FLAGS) -c asmyt.c copper.lib: copper.$(OBJ) wlib -b copper.lib copper.$(OBJ) -copper.$(OBJ): copper.h copper.c copper.as0 +copper.$(OBJ): copper.h copper.c copper.ass # wcl $(AFLAGS) -zcm=tasm -c copper.asm - wasm $(AFLAGS) -c copper.as0 + wasm $(AFLAGS) -c copper.ass # wcl $(FLAGS) -c copper.c #tasm compiled... diff --git a/plz.o b/plz.o deleted file mode 100755 index 80c2b23..0000000 Binary files a/plz.o and /dev/null differ diff --git a/plzpart.map b/plzpart.map index 1029d0c..bdf5af4 100755 --- a/plzpart.map +++ b/plzpart.map @@ -1,8 +1,8 @@ Open Watcom Linker Version 2.0 beta Feb 1 2016 01:01:49 (32-bit) Copyright (c) 2002-2016 The Open Watcom Contributors. All Rights Reserved. Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. -Created on: 16/08/03 13:03:46 -Warning! W1027: file copper.lib(/dos/z/plz/copper.as0): redefinition of _frame_count ignored +Created on: 16/08/04 08:26:09 +Warning! W1027: file copper.lib(/dos/z/plz/copper.ass): redefinition of _frame_count ignored Executable Image: plzpart.exe creating a DOS executable Error! E2028: init_copper_ is an undefined reference @@ -32,8 +32,8 @@ tweak_TEXT CODE AUTO 0000:0020 0000006d plz_TEXT CODE AUTO 0000:0090 00000a26 asmyt_TEXT CODE AUTO 0000:0ac0 000001ef _TEXT CODE AUTO 0000:0cb0 000004ae -copper_TEXT CODE AUTO 0000:115e 00000997 -FAR_DATA FAR_DATA AUTO 01af:0005 00000000 +copper_TEXT CODE AUTO 0000:115e 00000999 +FAR_DATA FAR_DATA AUTO 01af:0007 00000000 _NULL BEGDATA DGROUP 01b0:0000 00000020 _AFTERNULL BEGDATA DGROUP 01b2:0000 00000002 CONST DATA DGROUP 01b2:0002 00000000 @@ -112,7 +112,7 @@ Module: /dos/fdos/watcom2/lib286/dos/clibh.lib(cstart) Module: /dos/fdos/watcom2/lib286/dos/clibh.lib(cmodel.asm) 0000:0f78 _big_code_ 0000:0f78* CodeModelMismatch -Module: copper.lib(/dos/z/plz/copper.as0) +Module: copper.lib(/dos/z/plz/copper.ass) 0000:1160 _cop_drop 0000:1162* _cop_pal 0000:1166* _do_pal @@ -123,8 +123,8 @@ Module: copper.lib(/dos/z/plz/copper.as0) 0000:1199* _init_copper 0000:1239* _pompota 0000:1267* _moveplz -0000:1341 _fadepal -0000:1941 _cop_fadepal +0000:1343 _fadepal +0000:1943 _cop_fadepal Module: /dos/fdos/watcom2/lib286/dos/clibh.lib(i4m.asm) 0000:0f78 __I4M 0000:0f78* __U4M diff --git a/plzpart.o b/plzpart.o deleted file mode 100755 index bd6a698..0000000 Binary files a/plzpart.o and /dev/null differ diff --git a/tweak.o b/tweak.o deleted file mode 100755 index cc84575..0000000 Binary files a/tweak.o and /dev/null differ