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>
23 lines
875 B
ArmAsm
23 lines
875 B
ArmAsm
|
|
Module: outfast.asm
|
|
MAIN MODULE
|
|
Starting Address: _OUTVERYFAST_
|
|
|
|
Segment: _TEXT PARA USE32 0000001a bytes
|
|
0000 8b f0 _OUTVERYFAST_ mov esi,eax
|
|
0002 8b cb mov ecx,ebx
|
|
0004 66 83 c2 03 add dx,0003H
|
|
0008 ec L1 in al,dx
|
|
0009 24 01 and al,01H
|
|
000b 74 fb je L1
|
|
000d 66 83 f2 02 xor dx,0002H
|
|
0011 6e outsb
|
|
0012 46 inc esi
|
|
0013 66 83 f2 02 xor dx,0002H
|
|
0017 e2 ef loop L1
|
|
0019 c3 ret
|
|
|
|
No disassembly errors
|
|
|
|
------------------------------------------------------------
|