sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
|
||||
Module: testasm.c
|
||||
Group: 'DGROUP' CONST,CONST2,_DATA,_BSS
|
||||
|
||||
Segment: _TEXT BYTE USE32 00000040 bytes
|
||||
0000 68 24 00 00 00 output_ push 00000024H
|
||||
0005 e8 00 00 00 00 call __CHK
|
||||
000a 51 push ecx
|
||||
000b 56 push esi
|
||||
000c 57 push edi
|
||||
000d 55 push ebp
|
||||
000e 89 e5 mov ebp,esp
|
||||
0010 81 ec 10 00 00 00 sub esp,00000010H
|
||||
0016 89 45 f0 mov -10H[ebp],eax
|
||||
0019 89 55 f4 mov -0cH[ebp],edx
|
||||
001c 89 5d f8 mov -8H[ebp],ebx
|
||||
001f bb 00 01 00 00 mov ebx,00000100H
|
||||
0024 ba 00 02 00 00 mov edx,00000200H
|
||||
0029 b8 00 00 00 80 mov eax,80000000H
|
||||
002e e8 00 00 00 00 call outsw_
|
||||
0033 89 45 fc mov -4H[ebp],eax
|
||||
0036 8b 45 fc mov eax,-4H[ebp]
|
||||
0039 89 ec mov esp,ebp
|
||||
003b 5d pop ebp
|
||||
003c 5f pop edi
|
||||
003d 5e pop esi
|
||||
003e 59 pop ecx
|
||||
003f c3 ret
|
||||
|
||||
No disassembly errors
|
||||
|
||||
------------------------------------------------------------
|
||||
Reference in New Issue
Block a user