Crusader_Decomp/ghidra_apply_fixup_comments.py

11838 lines
No EOL
692 KiB
Python

# Auto-generated NE relocation fixup comments for CRUSADER-RAW.EXE
# Resolves every CALLF 0x0000:ffff to its real NE target.
# Run this in Ghidra Script Manager (Python/Jython).
from ghidra.program.model.listing import CodeUnit
from ghidra.program.model.address import AddressSet
listing = currentProgram.getListing()
space = currentProgram.getAddressFactory().getDefaultAddressSpace()
count = 0
errors = 0
def set_comment(flat_addr, comment):
global count, errors
try:
addr = space.getAddress(flat_addr)
cu = listing.getCodeUnitAt(addr)
if cu is not None:
cu.setComment(CodeUnit.EOL_COMMENT, comment)
count += 1
else:
errors += 1
except Exception as e:
errors += 1
set_comment(0x37759, "NE FIXUP -> 0004:5479 (seg009:0079)")
set_comment(0x3A75A, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x3AC9C, "NE FIXUP -> 0009:a200 (seg082:0000)")
set_comment(0x3ACED, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x3C895, "NE FIXUP -> 0009:a200 (seg082:0000)")
set_comment(0x3CC58, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x3D72A, "NE FIXUP -> 0009:a200 (seg082:0000)")
set_comment(0x3D7C8, "NE FIXUP -> 0009:a200 (seg082:0000)")
set_comment(0x3E121, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x3E16D, "NE FIXUP -> 0009:a200 (seg082:0000)")
set_comment(0x4000D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4003F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4008D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x400B4, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x400E8, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4010A, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4012B, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x40141, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x40150, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x40195, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x401AC, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0x401CF, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4021C, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x40298, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4056D, "NE FIXUP -> 0005:aac0 (seg025:18c0)")
set_comment(0x40806, "NE FIXUP -> 0005:aac0 (seg025:18c0)")
set_comment(0x40A0D, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x40A23, "NE FIXUP -> 0009:33b1 (seg071:05b1)")
set_comment(0x40A4B, "NE FIXUP -> 0009:3184 (seg071:0384)")
set_comment(0x40A5A, "NE FIXUP -> 0009:2f2e (seg071:012e)")
set_comment(0x40A6D, "NE FIXUP -> 0009:3040 (seg071:0240)")
set_comment(0x40A79, "NE FIXUP -> 0009:324c (seg071:044c)")
set_comment(0x40A86, "NE FIXUP -> 0003:e688 (seg001:7088)")
set_comment(0x40AC3, "NE FIXUP -> 0009:2f9a (seg071:019a)")
set_comment(0x40AD1, "NE FIXUP -> 0003:e688 (seg001:7088)")
set_comment(0x40ADD, "NE FIXUP -> 0009:3184 (seg071:0384)")
set_comment(0x40BE7, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x40C2A, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x40C6D, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x40D20, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x40E32, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x40EDA, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x40F1D, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4115A, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4119D, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x411E0, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x41223, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x41266, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x412A9, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x412EC, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4132F, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x41372, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x413B5, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x413F8, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4143B, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4147E, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x414C1, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x41504, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x4153B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x415C2, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0x415E6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x41643, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x41678, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x41692, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x416A3, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x416C3, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x416D1, "NE FIXUP -> 0009:2ee6 (seg071:00e6)")
set_comment(0x416DD, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x416F9, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x41709, "NE FIXUP -> 0003:d0ca (seg001:5aca)")
set_comment(0x41724, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41736, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4174D, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4175F, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41781, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41795, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x417A9, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x417BD, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x417D3, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x417E9, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41802, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41817, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41827, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4183B, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4184F, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41865, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41879, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41894, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x418AF, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x418CA, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x418E5, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41900, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4191B, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41936, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41951, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4196C, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41987, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x4199E, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x419B0, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x419C6, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x419DF, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x419F1, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A08, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A1F, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A3A, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A51, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A6E, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41A8F, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x41AA5, "NE FIXUP -> 0003:cc05 (seg001:5605)")
set_comment(0x41E07, "NE FIXUP -> 000c:834a (seg126:0f4a)")
set_comment(0x41E0C, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0x41E16, "NE FIXUP -> 0004:7683 (seg012:0083)")
set_comment(0x41E20, "NE FIXUP -> 0007:0e09 (seg039:2c09)")
set_comment(0x41E2F, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x41E37, "NE FIXUP -> 0008:4b8f (seg055:098f)")
set_comment(0x41E3C, "NE FIXUP -> 000c:827d (seg126:0e7d)")
set_comment(0x41E41, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0x41E78, "NE FIXUP -> 000e:2860 (seg142:4060)")
set_comment(0x41E8D, "NE FIXUP -> 000e:2860 (seg142:4060)")
set_comment(0x41EB6, "NE FIXUP -> 000e:2860 (seg142:4060)")
set_comment(0x41ECB, "NE FIXUP -> 000e:2860 (seg142:4060)")
set_comment(0x41ED3, "NE FIXUP -> 0006:ae00 (seg037:0000)")
set_comment(0x41EEA, "NE FIXUP -> 000c:0200 (seg122:0000)")
set_comment(0x41EF4, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x41F07, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0x41F16, "NE FIXUP -> 000c:7439 (seg126:0039)")
set_comment(0x41F22, "NE FIXUP -> 0008:7bfe (seg059:11fe)")
set_comment(0x41F38, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0x41F40, "NE FIXUP -> 0005:67d5 (seg022:17d5)")
set_comment(0x41F45, "NE FIXUP -> 0005:e0aa (seg030:00aa)")
set_comment(0x41F4A, "NE FIXUP -> 0005:663a (seg022:163a)")
set_comment(0x41F4F, "NE FIXUP -> 0005:e00c (seg030:000c)")
set_comment(0x41F54, "NE FIXUP -> 0006:ae00 (seg037:0000)")
set_comment(0x41F59, "NE FIXUP -> 000c:f000 (seg131:0000)")
set_comment(0x41F63, "NE FIXUP -> 000c:f051 (seg131:0051)")
set_comment(0x41F74, "NE FIXUP -> 0006:1854 (seg030:3854)")
set_comment(0x41F99, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x41FA9, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x41FB6, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x41FC3, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x41FD1, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x41FDE, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x41FF6, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x4200B, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x4202A, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x42039, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0x42049, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0x42077, "NE FIXUP -> 0006:09f2 (seg030:29f2)")
set_comment(0x42087, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x42091, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0x420B3, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0x420C6, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0x420EB, "NE FIXUP -> 0006:09f2 (seg030:29f2)")
set_comment(0x420FE, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0x42120, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x4213E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x42159, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x42163, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0x4216B, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0x42170, "NE FIXUP -> 000c:82f9 (seg126:0ef9)")
set_comment(0x4217C, "NE FIXUP -> 0004:70f1 (seg011:02f1)")
set_comment(0x42181, "NE FIXUP -> 0008:4b32 (seg055:0932)")
set_comment(0x421B1, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x421B9, "NE FIXUP -> 000c:82f9 (seg126:0ef9)")
set_comment(0x421E5, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0x421ED, "NE FIXUP -> 0008:4b32 (seg055:0932)")
set_comment(0x4220C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x42233, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x42254, "NE FIXUP -> 0005:8530 (seg023:0330)")
set_comment(0x42275, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x422B0, "NE FIXUP -> 0005:8530 (seg023:0330)")
set_comment(0x422DA, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x42302, "NE FIXUP -> 0005:9fef (seg025:0def)")
set_comment(0x4235D, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x42386, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x423AE, "NE FIXUP -> 0005:9fef (seg025:0def)")
set_comment(0x423D0, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x423E2, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x42404, "NE FIXUP -> 0005:8530 (seg023:0330)")
set_comment(0x4243B, "NE FIXUP -> 0005:86df (seg023:04df)")
set_comment(0x42477, "NE FIXUP -> 0005:8774 (seg023:0574)")
set_comment(0x4248D, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x4249A, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x424AB, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x424E4, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x42500, "NE FIXUP -> 0005:8774 (seg023:0574)")
set_comment(0x42516, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x42523, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x42534, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x4255A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4257D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42592, "NE FIXUP -> 0008:7bfe (seg059:11fe)")
set_comment(0x4259C, "NE FIXUP -> 0007:1388 (seg039:3188)")
set_comment(0x425A9, "NE FIXUP -> 000a:68aa (seg095:02aa)")
set_comment(0x425AE, "NE FIXUP -> 000a:5e95 (seg094:0095)")
set_comment(0x425B3, "NE FIXUP -> 000d:cd22 (seg139:0122)")
set_comment(0x425B8, "NE FIXUP -> 000d:44b3 (seg133:0cb3)")
set_comment(0x425BD, "NE FIXUP -> 0006:ae66 (seg037:0066)")
set_comment(0x425C2, "NE FIXUP -> 0006:ae00 (seg037:0000)")
set_comment(0x425CC, "NE FIXUP -> 0004:7683 (seg012:0083)")
set_comment(0x425D4, "NE FIXUP -> 0008:3982 (seg053:0d82)")
set_comment(0x425D9, "NE FIXUP -> 0007:defe (seg050:00fe)")
set_comment(0x425EB, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x42601, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x42634, "NE FIXUP -> 0005:67d5 (seg022:17d5)")
set_comment(0x42639, "NE FIXUP -> 0005:e0aa (seg030:00aa)")
set_comment(0x4263E, "NE FIXUP -> 0005:663a (seg022:163a)")
set_comment(0x42643, "NE FIXUP -> 0005:e00c (seg030:000c)")
set_comment(0x42657, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0x42698, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x426AC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x426BE, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x42C15, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x42C25, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x42C56, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0x42C7D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x42CB9, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0x42D0B, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x42D18, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42D42, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x42D4F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42DA2, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x42DB1, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0x42DC1, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x42DD2, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x42DE7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x42E45, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42E58, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x42E7F, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x42E8D, "NE FIXUP -> 0009:46e7 (seg073:00e7)")
set_comment(0x42EC6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x42EEF, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42F8B, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x42FBE, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4307F, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0x4308C, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0x430D2, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x430E8, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x4310C, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0x43139, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x4315D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x43173, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x43196, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0x431B4, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x431CA, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x431F4, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x4323A, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0x43247, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0x4328D, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x4329C, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x432D7, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x432EB, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x432FD, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x4333D, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4334F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4360F, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x43625, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x43650, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x43678, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x436CA, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x436E3, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x43738, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x43744, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x43752, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x43773, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x438FF, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x439E6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x439FA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x43A0C, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x43A42, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x43A56, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x43A68, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x43C13, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x43C43, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x43D20, "NE FIXUP -> 0004:0400 (seg003:0000)")
set_comment(0x43DA3, "NE FIXUP -> 0005:aac0 (seg025:18c0)")
set_comment(0x43EC0, "NE FIXUP -> 0004:0400 (seg003:0000)")
set_comment(0x43FA8, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x43FC1, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x43FEF, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x43FFE, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x44050, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x4406F, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x44093, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x440ED, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x44101, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x4415A, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x44177, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x4418D, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x441A7, "NE FIXUP -> 0008:83cd (seg059:19cd)")
set_comment(0x441B7, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x441DA, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x44218, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x4423B, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x44248, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x44263, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x4427C, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x4428C, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x442A0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x442B4, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x442C6, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x442E0, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x44303, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x44340, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x4435D, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x4436C, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x443A4, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x4444C, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x4445D, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x4448D, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x444CE, "NE FIXUP -> 0005:2b70 (seg021:2970)")
set_comment(0x44508, "NE FIXUP -> 0005:a173 (seg025:0f73)")
set_comment(0x44526, "NE FIXUP -> 0005:a837 (seg025:1637)")
set_comment(0x44548, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x445BA, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x445E1, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x445FE, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x4463A, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x44661, "NE FIXUP -> 0005:1b45 (seg021:1945)")
set_comment(0x44670, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x44694, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x446DC, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x4470F, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x4483A, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x44876, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x449BE, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x449E4, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44A60, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44A74, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44A88, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44A9C, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44AF8, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44B1E, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44B51, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44B9A, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44BFE, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x44C58, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44C7E, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44CBA, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44CED, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44D16, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x44D25, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44D3C, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x44DC9, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x44DDE, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44DF1, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44E15, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x44E47, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x44E54, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x44E78, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44E9C, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x44EBD, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x44F21, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x44F3E, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x45473, "NE FIXUP -> 0009:1153 (seg068:0953)")
set_comment(0x4548B, "NE FIXUP -> 0004:5bdc (seg010:01dc)")
set_comment(0x4549C, "NE FIXUP -> 0008:9bcf (seg059:31cf)")
set_comment(0x454BA, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x456B6, "NE FIXUP -> 0004:4ea6 (seg008:12a6)")
set_comment(0x456CE, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x45712, "NE FIXUP -> 0004:3f95 (seg008:0395)")
set_comment(0x45745, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x457E1, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x457EB, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x4583E, "NE FIXUP -> 0003:d6d2 (seg001:60d2)")
set_comment(0x45857, "NE FIXUP -> 0003:a962 (seg001:3362)")
set_comment(0x45A0C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x45A22, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x45A3E, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x45A4C, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x45ADC, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0x45AE1, "NE FIXUP -> 0004:3205 (seg006:0605)")
set_comment(0x45AE6, "NE FIXUP -> 000d:8653 (seg137:0853)")
set_comment(0x45AF0, "NE FIXUP -> 000d:86cc (seg137:08cc)")
set_comment(0x45AF8, "NE FIXUP -> 000d:84e6 (seg137:06e6)")
set_comment(0x45AFF, "NE FIXUP -> 000d:82ea (seg137:04ea)")
set_comment(0x45B07, "NE FIXUP -> 000d:85cc (seg137:07cc)")
set_comment(0x45B0E, "NE FIXUP -> 000d:84f4 (seg137:06f4)")
set_comment(0x45B18, "NE FIXUP -> 0004:304a (seg006:044a)")
set_comment(0x45B22, "NE FIXUP -> 0004:3147 (seg006:0547)")
set_comment(0x45B2D, "NE FIXUP -> 000d:89c6 (seg137:0bc6)")
set_comment(0x45B3D, "NE FIXUP -> 000d:88b2 (seg137:0ab2)")
set_comment(0x45B48, "NE FIXUP -> 000d:8a47 (seg137:0c47)")
set_comment(0x45B52, "NE FIXUP -> 000d:84f4 (seg137:06f4)")
set_comment(0x45B5A, "NE FIXUP -> 000d:887c (seg137:0a7c)")
set_comment(0x45B5F, "NE FIXUP -> 000a:534a (seg092:054a)")
set_comment(0x45B64, "NE FIXUP -> 000a:535b (seg092:055b)")
set_comment(0x45B69, "NE FIXUP -> 0007:ba13 (seg049:0013)")
set_comment(0x45B76, "NE FIXUP -> 0004:5829 (seg009:0429)")
set_comment(0x45BA0, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x45BA9, "NE FIXUP -> 0004:5829 (seg009:0429)")
set_comment(0x45BD3, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x45BE8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x45C62, "NE FIXUP -> 0003:c166 (seg001:4b66)")
set_comment(0x45C6C, "NE FIXUP -> 0003:c151 (seg001:4b51)")
set_comment(0x45C76, "NE FIXUP -> 0003:c949 (seg001:5349)")
set_comment(0x45C80, "NE FIXUP -> 0003:c949 (seg001:5349)")
set_comment(0x45C88, "NE FIXUP -> 0003:c128 (seg001:4b28)")
set_comment(0x45C8F, "NE FIXUP -> 0003:c166 (seg001:4b66)")
set_comment(0x45CC3, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0x45CD1, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0x45CE5, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0x45CEF, "NE FIXUP -> 0003:c151 (seg001:4b51)")
set_comment(0x45D0F, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0x45D27, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0x45D31, "NE FIXUP -> 0003:c166 (seg001:4b66)")
set_comment(0x45D54, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0x45D5E, "NE FIXUP -> 0003:c151 (seg001:4b51)")
set_comment(0x45D6B, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0x45D75, "NE FIXUP -> 0003:c151 (seg001:4b51)")
set_comment(0x45D83, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0x45D8F, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x45DA1, "NE FIXUP -> 0004:0a00 (seg004:0000)")
set_comment(0x45DAE, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x45DC1, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45DD0, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45DDF, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45DEE, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45DFD, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45E09, "NE FIXUP -> 000a:4913 (seg091:0513)")
set_comment(0x45E11, "NE FIXUP -> 0008:6a0c (seg059:000c)")
set_comment(0x45E16, "NE FIXUP -> 0009:a091 (seg081:0291)")
set_comment(0x45E48, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x45E52, "NE FIXUP -> 000a:3800 (seg090:0000)")
set_comment(0x45E79, "NE FIXUP -> 0008:6c55 (seg059:0255)")
set_comment(0x45E9F, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x45EB0, "NE FIXUP -> 0008:6bea (seg059:01ea)")
set_comment(0x45EB7, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0x45ED9, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45EE3, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x45F07, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0x45F2E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x45F52, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0x45F79, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x45F88, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45F96, "NE FIXUP -> 0004:8200 (seg013:0000)")
set_comment(0x45F9E, "NE FIXUP -> 0004:ada8 (seg014:03a8)")
set_comment(0x45FA7, "NE FIXUP -> 0006:49fa (seg032:01fa)")
set_comment(0x45FB2, "NE FIXUP -> 0005:8a00 (seg024:0000)")
set_comment(0x45FBA, "NE FIXUP -> 0004:c73f (seg015:153f)")
set_comment(0x45FBF, "NE FIXUP -> 0004:fffd (seg020:07fd)")
set_comment(0x45FCB, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45FD3, "NE FIXUP -> 000d:44df (seg133:0cdf)")
set_comment(0x45FDD, "NE FIXUP -> 000c:f051 (seg131:0051)")
set_comment(0x45FEC, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x45FF7, "NE FIXUP -> 0004:7600 (seg012:0000)")
set_comment(0x45FFF, "NE FIXUP -> 0007:f654 (seg051:0c54)")
set_comment(0x46004, "NE FIXUP -> 0005:7bab (seg022:2bab)")
set_comment(0x46009, "NE FIXUP -> 0005:e00c (seg030:000c)")
set_comment(0x4600E, "NE FIXUP -> 0006:a600 (seg036:0000)")
set_comment(0x46013, "NE FIXUP -> 0008:2c00 (seg053:0000)")
set_comment(0x46018, "NE FIXUP -> 0007:de93 (seg050:0093)")
set_comment(0x4601D, "NE FIXUP -> 0004:6e0d (seg011:000d)")
set_comment(0x46029, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x46031, "NE FIXUP -> 0007:9e00 (seg045:0000)")
set_comment(0x4603D, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x46054, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4605E, "NE FIXUP -> 000a:9815 (seg099:0215)")
set_comment(0x4606B, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x46083, "NE FIXUP -> 000a:3292 (seg088:0492)")
set_comment(0x46092, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4609A, "NE FIXUP -> 0007:ba00 (seg049:0000)")
set_comment(0x460A6, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x460B1, "NE FIXUP -> 000c:4e00 (seg124:0000)")
set_comment(0x460C0, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x460D6, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x460E0, "NE FIXUP -> 000a:e600 (seg104:0000)")
set_comment(0x460E8, "NE FIXUP -> 000a:a400 (seg101:0000)")
set_comment(0x460F4, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x460FC, "NE FIXUP -> 000a:538e (seg092:058e)")
set_comment(0x46101, "NE FIXUP -> 0008:ec4e (seg064:024e)")
set_comment(0x46106, "NE FIXUP -> 0004:38c9 (seg007:02c9)")
set_comment(0x4610B, "NE FIXUP -> 0004:2c00 (seg006:0000)")
set_comment(0x46113, "NE FIXUP -> 000c:8377 (seg126:0f77)")
set_comment(0x46122, "NE FIXUP -> 000a:b21f (seg101:0e1f)")
set_comment(0x4612D, "NE FIXUP -> 0006:e2e3 (seg039:00e3)")
set_comment(0x46138, "NE FIXUP -> 000d:7299 (seg135:0299)")
set_comment(0x46140, "NE FIXUP -> 0008:420c (seg055:000c)")
set_comment(0x46145, "NE FIXUP -> 000c:e499 (seg129:0a99)")
set_comment(0x46151, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0x46180, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x46193, "NE FIXUP -> 000b:1e39 (seg108:0439)")
set_comment(0x461A0, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0x461AF, "NE FIXUP -> 000b:26bd (seg108:0cbd)")
set_comment(0x461BF, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0x461D8, "NE FIXUP -> 000d:761c (seg136:001c)")
set_comment(0x461ED, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0x461FF, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0x4620C, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0x46214, "NE FIXUP -> 0004:1e00 (seg005:0000)")
set_comment(0x4621E, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0x46223, "NE FIXUP -> 000b:2b08 (seg108:1108)")
set_comment(0x46228, "NE FIXUP -> 000a:38ef (seg090:00ef)")
set_comment(0x4622D, "NE FIXUP -> 0004:21f5 (seg005:03f5)")
set_comment(0x46232, "NE FIXUP -> 000a:a41b (seg101:001b)")
set_comment(0x46237, "NE FIXUP -> 000a:5223 (seg092:0423)")
set_comment(0x4623C, "NE FIXUP -> 0008:ec58 (seg064:0258)")
set_comment(0x46241, "NE FIXUP -> 000a:e63b (seg104:003b)")
set_comment(0x4627B, "NE FIXUP -> 0007:9e06 (seg045:0006)")
set_comment(0x46280, "NE FIXUP -> 0008:2cae (seg053:00ae)")
set_comment(0x46285, "NE FIXUP -> 0006:a641 (seg036:0041)")
set_comment(0x4628A, "NE FIXUP -> 0005:e0aa (seg030:00aa)")
set_comment(0x4628F, "NE FIXUP -> 0005:002a (seg020:082a)")
set_comment(0x46294, "NE FIXUP -> 0004:c785 (seg015:1585)")
set_comment(0x4629D, "NE FIXUP -> 0006:4a2b (seg032:022b)")
set_comment(0x462A5, "NE FIXUP -> 0004:8236 (seg013:0036)")
set_comment(0x462AA, "NE FIXUP -> 0004:add5 (seg014:03d5)")
set_comment(0x462AF, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0x462C3, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0x462E3, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0x46303, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0x46322, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x46333, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x46341, "NE FIXUP -> 000d:8bfb (seg137:0dfb)")
set_comment(0x46349, "NE FIXUP -> 0008:6bea (seg059:01ea)")
set_comment(0x46352, "NE FIXUP -> 000a:4a51 (seg091:0651)")
set_comment(0x463AF, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x463FE, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0x46428, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4643B, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0x4649F, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x464BF, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0x464D1, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x464FF, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x4654A, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x46572, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x4659A, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x465B9, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x465CF, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x465F7, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x4661A, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x46642, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x46655, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4667C, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x4668F, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x466A5, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x466C8, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0x46730, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x4675D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x46771, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x46783, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x46E04, "NE FIXUP -> 0009:8617 (seg079:0017)")
set_comment(0x46E1F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x46E3A, "NE FIXUP -> 0004:6edc (seg011:00dc)")
set_comment(0x46E4A, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x46E63, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x46EB2, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x46EC1, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x46EF3, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x46F0B, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x46F45, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0x46F71, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x46F86, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4701A, "NE FIXUP -> 0005:5b86 (seg022:0b86)")
set_comment(0x47029, "NE FIXUP -> 0005:e0c9 (seg030:00c9)")
set_comment(0x4703C, "NE FIXUP -> 0006:1905 (seg030:3905)")
set_comment(0x4704B, "NE FIXUP -> 0008:3aef (seg053:0eef)")
set_comment(0x4705A, "NE FIXUP -> 000d:65ac (seg134:05ac)")
set_comment(0x47069, "NE FIXUP -> 0006:b3b7 (seg037:05b7)")
set_comment(0x47078, "NE FIXUP -> 000c:f2e7 (seg131:02e7)")
set_comment(0x47087, "NE FIXUP -> 0008:ed11 (seg064:0311)")
set_comment(0x47096, "NE FIXUP -> 0008:8e91 (seg059:2491)")
set_comment(0x470C0, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x470D5, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0x470E7, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0x47126, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x47155, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0x4717B, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x471AC, "NE FIXUP -> 0008:7bfe (seg059:11fe)")
set_comment(0x471B1, "NE FIXUP -> 0008:87cc (seg059:1dcc)")
set_comment(0x471B6, "NE FIXUP -> 000d:44b3 (seg133:0cb3)")
set_comment(0x47218, "NE FIXUP -> 0005:600c (seg022:100c)")
set_comment(0x47227, "NE FIXUP -> 0005:e0f2 (seg030:00f2)")
set_comment(0x4723A, "NE FIXUP -> 0006:18d5 (seg030:38d5)")
set_comment(0x47249, "NE FIXUP -> 0008:3a1f (seg053:0e1f)")
set_comment(0x47258, "NE FIXUP -> 000d:6501 (seg134:0501)")
set_comment(0x47267, "NE FIXUP -> 0006:b342 (seg037:0542)")
set_comment(0x47276, "NE FIXUP -> 000c:f051 (seg131:0051)")
set_comment(0x47285, "NE FIXUP -> 0008:ecbf (seg064:02bf)")
set_comment(0x47294, "NE FIXUP -> 0008:8a3e (seg059:203e)")
set_comment(0x4729C, "NE FIXUP -> 000c:da00 (seg129:0000)")
set_comment(0x472A1, "NE FIXUP -> 000a:5600 (seg093:0000)")
set_comment(0x472A6, "NE FIXUP -> 0008:0319 (seg051:1919)")
set_comment(0x472CD, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x472EE, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0x47300, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0x47390, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x473A2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x47610, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x47626, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4765F, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x4774D, "NE FIXUP -> 0005:3a3e (seg021:383e)")
set_comment(0x4776D, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x4777E, "NE FIXUP -> 0005:0e40 (seg021:0c40)")
set_comment(0x4785B, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x47865, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x47997, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x47ADC, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x47B29, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x47D6E, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x47D95, "NE FIXUP -> 0007:be67 (seg049:0467)")
set_comment(0x47DA7, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x47E02, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x47E4C, "NE FIXUP -> 0005:3a3e (seg021:383e)")
set_comment(0x47E6D, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x47E7E, "NE FIXUP -> 0005:0e40 (seg021:0c40)")
set_comment(0x47EDF, "NE FIXUP -> 0007:d6e5 (seg049:1ce5)")
set_comment(0x47F16, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x47F2A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x47F3C, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x4825E, "NE FIXUP -> 0003:c949 (seg001:5349)")
set_comment(0x48268, "NE FIXUP -> 0003:c949 (seg001:5349)")
set_comment(0x482D6, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x482F4, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x48330, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0x48351, "NE FIXUP -> 0009:af87 (seg082:0d87)")
set_comment(0x4836C, "NE FIXUP -> 0009:b06b (seg082:0e6b)")
set_comment(0x4838A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x48396, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x483A6, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x483F8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x48439, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x48497, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x484FC, "NE FIXUP -> 0004:d6af (seg016:02af)")
set_comment(0x4851E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4853E, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x4859C, "NE FIXUP -> 0004:d7c2 (seg016:03c2)")
set_comment(0x485C2, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x485F1, "NE FIXUP -> 0004:d7c2 (seg016:03c2)")
set_comment(0x48620, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x48641, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x48693, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x486DE, "NE FIXUP -> 0004:d929 (seg016:0529)")
set_comment(0x486ED, "NE FIXUP -> 0004:d968 (seg016:0568)")
set_comment(0x486FC, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x48717, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x4872F, "NE FIXUP -> 0004:d506 (seg016:0106)")
set_comment(0x48747, "NE FIXUP -> 0004:d53c (seg016:013c)")
set_comment(0x48756, "NE FIXUP -> 0004:d498 (seg016:0098)")
set_comment(0x48763, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48782, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48793, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x487A0, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x487D6, "NE FIXUP -> 0004:d968 (seg016:0568)")
set_comment(0x487E6, "NE FIXUP -> 0004:d929 (seg016:0529)")
set_comment(0x487F7, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x48804, "NE FIXUP -> 0004:d400 (seg016:0000)")
set_comment(0x4886D, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x4889E, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x488B8, "NE FIXUP -> 0004:d7c2 (seg016:03c2)")
set_comment(0x488FA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x48911, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48920, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x4893C, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x4898B, "NE FIXUP -> 0004:d498 (seg016:0098)")
set_comment(0x4899A, "NE FIXUP -> 0004:d968 (seg016:0568)")
set_comment(0x489AA, "NE FIXUP -> 0004:d929 (seg016:0529)")
set_comment(0x489B7, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x489CF, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48A0C, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48A2B, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x48A41, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48A59, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x48A6E, "NE FIXUP -> 0004:d581 (seg016:0181)")
set_comment(0x48A83, "NE FIXUP -> 0004:d806 (seg016:0406)")
set_comment(0x48AA1, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48AC5, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x48AE3, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48B7F, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x48B9F, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x48C26, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48C45, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x48C52, "NE FIXUP -> 0004:d806 (seg016:0406)")
set_comment(0x48C70, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x48C96, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48CAA, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48CB9, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48D13, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x48D23, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48D4A, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48D68, "NE FIXUP -> 0004:da17 (seg016:0617)")
set_comment(0x48DDF, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48DFE, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x48E16, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x48E23, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48E49, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48E66, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48E83, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48ECB, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x48EEF, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48F0D, "NE FIXUP -> 0004:da17 (seg016:0617)")
set_comment(0x48F57, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x48F7C, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48F90, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x48F9F, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x48FFE, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x4901B, "NE FIXUP -> 0004:d8e5 (seg016:04e5)")
set_comment(0x49033, "NE FIXUP -> 0004:d907 (seg016:0507)")
set_comment(0x4904A, "NE FIXUP -> 0004:d907 (seg016:0507)")
set_comment(0x49062, "NE FIXUP -> 0004:d8e5 (seg016:04e5)")
set_comment(0x49073, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x49082, "NE FIXUP -> 0004:d948 (seg016:0548)")
set_comment(0x49091, "NE FIXUP -> 0004:d968 (seg016:0568)")
set_comment(0x490A1, "NE FIXUP -> 0004:d929 (seg016:0529)")
set_comment(0x490AE, "NE FIXUP -> 0004:d581 (seg016:0181)")
set_comment(0x490D9, "NE FIXUP -> 0004:d806 (seg016:0406)")
set_comment(0x490F7, "NE FIXUP -> 0004:d498 (seg016:0098)")
set_comment(0x4910E, "NE FIXUP -> 0004:d5c8 (seg016:01c8)")
set_comment(0x4911A, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49132, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49152, "NE FIXUP -> 0004:d8a1 (seg016:04a1)")
set_comment(0x49176, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49192, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x491DB, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x49214, "NE FIXUP -> 0004:d5f9 (seg016:01f9)")
set_comment(0x4922E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49251, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49263, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x492C6, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x492E4, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x4930C, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x49329, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x49362, "NE FIXUP -> 0004:d63e (seg016:023e)")
set_comment(0x4937C, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4939F, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x493B1, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x493BE, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x493FF, "NE FIXUP -> 0004:d907 (seg016:0507)")
set_comment(0x4945F, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x49485, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x494A2, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x494B3, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x49503, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x4957F, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x4959D, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x495B7, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x49616, "NE FIXUP -> 0004:d806 (seg016:0406)")
set_comment(0x4963C, "NE FIXUP -> 0004:d828 (seg016:0428)")
set_comment(0x49662, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x4967A, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49697, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x496AF, "NE FIXUP -> 0004:d867 (seg016:0467)")
set_comment(0x496CD, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x496DF, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x496F1, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x49712, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x497D6, "NE FIXUP -> 0004:d7c2 (seg016:03c2)")
set_comment(0x497FC, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x49822, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x4983A, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49859, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x4986B, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x4987D, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x49903, "NE FIXUP -> 0004:d7c2 (seg016:03c2)")
set_comment(0x49929, "NE FIXUP -> 0004:d7e4 (seg016:03e4)")
set_comment(0x4994F, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49967, "NE FIXUP -> 0004:d7a0 (seg016:03a0)")
set_comment(0x49986, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x49998, "NE FIXUP -> 0004:d84a (seg016:044a)")
set_comment(0x499AA, "NE FIXUP -> 0004:d885 (seg016:0485)")
set_comment(0x49A5F, "NE FIXUP -> 0004:d806 (seg016:0406)")
set_comment(0x49B0B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x49B27, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x49B41, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49B66, "NE FIXUP -> 0003:d0ca (seg001:5aca)")
set_comment(0x49B86, "NE FIXUP -> 000a:46eb (seg091:02eb)")
set_comment(0x49B9C, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49BB2, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49BC8, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49BDE, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49BF4, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49C0A, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49C20, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49C36, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49C58, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49CD2, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49D3B, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49D45, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49D69, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49D8D, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49DB1, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49DC7, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49E0E, "NE FIXUP -> 0003:d47f (seg001:5e7f)")
set_comment(0x49E32, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49E58, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x49E64, "NE FIXUP -> 0003:cc05 (seg001:5605)")
set_comment(0x49E80, "NE FIXUP -> 0003:d0ca (seg001:5aca)")
set_comment(0x49EA0, "NE FIXUP -> 000a:46eb (seg091:02eb)")
set_comment(0x49EB6, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49ECC, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49EE2, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49EF8, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F0E, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F24, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F3A, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F50, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F74, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x49F7E, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49F95, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49FB8, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49FDB, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x49FFD, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x4A01E, "NE FIXUP -> 0003:d20f (seg001:5c0f)")
set_comment(0x4A073, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4A0EA, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4A137, "NE FIXUP -> 0003:cc05 (seg001:5605)")
set_comment(0x4AA13, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4AA42, "NE FIXUP -> 0004:ad76 (seg014:0376)")
set_comment(0x4AA56, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4AA68, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4AA7E, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4AADC, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4AB3C, "NE FIXUP -> 0004:ace2 (seg014:02e2)")
set_comment(0x4AB4E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4AB96, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4ABE2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4ABF1, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4AC14, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4AC5E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4AC9C, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0x4ACAC, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x4ACC7, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4ACFC, "NE FIXUP -> 0004:84a1 (seg013:02a1)")
set_comment(0x4AD0E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4AD1D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4AD3A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4AD64, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4AD9C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4ADAF, "NE FIXUP -> 0004:adff (seg014:03ff)")
set_comment(0x4ADCC, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4AE0B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4AE42, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4AE62, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4AE88, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4AEAE, "NE FIXUP -> 0004:8b1a (seg013:091a)")
set_comment(0x4AECF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4AEE2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4AF05, "NE FIXUP -> 0004:ace2 (seg014:02e2)")
set_comment(0x4AF17, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4B20F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4B230, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4B242, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4B29C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4B2CD, "NE FIXUP -> 0004:ad76 (seg014:0376)")
set_comment(0x4B2DE, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4B306, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4B3ED, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B4A8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B501, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4B513, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4B55E, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4B586, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4B5D7, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B620, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B6A0, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B749, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4B766, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4B784, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B80E, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4B831, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B95B, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B9A1, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4B9CF, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BA09, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BA49, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BAB8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BAEB, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BB3A, "NE FIXUP -> 0004:8905 (seg013:0705)")
set_comment(0x4BB62, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4BBBC, "NE FIXUP -> 0004:8905 (seg013:0705)")
set_comment(0x4BBD9, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4BC06, "NE FIXUP -> 0004:ad76 (seg014:0376)")
set_comment(0x4BC17, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4BC30, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BC51, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0x4BC74, "NE FIXUP -> 0009:3dcd (seg072:07cd)")
set_comment(0x4BC98, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BCA8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4BCBE, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4BD19, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4BD47, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BD68, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0x4BD76, "NE FIXUP -> 0009:3dcd (seg072:07cd)")
set_comment(0x4BD94, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4BDA6, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x4BDBE, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4BDEA, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BDF9, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x4BE15, "NE FIXUP -> 0009:22fc (seg070:06fc)")
set_comment(0x4BE22, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4BE42, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BE52, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4BE68, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4BECE, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4BEF1, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4BF01, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4BF17, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4BF7B, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4BF8B, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0x4BF9B, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0x4C038, "NE FIXUP -> 0004:ace2 (seg014:02e2)")
set_comment(0x4C04A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4C089, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C129, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4C146, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4C164, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C20C, "NE FIXUP -> 0009:9ea1 (seg081:00a1)")
set_comment(0x4C21A, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0x4C23A, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x4C245, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0x4C25E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4C27A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4C292, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x4C2A4, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x4C2B1, "NE FIXUP -> 0009:22b8 (seg070:06b8)")
set_comment(0x4C2F3, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x4C30F, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4C329, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x4C35F, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4C37D, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x4C390, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4C3D1, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4C3F4, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C4F5, "NE FIXUP -> 0009:4f52 (seg073:0952)")
set_comment(0x4C53E, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x4C5CA, "NE FIXUP -> 0009:2509 (seg070:0909)")
set_comment(0x4C5E1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4C60C, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4C635, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C668, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4C682, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C6D8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C716, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4C77B, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4C7CF, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C7D9, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x4C7F9, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C803, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x4C824, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C833, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x4C84B, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x4C858, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4C865, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4C87C, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C886, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x4C89C, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4C8AB, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4C8BA, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4C8C9, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4C8D6, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4C8F7, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C906, "NE FIXUP -> 0009:4628 (seg073:0028)")
set_comment(0x4C917, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4C92E, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4C941, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4C975, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4CA10, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x4CA64, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4CA79, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4CA95, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4CAA7, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x4CACA, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0x4CB1C, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4CB71, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x4CB83, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x4CB90, "NE FIXUP -> 0009:22b8 (seg070:06b8)")
set_comment(0x4CBB8, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0x4CBCA, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x4CBE6, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4CC00, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x4CC36, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x4CC54, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x4CC67, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4CC89, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4CC98, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4CCAB, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4CCB8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x4CCD8, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x4CD35, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4CD3F, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x4CD4C, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x4CD6D, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4CD7C, "NE FIXUP -> 0009:4628 (seg073:0028)")
set_comment(0x4CD89, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x4CDB5, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4CDBF, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x4CDDD, "NE FIXUP -> 0004:ace2 (seg014:02e2)")
set_comment(0x4CDEF, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4CE12, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x4CE24, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4CE47, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x4CE59, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4DC19, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x4DC3A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x4DC6C, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x4DC7B, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x4DC97, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x4DCA5, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x4DCBD, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x4DCCA, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x4DCDB, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x4DCEE, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x4DD19, "NE FIXUP -> 0004:e094 (seg018:0094)")
set_comment(0x4DD29, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x4DD36, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x4DD63, "NE FIXUP -> 0005:a04c (seg025:0e4c)")
set_comment(0x4DD84, "NE FIXUP -> 0005:a0b3 (seg025:0eb3)")
set_comment(0x4E02D, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E062, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E077, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E0AD, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x4E136, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x4E169, "NE FIXUP -> 0005:0687 (seg021:0487)")
set_comment(0x4E1B3, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x4E1CD, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0x4E1FA, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0x4E256, "NE FIXUP -> 0005:0687 (seg021:0487)")
set_comment(0x4E294, "NE FIXUP -> 0005:07b5 (seg021:05b5)")
set_comment(0x4E2BB, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x4E2D9, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x4E2EB, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E33B, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x4E409, "NE FIXUP -> 0005:07b5 (seg021:05b5)")
set_comment(0x4E429, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x4E447, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x4E45C, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E49F, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E4CB, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x4E4EE, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x4E50F, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x4E525, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E536, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x4E544, "NE FIXUP -> 0005:1923 (seg021:1723)")
set_comment(0x4E550, "NE FIXUP -> 0005:03e1 (seg021:01e1)")
set_comment(0x4E55D, "NE FIXUP -> 0005:03ae (seg021:01ae)")
set_comment(0x4E56B, "NE FIXUP -> 0005:0415 (seg021:0215)")
set_comment(0x4E577, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E58F, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x4E59F, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E5B1, "NE FIXUP -> 0005:1b45 (seg021:1945)")
set_comment(0x4E5BD, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E5D7, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E5E9, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x4E5F5, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E623, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E64C, "NE FIXUP -> 0005:0687 (seg021:0487)")
set_comment(0x4E686, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E6C5, "NE FIXUP -> 0005:06f2 (seg021:04f2)")
set_comment(0x4E6D5, "NE FIXUP -> 0005:06f2 (seg021:04f2)")
set_comment(0x4E6F3, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4E742, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x4EA0C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x4EA22, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4EA81, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x4EA9A, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4EAEC, "NE FIXUP -> 0005:3a89 (seg021:3889)")
set_comment(0x4EAFF, "NE FIXUP -> 0005:3a3e (seg021:383e)")
set_comment(0x4EB2B, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x4EB41, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4EB76, "NE FIXUP -> 000d:cd22 (seg139:0122)")
set_comment(0x4EB7B, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0x4EB80, "NE FIXUP -> 000a:5e95 (seg094:0095)")
set_comment(0x4EB85, "NE FIXUP -> 000a:703e (seg095:0a3e)")
set_comment(0x4EB8C, "NE FIXUP -> 0009:b1c3 (seg082:0fc3)")
set_comment(0x4EBA8, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x4EBBE, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4EBFE, "NE FIXUP -> 0008:7663 (seg059:0c63)")
set_comment(0x4EC23, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x4EC81, "NE FIXUP -> 0006:0b88 (seg030:2b88)")
set_comment(0x4ECB6, "NE FIXUP -> 0006:09f2 (seg030:29f2)")
set_comment(0x4ECCC, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x4ED12, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x4ED43, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0x4ED99, "NE FIXUP -> 0006:09f2 (seg030:29f2)")
set_comment(0x4EDD1, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x4EE2C, "NE FIXUP -> 0004:3c72 (seg008:0072)")
set_comment(0x4EE43, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0x4EE71, "NE FIXUP -> 0006:09f2 (seg030:29f2)")
set_comment(0x4EE84, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x4EE98, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4F007, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x4F047, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x4F076, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x4F09E, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x4F0B4, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x4F0D7, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x4F0E6, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x4F1F0, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x4F2CF, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x4F304, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x4F33E, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x4F370, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x4F37E, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x4F3BA, "NE FIXUP -> 0007:d6e5 (seg049:1ce5)")
set_comment(0x4F456, "NE FIXUP -> 0007:d6e5 (seg049:1ce5)")
set_comment(0x4F47A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F48E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F4A0, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x4F4C9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F4DD, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F4EF, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x4F518, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F52C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x4F53E, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x4F80C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4F833, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x4F841, "NE FIXUP -> 0009:46e7 (seg073:00e7)")
set_comment(0x4F867, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x4F88F, "NE FIXUP -> 0004:ad76 (seg014:0376)")
set_comment(0x4F8A0, "NE FIXUP -> 0004:846c (seg013:026c)")
set_comment(0x4F8D7, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x4F934, "NE FIXUP -> 0004:ace2 (seg014:02e2)")
set_comment(0x4F946, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4F9E7, "NE FIXUP -> 0004:d446 (seg016:0046)")
set_comment(0x4FA21, "NE FIXUP -> 0004:9444 (seg013:1244)")
set_comment(0x4FA6B, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4FA8E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4FAA8, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0x4FAD1, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4FAFF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4FB19, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x4FB55, "NE FIXUP -> 0005:10d8 (seg021:0ed8)")
set_comment(0x4FBD9, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x4FC52, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4FCEB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4FD86, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x4FDF4, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x4FE55, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x4FE66, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x4FE79, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4FE95, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x4FEA5, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x4FEB9, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x4FED7, "NE FIXUP -> 0005:50a0 (seg022:00a0)")
set_comment(0x4FEE3, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x4FF24, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x4FF68, "NE FIXUP -> 0006:410d (seg031:010d)")
set_comment(0x4FFB7, "NE FIXUP -> 0004:8905 (seg013:0705)")
set_comment(0x50020, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x50057, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x50069, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x50216, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x5022C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x50242, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x50259, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x50268, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x50304, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x505D9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x506E3, "NE FIXUP -> 0004:e603 (seg018:0603)")
set_comment(0x507E4, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5083B, "NE FIXUP -> 0005:a173 (seg025:0f73)")
set_comment(0x50858, "NE FIXUP -> 0005:a837 (seg025:1637)")
set_comment(0x508D2, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x508F1, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x50942, "NE FIXUP -> 0006:aefe (seg037:00fe)")
set_comment(0x50998, "NE FIXUP -> 0006:ae98 (seg037:0098)")
set_comment(0x50A99, "NE FIXUP -> 0007:d6dd (seg049:1cdd)")
set_comment(0x50B65, "NE FIXUP -> 0007:d6dd (seg049:1cdd)")
set_comment(0x50B9F, "NE FIXUP -> 0008:18fc (seg052:0efc)")
set_comment(0x50BC1, "NE FIXUP -> 0007:ec2c (seg051:022c)")
set_comment(0x50C94, "NE FIXUP -> 0008:2290 (seg052:1890)")
set_comment(0x50CD4, "NE FIXUP -> 0007:ea00 (seg051:0000)")
set_comment(0x50CEC, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x50D9C, "NE FIXUP -> 0009:7f04 (seg078:0104)")
set_comment(0x50DCC, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x50DFB, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x51268, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x5127C, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x512BA, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x512CE, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x51319, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x5132E, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x51365, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x51379, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x513B2, "NE FIXUP -> 0004:e315 (seg018:0315)")
set_comment(0x51404, "NE FIXUP -> 0005:76f6 (seg022:26f6)")
set_comment(0x5143A, "NE FIXUP -> 0005:8c2d (seg024:022d)")
set_comment(0x514D4, "NE FIXUP -> 0006:a780 (seg036:0180)")
set_comment(0x51504, "NE FIXUP -> 0004:78da (seg012:02da)")
set_comment(0x5151E, "NE FIXUP -> 0005:6df5 (seg022:1df5)")
set_comment(0x5152E, "NE FIXUP -> 0005:7369 (seg022:2369)")
set_comment(0x5153B, "NE FIXUP -> 0005:74a8 (seg022:24a8)")
set_comment(0x51548, "NE FIXUP -> 0005:7533 (seg022:2533)")
set_comment(0x5155B, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x51593, "NE FIXUP -> 0004:78da (seg012:02da)")
set_comment(0x515CB, "NE FIXUP -> 000d:d10b (seg139:050b)")
set_comment(0x515D9, "NE FIXUP -> 000d:d1b1 (seg139:05b1)")
set_comment(0x515F5, "NE FIXUP -> 0006:013d (seg030:213d)")
set_comment(0x5166A, "NE FIXUP -> 0005:a173 (seg025:0f73)")
set_comment(0x51679, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0x51686, "NE FIXUP -> 0005:a837 (seg025:1637)")
set_comment(0x516A5, "NE FIXUP -> 0005:6b7f (seg022:1b7f)")
set_comment(0x516E6, "NE FIXUP -> 0004:e5cb (seg018:05cb)")
set_comment(0x51727, "NE FIXUP -> 0004:e505 (seg018:0505)")
set_comment(0x5174C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x5175A, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x51768, "NE FIXUP -> 0005:6df5 (seg022:1df5)")
set_comment(0x517BC, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x517D4, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x517E1, "NE FIXUP -> 0006:af58 (seg037:0158)")
set_comment(0x51817, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x518D8, "NE FIXUP -> 0008:311b (seg053:051b)")
set_comment(0x51909, "NE FIXUP -> 0006:e659 (seg039:0459)")
set_comment(0x51917, "NE FIXUP -> 0006:e659 (seg039:0459)")
set_comment(0x5192C, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x51937, "NE FIXUP -> 0005:7369 (seg022:2369)")
set_comment(0x51958, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x5199E, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x519AF, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x519BE, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x519D6, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x519E5, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x51A0E, "NE FIXUP -> 0004:e094 (seg018:0094)")
set_comment(0x51A4C, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x51A9A, "NE FIXUP -> 0005:d9b4 (seg029:15b4)")
set_comment(0x51ADA, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x51AE9, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x51B2A, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x51B39, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x51B4E, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x51B65, "NE FIXUP -> 0005:6df5 (seg022:1df5)")
set_comment(0x51BB8, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x51BDE, "NE FIXUP -> 0005:6df5 (seg022:1df5)")
set_comment(0x51C13, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x5236A, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x52455, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0x5246F, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0x5249B, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5257F, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x525B0, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x525D7, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x52606, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0x52629, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x5272D, "NE FIXUP -> 0008:1ae5 (seg052:10e5)")
set_comment(0x5273B, "NE FIXUP -> 0008:1dbe (seg052:13be)")
set_comment(0x527BB, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x527EB, "NE FIXUP -> 0006:aefe (seg037:00fe)")
set_comment(0x52828, "NE FIXUP -> 0006:ae98 (seg037:0098)")
set_comment(0x52892, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x528A5, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x528D9, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x528FF, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x5294A, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52970, "NE FIXUP -> 000d:45c5 (seg133:0dc5)")
set_comment(0x529D4, "NE FIXUP -> 0005:8bdc (seg024:01dc)")
set_comment(0x529EE, "NE FIXUP -> 0005:8d0c (seg024:030c)")
set_comment(0x52A09, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x52A41, "NE FIXUP -> 0005:8c2d (seg024:022d)")
set_comment(0x52A5B, "NE FIXUP -> 0005:8c5d (seg024:025d)")
set_comment(0x52A7F, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52AA7, "NE FIXUP -> 0005:8d0c (seg024:030c)")
set_comment(0x52ABE, "NE FIXUP -> 0006:c690 (seg038:1090)")
set_comment(0x52AD4, "NE FIXUP -> 0005:8d0c (seg024:030c)")
set_comment(0x52AF9, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52B58, "NE FIXUP -> 000b:8000 (seg115:0000)")
set_comment(0x52BA6, "NE FIXUP -> 0005:a173 (seg025:0f73)")
set_comment(0x52BBB, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0x52BCB, "NE FIXUP -> 0008:a995 (seg059:3f95)")
set_comment(0x52BEB, "NE FIXUP -> 0005:a837 (seg025:1637)")
set_comment(0x52C20, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52C53, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52C86, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52CBD, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52CEC, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52D1B, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x52D8D, "NE FIXUP -> 0006:ae98 (seg037:0098)")
set_comment(0x52DBA, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x52E3C, "NE FIXUP -> 0005:bc47 (seg028:0247)")
set_comment(0x52E52, "NE FIXUP -> 0004:f08b (seg019:068b)")
set_comment(0x52E82, "NE FIXUP -> 0004:781b (seg012:021b)")
set_comment(0x52EF8, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x52F0C, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x52F42, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x52F96, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x5300F, "NE FIXUP -> 0006:aefe (seg037:00fe)")
set_comment(0x53026, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x53056, "NE FIXUP -> 0004:78da (seg012:02da)")
set_comment(0x5308E, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x530D5, "NE FIXUP -> 000d:d151 (seg139:0551)")
set_comment(0x53129, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x5315C, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x5318B, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x531BE, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x53205, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x5322D, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x5324E, "NE FIXUP -> 0007:f871 (seg051:0e71)")
set_comment(0x5353C, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x53561, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x53579, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5359E, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x53603, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x5361D, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x5363E, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x53663, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x53685, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x536F3, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x5370D, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x53723, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x5376C, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x53B17, "NE FIXUP -> 0004:54a6 (seg009:00a6)")
set_comment(0x53B2A, "NE FIXUP -> 0004:5690 (seg009:0290)")
set_comment(0x53B49, "NE FIXUP -> 000d:ce1e (seg139:021e)")
set_comment(0x53B68, "NE FIXUP -> 000d:cec5 (seg139:02c5)")
set_comment(0x53B87, "NE FIXUP -> 000d:d086 (seg139:0486)")
set_comment(0x53BA6, "NE FIXUP -> 000d:cfad (seg139:03ad)")
set_comment(0x53BC5, "NE FIXUP -> 000d:d086 (seg139:0486)")
set_comment(0x53BE1, "NE FIXUP -> 000d:d151 (seg139:0551)")
set_comment(0x53C04, "NE FIXUP -> 000d:d233 (seg139:0633)")
set_comment(0x53C2C, "NE FIXUP -> 000d:d350 (seg139:0750)")
set_comment(0x53C4F, "NE FIXUP -> 000e:2777 (seg142:3f77)")
set_comment(0x53C74, "NE FIXUP -> 000e:2777 (seg142:3f77)")
set_comment(0x53C93, "NE FIXUP -> 000e:2860 (seg142:4060)")
set_comment(0x53CE9, "NE FIXUP -> 000e:2969 (seg142:4169)")
set_comment(0x53D86, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53DAB, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53DD0, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53DF5, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53E1A, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53E3F, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53E64, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53E89, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53EAE, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53ED1, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53EF4, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53F17, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x53FFC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5409C, "NE FIXUP -> 0006:0556 (seg030:2556)")
set_comment(0x540B8, "NE FIXUP -> 0006:158c (seg030:358c)")
set_comment(0x540E1, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x54118, "NE FIXUP -> 0006:15a9 (seg030:35a9)")
set_comment(0x54129, "NE FIXUP -> 0006:0c39 (seg030:2c39)")
set_comment(0x54139, "NE FIXUP -> 0006:0be2 (seg030:2be2)")
set_comment(0x54149, "NE FIXUP -> 0006:0bff (seg030:2bff)")
set_comment(0x54159, "NE FIXUP -> 0006:0c1c (seg030:2c1c)")
set_comment(0x54177, "NE FIXUP -> 0006:1e10 (seg030:3e10)")
set_comment(0x54190, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0x541D7, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x541E5, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0x541F8, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0x5423B, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x54249, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0x5425F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x54280, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x54294, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x542A7, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x542BB, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x5432E, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x54386, "NE FIXUP -> 0004:b316 (seg015:0116)")
set_comment(0x543E6, "NE FIXUP -> 0009:80db (seg078:02db)")
set_comment(0x54456, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x544AE, "NE FIXUP -> 0004:b316 (seg015:0116)")
set_comment(0x5450E, "NE FIXUP -> 0009:7f04 (seg078:0104)")
set_comment(0x5455E, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x54651, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x54665, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x54677, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x55137, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x55156, "NE FIXUP -> 0005:85ef (seg023:03ef)")
set_comment(0x5517B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x55261, "NE FIXUP -> 0005:10d8 (seg021:0ed8)")
set_comment(0x552A6, "NE FIXUP -> 0004:fb39 (seg020:0339)")
set_comment(0x55327, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x55338, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x5534B, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x55370, "NE FIXUP -> 0005:2d30 (seg021:2b30)")
set_comment(0x553EC, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x55403, "NE FIXUP -> 0004:4dfd (seg008:11fd)")
set_comment(0x55455, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x5548B, "NE FIXUP -> 0005:2fad (seg021:2dad)")
set_comment(0x55498, "NE FIXUP -> 0005:16af (seg021:14af)")
set_comment(0x554A5, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x554B4, "NE FIXUP -> 0005:2fad (seg021:2dad)")
set_comment(0x55541, "NE FIXUP -> 0005:2fad (seg021:2dad)")
set_comment(0x55553, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x55580, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x55596, "NE FIXUP -> 0004:e5cb (seg018:05cb)")
set_comment(0x555A8, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x55631, "NE FIXUP -> 0004:e5cb (seg018:05cb)")
set_comment(0x55659, "NE FIXUP -> 0004:e5cb (seg018:05cb)")
set_comment(0x5566C, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x5569C, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x556B8, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x55715, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x55807, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x55827, "NE FIXUP -> 0005:85ef (seg023:03ef)")
set_comment(0x55856, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x5587D, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x558B3, "NE FIXUP -> 0005:85ef (seg023:03ef)")
set_comment(0x558D3, "NE FIXUP -> 0006:09b8 (seg030:29b8)")
set_comment(0x55946, "NE FIXUP -> 0005:2c9b (seg021:2a9b)")
set_comment(0x5596D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x559E9, "NE FIXUP -> 0005:2c9b (seg021:2a9b)")
set_comment(0x55A03, "NE FIXUP -> 0006:4255 (seg031:0255)")
set_comment(0x55A11, "NE FIXUP -> 0007:d6b1 (seg049:1cb1)")
set_comment(0x55A6C, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x55AA4, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x55AAE, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x55ACC, "NE FIXUP -> 0007:d6c5 (seg049:1cc5)")
set_comment(0x55AD4, "NE FIXUP -> 0007:d6cd (seg049:1ccd)")
set_comment(0x55B3E, "NE FIXUP -> 0007:d6c5 (seg049:1cc5)")
set_comment(0x55B46, "NE FIXUP -> 0007:d6cd (seg049:1ccd)")
set_comment(0x563CF, "NE FIXUP -> 0006:4255 (seg031:0255)")
set_comment(0x56406, "NE FIXUP -> 0007:d6b1 (seg049:1cb1)")
set_comment(0x56625, "NE FIXUP -> 0007:d6cd (seg049:1ccd)")
set_comment(0x5662B, "NE FIXUP -> 0007:d6c5 (seg049:1cc5)")
set_comment(0x5663E, "NE FIXUP -> 0005:8200 (seg023:0000)")
set_comment(0x56646, "NE FIXUP -> 0005:9016 (seg024:0616)")
set_comment(0x56659, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x56672, "NE FIXUP -> 0009:46e7 (seg073:00e7)")
set_comment(0x5669B, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x566A6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x566B8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x566DE, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x56845, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x56863, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x56874, "NE FIXUP -> 0005:83c7 (seg023:01c7)")
set_comment(0x56997, "NE FIXUP -> 0005:1178 (seg021:0f78)")
set_comment(0x56B9F, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x56BB0, "NE FIXUP -> 0005:32d2 (seg021:30d2)")
set_comment(0x56BC1, "NE FIXUP -> 0005:284c (seg021:264c)")
set_comment(0x56BD0, "NE FIXUP -> 0006:aefe (seg037:00fe)")
set_comment(0x56BE5, "NE FIXUP -> 0006:e5d0 (seg039:03d0)")
set_comment(0x56C05, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x56C1F, "NE FIXUP -> 0004:e505 (seg018:0505)")
set_comment(0x56CB6, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x56D05, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x56D18, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x56D3F, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x56D58, "NE FIXUP -> 0006:092b (seg030:292b)")
set_comment(0x56DBB, "NE FIXUP -> 0008:1ae5 (seg052:10e5)")
set_comment(0x56E5B, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x56E6E, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x56E82, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x56E9D, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x56EBB, "NE FIXUP -> 0007:2884 (seg040:0684)")
set_comment(0x56F27, "NE FIXUP -> 0005:2fad (seg021:2dad)")
set_comment(0x56F47, "NE FIXUP -> 0005:2d30 (seg021:2b30)")
set_comment(0x56F8E, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x57153, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x57256, "NE FIXUP -> 0007:d6cd (seg049:1ccd)")
set_comment(0x5725C, "NE FIXUP -> 0007:d6c5 (seg049:1cc5)")
set_comment(0x57262, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x57281, "NE FIXUP -> 0007:be67 (seg049:0467)")
set_comment(0x57293, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x57315, "NE FIXUP -> 0007:d6dd (seg049:1cdd)")
set_comment(0x57331, "NE FIXUP -> 0008:1dbe (seg052:13be)")
set_comment(0x573BA, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x573D9, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x57411, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x57435, "NE FIXUP -> 0005:1178 (seg021:0f78)")
set_comment(0x5747E, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x574E2, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x575B0, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x575FE, "NE FIXUP -> 0005:1178 (seg021:0f78)")
set_comment(0x57656, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x576BA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x57708, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x577B1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x57811, "NE FIXUP -> 0004:e734 (seg018:0734)")
set_comment(0x5785B, "NE FIXUP -> 0004:ffdb (seg020:07db)")
set_comment(0x5795A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5799E, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x579A6, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0x579B2, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0x579D1, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x579DD, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x579E9, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x57A3D, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x57AF5, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x57B03, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x57B11, "NE FIXUP -> 0005:0671 (seg021:0471)")
set_comment(0x57B37, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x57B44, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x57B55, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x57B64, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x57B74, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x57B83, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x57B92, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x58204, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58216, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58228, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5823A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5824C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5825E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58270, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58282, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58294, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x582A6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x582B8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x582CA, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58337, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x583D4, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x583F2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58410, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5842E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5844C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5846A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58488, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x584A6, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x584C4, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x584E2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58500, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5851E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58792, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x58A0F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58A26, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58A3C, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x58A98, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x58AA3, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x58AC4, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x58B40, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58B5E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x58CB7, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x58D61, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x58DAB, "NE FIXUP -> 0005:057b (seg021:037b)")
set_comment(0x58DC8, "NE FIXUP -> 0005:057b (seg021:037b)")
set_comment(0x58DE9, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x58DFA, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x58E07, "NE FIXUP -> 0005:27d0 (seg021:25d0)")
set_comment(0x58E41, "NE FIXUP -> 0007:5291 (seg042:0891)")
set_comment(0x58E5F, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x58E81, "NE FIXUP -> 0005:3a89 (seg021:3889)")
set_comment(0x58E91, "NE FIXUP -> 0005:3a3e (seg021:383e)")
set_comment(0x58EDE, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x58EFE, "NE FIXUP -> 0005:124e (seg021:104e)")
set_comment(0x58F22, "NE FIXUP -> 0005:3aa2 (seg021:38a2)")
set_comment(0x58F32, "NE FIXUP -> 0005:3a5a (seg021:385a)")
set_comment(0x58F68, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x58F85, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x58FB5, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x58FC5, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x58FE1, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x59009, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x59025, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x59048, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x5905A, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x590B6, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x590C8, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x59210, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5925A, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x594D6, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x597FD, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x59868, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x5987D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x598BA, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x59912, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x59A41, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x59A6C, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x59B71, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x59D51, "NE FIXUP -> 0005:ae00 (seg026:0000)")
set_comment(0x59D6B, "NE FIXUP -> 0005:aec6 (seg026:00c6)")
set_comment(0x59D85, "NE FIXUP -> 0005:afc8 (seg026:01c8)")
set_comment(0x59D9F, "NE FIXUP -> 0005:b097 (seg026:0297)")
set_comment(0x59DAE, "NE FIXUP -> 0005:b185 (seg026:0385)")
set_comment(0x59ED4, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x59EE4, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x59EF8, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x5A018, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5A036, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x5A07F, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5A09D, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x5A0D6, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x5A0EB, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0x5A10F, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5A372, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x5A39D, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x5A4A2, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0x5A8FA, "NE FIXUP -> 0005:ae00 (seg026:0000)")
set_comment(0x5A93C, "NE FIXUP -> 0005:aec6 (seg026:00c6)")
set_comment(0x5A97E, "NE FIXUP -> 0005:afc8 (seg026:01c8)")
set_comment(0x5A9C0, "NE FIXUP -> 0005:b097 (seg026:0297)")
set_comment(0x5A9F7, "NE FIXUP -> 0005:b185 (seg026:0385)")
set_comment(0x5AB48, "NE FIXUP -> 0005:b20f (seg026:040f)")
set_comment(0x5B660, "NE FIXUP -> 000a:39eb (seg090:01eb)")
set_comment(0x5B685, "NE FIXUP -> 000a:39eb (seg090:01eb)")
set_comment(0x5B6AA, "NE FIXUP -> 000a:39eb (seg090:01eb)")
set_comment(0x5B6CF, "NE FIXUP -> 000a:39eb (seg090:01eb)")
set_comment(0x5B971, "NE FIXUP -> 0005:5000 (seg022:0000)")
set_comment(0x5BA72, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x5BA90, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0x5BAB1, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BAC3, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BAD4, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x5BAE3, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BAF6, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x5BB03, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0x5BB93, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x5BBB1, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0x5BBD2, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BBE4, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BBF5, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x5BC04, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BC18, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x5BC25, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0x5BC54, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x5BC6A, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x5BCA5, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5BCB4, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5BD3D, "NE FIXUP -> 0005:3d10 (seg021:3b10)")
set_comment(0x5BD5F, "NE FIXUP -> 0005:3a3e (seg021:383e)")
set_comment(0x5BD6F, "NE FIXUP -> 0005:3a89 (seg021:3889)")
set_comment(0x5BD7F, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x5BDE4, "NE FIXUP -> 0006:0556 (seg030:2556)")
set_comment(0x5BE00, "NE FIXUP -> 0006:158c (seg030:358c)")
set_comment(0x5BE13, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x5BE2A, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x5BE61, "NE FIXUP -> 0006:15a9 (seg030:35a9)")
set_comment(0x5BE72, "NE FIXUP -> 0006:0c39 (seg030:2c39)")
set_comment(0x5BE82, "NE FIXUP -> 0006:0be2 (seg030:2be2)")
set_comment(0x5BE92, "NE FIXUP -> 0006:0bff (seg030:2bff)")
set_comment(0x5BEA2, "NE FIXUP -> 0006:0c1c (seg030:2c1c)")
set_comment(0x5BEB1, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x5BEC0, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x5BECF, "NE FIXUP -> 0006:1e10 (seg030:3e10)")
set_comment(0x5BEE6, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0x5BF10, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x5BF22, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x5BF33, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x5BF41, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0x5BF56, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0x5BF7D, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x5BF8F, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x5BFA0, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x5BFAE, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0x5BFD5, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x5BFE8, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x5BFFF, "NE FIXUP -> 0005:0e5c (seg021:0c5c)")
set_comment(0x5C010, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x5C02A, "NE FIXUP -> 0005:0e78 (seg021:0c78)")
set_comment(0x5C045, "NE FIXUP -> 0005:0e5c (seg021:0c5c)")
set_comment(0x5C059, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5C094, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0x5C40C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5C46C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5C4C4, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5C5AA, "NE FIXUP -> 0004:0400 (seg003:0000)")
set_comment(0x5C60B, "NE FIXUP -> 0004:04fd (seg003:00fd)")
set_comment(0x5C6E1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x5C93D, "NE FIXUP -> 0004:0400 (seg003:0000)")
set_comment(0x5CF84, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5D097, "NE FIXUP -> 0004:0400 (seg003:0000)")
set_comment(0x5D115, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5D21B, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D24C, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D27C, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D29E, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D2BD, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5D2E6, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D30B, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D331, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D34D, "NE FIXUP -> 0005:6cc1 (seg022:1cc1)")
set_comment(0x5D36C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5D43C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5D46A, "NE FIXUP -> 0005:aac0 (seg025:18c0)")
set_comment(0x5D59E, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x5D6C8, "NE FIXUP -> 0005:1731 (seg021:1531)")
set_comment(0x5D781, "NE FIXUP -> 0006:446d (seg031:046d)")
set_comment(0x5D821, "NE FIXUP -> 0004:dc00 (seg017:0000)")
set_comment(0x5D844, "NE FIXUP -> 0006:42d9 (seg031:02d9)")
set_comment(0x5D853, "NE FIXUP -> 0006:4502 (seg031:0502)")
set_comment(0x5D874, "NE FIXUP -> 0006:42d9 (seg031:02d9)")
set_comment(0x5D883, "NE FIXUP -> 0006:4502 (seg031:0502)")
set_comment(0x5D929, "NE FIXUP -> 0006:42d9 (seg031:02d9)")
set_comment(0x5D938, "NE FIXUP -> 0006:4502 (seg031:0502)")
set_comment(0x5D95A, "NE FIXUP -> 0006:42d9 (seg031:02d9)")
set_comment(0x5D969, "NE FIXUP -> 0006:4502 (seg031:0502)")
set_comment(0x5D999, "NE FIXUP -> 0006:4631 (seg031:0631)")
set_comment(0x5D9A8, "NE FIXUP -> 0006:46b5 (seg031:06b5)")
set_comment(0x5DA07, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x5E023, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x5E041, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x5E0A3, "NE FIXUP -> 0005:678f (seg022:178f)")
set_comment(0x5E0B7, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x5E125, "NE FIXUP -> 0008:a995 (seg059:3f95)")
set_comment(0x5E178, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x5E1AE, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x5E1EF, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x5E28B, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x5E2AF, "NE FIXUP -> 0006:d705 (seg038:2105)")
set_comment(0x5E2BE, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5E2D1, "NE FIXUP -> 000c:747d (seg126:007d)")
set_comment(0x5E309, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x5E312, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x5E344, "NE FIXUP -> 0008:7407 (seg059:0a07)")
set_comment(0x5E36C, "NE FIXUP -> 0008:7663 (seg059:0c63)")
set_comment(0x5E3FD, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E422, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E457, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E47C, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E4B1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E4D6, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E505, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5E536, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E55B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E590, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E5B5, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E5E0, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5E611, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E636, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E661, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5E692, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E6B7, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E702, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E727, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E75C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E781, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E7CC, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E7F1, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E82A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E84F, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E888, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E8AD, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E8E2, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E907, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E940, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E965, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5E9A0, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5E9CA, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EA20, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EA4A, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EAA0, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EACA, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EAFA, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EB2D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EB57, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EB8B, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EBBE, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EBE8, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EC18, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EC4B, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EC75, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5ECB1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5ECDB, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5ED0F, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5ED42, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5ED6C, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EDA0, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EDD3, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EDFD, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EE31, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EE64, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EE8E, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EEC2, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EEF5, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EF1F, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EF53, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5EF86, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5EFB0, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5EFE4, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5F017, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F041, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F081, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F0AB, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F0EB, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F115, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F151, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F17B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F1B7, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F1E1, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F221, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F24B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F28B, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F2B5, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F2F1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F31B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F357, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F381, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F3BD, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F3E7, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F423, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F44D, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F489, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F4B3, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F4EF, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F519, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F555, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F57F, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F5BB, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F5E5, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F621, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F64B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F68B, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F6B5, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F6F5, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F71F, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F75F, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F789, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F7B9, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5F7EC, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F816, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F84A, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5F87D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F8A7, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F8D7, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5F90A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F934, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F964, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5F997, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5F9C1, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5F9F1, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5FA28, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FA52, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FA82, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5FAB9, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FAE3, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FB23, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FB4D, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FB8D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FBB7, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FBF7, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FC21, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FC61, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FC8B, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FCC7, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FCF1, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FD2C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x5FD56, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x5FD88, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x5FD94, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5FDA4, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x5FDB7, "NE FIXUP -> 0006:e499 (seg039:0299)")
set_comment(0x5FDBE, "NE FIXUP -> 0006:e892 (seg039:0692)")
set_comment(0x5FDC8, "NE FIXUP -> 0007:11a6 (seg039:2fa6)")
set_comment(0x5FDDA, "NE FIXUP -> 0007:8854 (seg043:2e54)")
set_comment(0x5FEAB, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x5FEDE, "NE FIXUP -> 0008:7a2e (seg059:102e)")
set_comment(0x60024, "NE FIXUP -> 0005:27d0 (seg021:25d0)")
set_comment(0x6004B, "NE FIXUP -> 0005:280f (seg021:260f)")
set_comment(0x600AC, "NE FIXUP -> 0006:9400 (seg035:0000)")
set_comment(0x600DE, "NE FIXUP -> 0006:95dc (seg035:01dc)")
set_comment(0x60243, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x60295, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x60380, "NE FIXUP -> 0005:7759 (seg022:2759)")
set_comment(0x60438, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x60487, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x604A3, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x605D9, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x605E2, "NE FIXUP -> 0006:a70a (seg036:010a)")
set_comment(0x60613, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x60640, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x6064C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x60655, "NE FIXUP -> 0006:a70a (seg036:010a)")
set_comment(0x6069B, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x606AF, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x606DD, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x606EC, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x60703, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x60751, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x60766, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0x6078D, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6079C, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x607B3, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6082A, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x60868, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x60872, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6087C, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x60886, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x60890, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6089D, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x608B0, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x608EB, "NE FIXUP -> 0005:05c9 (seg021:03c9)")
set_comment(0x608FB, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x60A30, "NE FIXUP -> 0005:2fad (seg021:2dad)")
set_comment(0x60A3E, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x60A48, "NE FIXUP -> 0005:7680 (seg022:2680)")
set_comment(0x60AA0, "NE FIXUP -> 0006:ae66 (seg037:0066)")
set_comment(0x60AA5, "NE FIXUP -> 0006:ae00 (seg037:0000)")
set_comment(0x60AD1, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x60AEA, "NE FIXUP -> 0005:6ced (seg022:1ced)")
set_comment(0x60AF2, "NE FIXUP -> 0005:74a8 (seg022:24a8)")
set_comment(0x60BBC, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x60D3C, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x60D8F, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x60E40, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x60E77, "NE FIXUP -> 0008:7864 (seg059:0e64)")
set_comment(0x60E9A, "NE FIXUP -> 0006:52ed (seg033:02ed)")
set_comment(0x60EAF, "NE FIXUP -> 0006:5693 (seg033:0693)")
set_comment(0x60EC6, "NE FIXUP -> 0006:5afb (seg033:0afb)")
set_comment(0x60EEB, "NE FIXUP -> 0006:6600 (seg034:0000)")
set_comment(0x60F11, "NE FIXUP -> 0006:7a85 (seg034:1485)")
set_comment(0x60F96, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x60FAA, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x60FD9, "NE FIXUP -> 0006:5383 (seg033:0383)")
set_comment(0x60FEE, "NE FIXUP -> 0006:5984 (seg033:0984)")
set_comment(0x61003, "NE FIXUP -> 0006:52ed (seg033:02ed)")
set_comment(0x610A9, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x610E7, "NE FIXUP -> 000d:463a (seg133:0e3a)")
set_comment(0x61154, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61160, "NE FIXUP -> 0006:ab28 (seg036:0528)")
set_comment(0x6116C, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x611C1, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x611D3, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x61216, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x61226, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x6123B, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x61276, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x61394, "NE FIXUP -> 0006:a70a (seg036:010a)")
set_comment(0x614CB, "NE FIXUP -> 0006:d6c5 (seg038:20c5)")
set_comment(0x61522, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6164A, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x61784, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x617E4, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x617FE, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x618B2, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x618FB, "NE FIXUP -> 000a:48e3 (seg091:04e3)")
set_comment(0x61908, "NE FIXUP -> 000a:48f7 (seg091:04f7)")
set_comment(0x61996, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x619E7, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x619F0, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x61A45, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61A4E, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x61A64, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61A6D, "NE FIXUP -> 0006:a7ad (seg036:01ad)")
set_comment(0x61A9A, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x61AD7, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61AE0, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x61AF6, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61AFF, "NE FIXUP -> 0006:a7ad (seg036:01ad)")
set_comment(0x61B1A, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x61B29, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x61B3B, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x61B45, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x61B7C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61B85, "NE FIXUP -> 0006:a8ee (seg036:02ee)")
set_comment(0x61BDD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61BE6, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x61BFC, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x61C1A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61C23, "NE FIXUP -> 0006:a780 (seg036:0180)")
set_comment(0x61C34, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x61C41, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x61C50, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x61C5D, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x61C6E, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x61C7B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x61C84, "NE FIXUP -> 0006:a951 (seg036:0351)")
set_comment(0x61C9C, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x61D9C, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0x61DEA, "NE FIXUP -> 0005:0eee (seg021:0cee)")
set_comment(0x61E82, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61E96, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61EA8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x61ED3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61EE7, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61EF9, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x61F24, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61F38, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61F4A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x61F75, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61F89, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61F9B, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x61FC6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61FDA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x61FEC, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62017, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6202B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6203D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62068, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6207C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6208E, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x620B9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x620CD, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x620DF, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6210A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6211E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62130, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6215B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6216F, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62181, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x621AC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x621C0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x621D2, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x621FD, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62211, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62223, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6224E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62262, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62274, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6229F, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x622B3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x622C5, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x622F0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62304, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62316, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62341, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62355, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62367, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62392, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x623A6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x623B8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x623E3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x623F7, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62409, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62434, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62448, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6245A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62485, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62499, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x624AB, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x624D6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x624EA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x624FC, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62527, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6253B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6254D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62578, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6258C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6259E, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x625C9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x625DD, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x625EF, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6261A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6262E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62640, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6266B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6267F, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62691, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x626BC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x626D0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x626E2, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6270D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62721, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62733, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6275E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62772, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62784, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x627AF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x627C3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x627D5, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62800, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62814, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62826, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62851, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62865, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62877, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x628A2, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x628B6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x628C8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x628F3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62907, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62919, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62944, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62958, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6296A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62995, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x629A9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x629BB, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x629E6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x629FA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62A0C, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62A37, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62A4B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62A5D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62A88, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62A9C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62AAE, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62AD9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62AED, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62AFF, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62B2A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62B3E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62B50, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62B7B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62B8F, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62BA1, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62BCC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62BE0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62BF2, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62C1D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62C31, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62C43, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62C6E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62C82, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62C94, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62CBF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62CD3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62CE5, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62D10, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62D24, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62D36, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62D61, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62D75, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62D87, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62DB2, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62DC6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62DD8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62E03, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62E17, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62E29, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62E54, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62E68, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62E7A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62EA5, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62EB9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62ECB, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62EF6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62F0A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62F1C, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62F47, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62F5B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62F6D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62F98, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62FAC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62FBE, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x62FE9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x62FFD, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6300F, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6303A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6304E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x63060, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x64078, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x640BC, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x641B0, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x641D3, "NE FIXUP -> 0005:10d8 (seg021:0ed8)")
set_comment(0x6420F, "NE FIXUP -> 0004:fef1 (seg020:06f1)")
set_comment(0x64289, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x642B3, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x642E8, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x642FE, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x6432E, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6433D, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x6438C, "NE FIXUP -> 0008:817c (seg059:177c)")
set_comment(0x643A0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x643C3, "NE FIXUP -> 0005:295f (seg021:275f)")
set_comment(0x643E5, "NE FIXUP -> 0005:2918 (seg021:2718)")
set_comment(0x643F5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x64428, "NE FIXUP -> 0006:4542 (seg031:0542)")
set_comment(0x6443C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x64450, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x64462, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6447E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x644A7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x644C6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x646D1, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x646E3, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x64810, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x648A6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x64A15, "NE FIXUP -> 0006:4a75 (seg032:0275)")
set_comment(0x64A21, "NE FIXUP -> 0006:4b69 (seg032:0369)")
set_comment(0x64A3E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x64A60, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x64A8B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x64AA8, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x64ABF, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x64AFF, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x64B1D, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x64B2A, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x64B5C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x64B7D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x64B9A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x64BB0, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x64BE7, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x64C01, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x64C1E, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x64C2B, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x64C6D, "NE FIXUP -> 0003:e688 (seg001:7088)")
set_comment(0x64CD3, "NE FIXUP -> 0003:e688 (seg001:7088)")
set_comment(0x64CE4, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0x65010, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6502B, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x65042, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x65053, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x65077, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x65080, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x65091, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x650E9, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x650F9, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x65110, "NE FIXUP -> 0005:43f0 (seg021:41f0)")
set_comment(0x651A6, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x651B4, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x651C2, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x651D0, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x651D9, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x65238, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x6525A, "NE FIXUP -> 0006:d201 (seg038:1c01)")
set_comment(0x6528B, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x6529C, "NE FIXUP -> 0006:0c8a (seg030:2c8a)")
set_comment(0x652B4, "NE FIXUP -> 0006:1027 (seg030:3027)")
set_comment(0x652DD, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x652FD, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x65349, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x65379, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x65393, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x653E2, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x65414, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65478, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6548C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x654A1, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x654C8, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x654E8, "NE FIXUP -> 0005:43f0 (seg021:41f0)")
set_comment(0x65500, "NE FIXUP -> 0005:1c74 (seg021:1a74)")
set_comment(0x65510, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x65539, "NE FIXUP -> 0006:d201 (seg038:1c01)")
set_comment(0x6555A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6558E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6559D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x655A4, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x655BC, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x655C4, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x655CB, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x655E2, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x655EA, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x655F1, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x65608, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x65610, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x65617, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6562E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6563D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x65644, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x65662, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x65677, "NE FIXUP -> 0006:1263 (seg030:3263)")
set_comment(0x65689, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x656A3, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x656EF, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6572A, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6574B, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x65769, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x65776, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6579E, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x657CB, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x6580F, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x65844, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x65855, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x6586C, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6587D, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6588D, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x6589F, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x658B3, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x658C7, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x658E7, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x658FF, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x65909, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x6592C, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x65940, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x65965, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6597A, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65994, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x659E0, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x659F1, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x65A2B, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x65A41, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x65A66, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x65A72, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x65A8E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x65A9D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x65AA4, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x65ABA, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x65ACB, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x65AD4, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x65B0B, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x65B5A, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x65B6B, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x65B7B, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x65B8B, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x65BBB, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x65BCF, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x65BE3, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x65C17, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x65C46, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x65C4F, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x65C5C, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x65C95, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x65CAF, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x65CF1, "NE FIXUP -> 0006:9400 (seg035:0000)")
set_comment(0x65D07, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x65D1C, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x65D60, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x65D70, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x65D8F, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x65DF1, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x65E01, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x65E0E, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x65E35, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x65E4B, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x65E6C, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x65E96, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65EB4, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65ECE, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65EEC, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x65F06, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x65F10, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x65F27, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x65F31, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x65F5E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x65F72, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x65F87, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x65FAC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x65FC0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x65FD5, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x65FFF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x66013, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x66028, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6604D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x66061, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x66076, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x660A0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x660B4, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x660C9, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x66611, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6662F, "NE FIXUP -> 0006:5000 (seg033:0000)")
set_comment(0x66661, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x66708, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x66743, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x66794, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x66824, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x66839, "NE FIXUP -> 0006:1572 (seg030:3572)")
set_comment(0x66876, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x66898, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x668A1, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x668B2, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x66901, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x66915, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6692A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x669E1, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x66AC8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x66AEE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x66B96, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x66BB5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x66C13, "NE FIXUP -> 0009:46e7 (seg073:00e7)")
set_comment(0x66C2D, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0x66C43, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x66C61, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x66C81, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0x66CAF, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x66CEF, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x66CF7, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x66D0C, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x66D1F, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x66D32, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x66D43, "NE FIXUP -> 0006:1b4f (seg030:3b4f)")
set_comment(0x66D78, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x66E08, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x66E28, "NE FIXUP -> 0006:15d9 (seg030:35d9)")
set_comment(0x66E3D, "NE FIXUP -> 0006:9400 (seg035:0000)")
set_comment(0x66E53, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x66E86, "NE FIXUP -> 0006:1df4 (seg030:3df4)")
set_comment(0x66EA4, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0x66F01, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0x66F10, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x66F28, "NE FIXUP -> 0005:3a89 (seg021:3889)")
set_comment(0x66F4B, "NE FIXUP -> 0006:95dc (seg035:01dc)")
set_comment(0x66F61, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x66F70, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0x66FA1, "NE FIXUP -> 0006:95dc (seg035:01dc)")
set_comment(0x66FB7, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x6706B, "NE FIXUP -> 0006:9400 (seg035:0000)")
set_comment(0x67081, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x67098, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x670A5, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x670BC, "NE FIXUP -> 0006:15d9 (seg030:35d9)")
set_comment(0x670CC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x670E0, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x670F5, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67108, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67123, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x6713B, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67150, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67163, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6717E, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67193, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x671A4, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x671C6, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x671DE, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x671F6, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6720E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67226, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6723E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67256, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6726E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67291, "NE FIXUP -> 0006:5afb (seg033:0afb)")
set_comment(0x672A7, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x672F3, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x6730A, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67321, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67338, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x6734F, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67366, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x6737D, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67394, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x673AB, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x673C2, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67509, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67543, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x67552, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6758C, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x675BE, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x675CF, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x675F1, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67614, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67633, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x676DD, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x67762, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x677A4, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x677B5, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x677F1, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67802, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x67847, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67A11, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x67A65, "NE FIXUP -> 0006:95dc (seg035:01dc)")
set_comment(0x67A7B, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x67A96, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x67AA5, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x67AAC, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x67ACD, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x67B21, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67B31, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x67B50, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x67B65, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x67B79, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x67BB3, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x67BC6, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x67C09, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x67C1A, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x67C2B, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x67C43, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x67C67, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x67C77, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x67C82, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x67C93, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x67CCE, "NE FIXUP -> 0006:9400 (seg035:0000)")
set_comment(0x67CE4, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x67CF3, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x67D16, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x67D75, "NE FIXUP -> 0006:0cbe (seg030:2cbe)")
set_comment(0x67D8B, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67DA7, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67DE4, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x67DEC, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x67DF3, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x67E00, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x67E6A, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x67E8F, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x67EB4, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x67ED2, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x67EDB, "NE FIXUP -> 0006:a8ce (seg036:02ce)")
set_comment(0x67EFC, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67F15, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x67F6A, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x67FA9, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x67FBF, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x67FDE, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x67FED, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x68011, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x68028, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6807A, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x680E8, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x68138, "NE FIXUP -> 0005:43f0 (seg021:41f0)")
set_comment(0x6817E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6818D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x68194, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x681C4, "NE FIXUP -> 0006:c780 (seg038:1180)")
set_comment(0x681FA, "NE FIXUP -> 0005:ffa7 (seg030:1fa7)")
set_comment(0x6822C, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x68284, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x682DD, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x682EC, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x682F3, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6830B, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6831A, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x68321, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x68338, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x68340, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x68347, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6835E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x68366, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x6836D, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x68384, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x68393, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6839A, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x683C4, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x683F6, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x68405, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6840C, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x68423, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x68432, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x68439, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x68460, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x684A6, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x684C5, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x68529, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x68573, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x68597, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x685A0, "NE FIXUP -> 0006:a8ce (seg036:02ce)")
set_comment(0x685C1, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x685DA, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x6862F, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6866E, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x68684, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x686A3, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x686D1, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x686E5, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x6878F, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x687AC, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x68810, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x68840, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x68876, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x688DF, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x688F2, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x6892C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6893A, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x689A9, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x689C2, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x689EC, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x68A02, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x68A1E, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x68A40, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x68A52, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x68A64, "NE FIXUP -> 0006:c780 (seg038:1180)")
set_comment(0x68A74, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x68A95, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x68AFD, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x69410, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6942B, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x69476, "NE FIXUP -> 0006:02cc (seg030:22cc)")
set_comment(0x6948F, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6949C, "NE FIXUP -> 0006:02ec (seg030:22ec)")
set_comment(0x694AD, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x694BE, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6952A, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x69536, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x69566, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x6958B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6959D, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x695EC, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x69607, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x69652, "NE FIXUP -> 0006:02cc (seg030:22cc)")
set_comment(0x6966B, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x69678, "NE FIXUP -> 0006:02ec (seg030:22ec)")
set_comment(0x69689, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x6969A, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x696B6, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x696C6, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6971A, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x69726, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x69756, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x6977B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6978D, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x697E9, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x6981E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6984F, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x698AC, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x698BC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x698E8, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x69A2F, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x69A3C, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x69A5A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x69A81, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x69AB9, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x69AE0, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x69B10, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x69B4B, "NE FIXUP -> 0006:0307 (seg030:2307)")
set_comment(0x69B8B, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x69BAC, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x69BDF, "NE FIXUP -> 0005:1c74 (seg021:1a74)")
set_comment(0x69BEF, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x69C10, "NE FIXUP -> 0005:1be9 (seg021:19e9)")
set_comment(0x69C20, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0x69C43, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x69C77, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x69C8E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x69CB4, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0x69CDA, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0x69D0E, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x69D2E, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x69D65, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x69D6F, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x69D94, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x69DBD, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x69DFC, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x69E25, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x69E56, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x6A034, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6A03E, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x6A064, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6A08D, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x6A0CD, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6A0F6, "NE FIXUP -> 0007:5a00 (seg043:0000)")
set_comment(0x6A127, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x6A197, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x6A23E, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x6A25A, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6A275, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x6A2B1, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x6A2CF, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x6A2E9, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6A2F7, "NE FIXUP -> 0006:8b2d (seg034:252d)")
set_comment(0x6A330, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6A344, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6A359, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6A604, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x6A620, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x6A660, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x6A693, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x6A6A1, "NE FIXUP -> 0009:46e7 (seg073:00e7)")
set_comment(0x6A6BB, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x6AAFF, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6AB0D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6AB14, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6AB53, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x6AC6A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x6AC95, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x6AE12, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x6AE2D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x6AE77, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x6AFF7, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6B014, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6B03C, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x6B094, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x6B0B3, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x6B0E1, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x6B0F6, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6B110, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6B136, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6B14B, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6B1ED, "NE FIXUP -> 0005:aac0 (seg025:18c0)")
set_comment(0x6B20C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6B220, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6B294, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x6B2F1, "NE FIXUP -> 0005:b5c7 (seg027:01c7)")
set_comment(0x6B310, "NE FIXUP -> 0006:b86b (seg038:026b)")
set_comment(0x6B61E, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6B636, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x6B668, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6B67F, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x6B68F, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x6B6B6, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0x6B70B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6B71D, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x6B72A, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0x6B73D, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0x6B751, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6B784, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6B796, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6B803, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6B87B, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6B941, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6B966, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6B97A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6B99C, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x6B9D2, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6B9E7, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6BA0C, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x6BA57, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6BA94, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x6BAA5, "NE FIXUP -> 0006:1305 (seg030:3305)")
set_comment(0x6BAB9, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x6BACA, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x6BADB, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x6BAE8, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x6BAFD, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x6BB1E, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6BB32, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6BB46, "NE FIXUP -> 0006:02cc (seg030:22cc)")
set_comment(0x6BBB0, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x6BBCB, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x6BC17, "NE FIXUP -> 0005:b400 (seg027:0000)")
set_comment(0x6BC4D, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6BC71, "NE FIXUP -> 0006:14eb (seg030:34eb)")
set_comment(0x6BC93, "NE FIXUP -> 0006:ac2d (seg036:062d)")
set_comment(0x6BCBE, "NE FIXUP -> 0006:144c (seg030:344c)")
set_comment(0x6BCDF, "NE FIXUP -> 0006:1466 (seg030:3466)")
set_comment(0x6BCEE, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x6BCFD, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6BD36, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6BD65, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6BD83, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6BD95, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6BDA7, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6BDDD, "NE FIXUP -> 0007:22de (seg040:00de)")
set_comment(0x6BDF2, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x6BE0A, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x6BE17, "NE FIXUP -> 0006:0158 (seg030:2158)")
set_comment(0x6BE2E, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6BE42, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6BE4F, "NE FIXUP -> 0006:12ec (seg030:32ec)")
set_comment(0x6BE73, "NE FIXUP -> 0006:1556 (seg030:3556)")
set_comment(0x6BE99, "NE FIXUP -> 0005:3bcf (seg021:39cf)")
set_comment(0x6BEB0, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6BEBE, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6BECC, "NE FIXUP -> 0006:e659 (seg039:0459)")
set_comment(0x6BEF7, "NE FIXUP -> 0006:e200 (seg039:0000)")
set_comment(0x6BF23, "NE FIXUP -> 0004:5aa1 (seg010:00a1)")
set_comment(0x6BF32, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x6BF72, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x6BFBE, "NE FIXUP -> 0005:dc74 (seg029:1874)")
set_comment(0x6C00B, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6C018, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6C02B, "NE FIXUP -> 0005:08a5 (seg021:06a5)")
set_comment(0x6C03B, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x6C048, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C057, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6C05E, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C087, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x6C0AD, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C0CE, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C0DB, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C0EA, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6C0F1, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C115, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C136, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C144, "NE FIXUP -> 0007:95f0 (seg044:01f0)")
set_comment(0x6C189, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6C1AC, "NE FIXUP -> 0005:08a5 (seg021:06a5)")
set_comment(0x6C1BC, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x6C1D6, "NE FIXUP -> 0004:5aa1 (seg010:00a1)")
set_comment(0x6C1E8, "NE FIXUP -> 0005:08a5 (seg021:06a5)")
set_comment(0x6C1F8, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x6C217, "NE FIXUP -> 0005:08a5 (seg021:06a5)")
set_comment(0x6C227, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0x6C255, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C277, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6C285, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x6C345, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C351, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C36D, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C385, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C39D, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C3AE, "NE FIXUP -> 0004:5aa1 (seg010:00a1)")
set_comment(0x6C3C5, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C3D1, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C404, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C410, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C427, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C436, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6C43D, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6C455, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x6C46B, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x6C478, "NE FIXUP -> 0006:001d (seg030:201d)")
set_comment(0x6C4DC, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x6C4F2, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x6C536, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6C54B, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x6C55C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6C588, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x6C5AB, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x6C5C5, "NE FIXUP -> 0006:7a85 (seg034:1485)")
set_comment(0x6C5F0, "NE FIXUP -> 0005:295f (seg021:275f)")
set_comment(0x6C607, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6C61B, "NE FIXUP -> 0005:0687 (seg021:0487)")
set_comment(0x6C650, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x6C66F, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x6C683, "NE FIXUP -> 0004:4ea6 (seg008:12a6)")
set_comment(0x6C775, "NE FIXUP -> 0004:4ea6 (seg008:12a6)")
set_comment(0x6C7EF, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x6C80C, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6C81C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6C855, "NE FIXUP -> 0005:dc74 (seg029:1874)")
set_comment(0x6C874, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6C882, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6C891, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x6C8A7, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x6C8C9, "NE FIXUP -> 0006:ac2d (seg036:062d)")
set_comment(0x6C8F2, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x6C903, "NE FIXUP -> 0006:b19c (seg037:039c)")
set_comment(0x6C92B, "NE FIXUP -> 0007:4cdf (seg042:02df)")
set_comment(0x6C9E5, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x6C9F4, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x6C9FB, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x6CA1D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x6CA2B, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6CA54, "NE FIXUP -> 0006:13e4 (seg030:33e4)")
set_comment(0x6CA65, "NE FIXUP -> 0006:13e4 (seg030:33e4)")
set_comment(0x6CA78, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6CA81, "NE FIXUP -> 0006:ab28 (seg036:0528)")
set_comment(0x6CA9E, "NE FIXUP -> 0006:10fe (seg030:30fe)")
set_comment(0x6CAAE, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x6CABD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6CACB, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x6CAE4, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x6CAFF, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6CB1F, "NE FIXUP -> 0006:af58 (seg037:0158)")
set_comment(0x6CB32, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x6CB73, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6CB88, "NE FIXUP -> 0006:e499 (seg039:0299)")
set_comment(0x6CBA1, "NE FIXUP -> 0007:28ce (seg040:06ce)")
set_comment(0x6CBC4, "NE FIXUP -> 0007:2ac2 (seg040:08c2)")
set_comment(0x6CBFF, "NE FIXUP -> 0007:3088 (seg040:0e88)")
set_comment(0x6CC27, "NE FIXUP -> 0007:3001 (seg040:0e01)")
set_comment(0x6CC62, "NE FIXUP -> 0007:2bc9 (seg040:09c9)")
set_comment(0x6CC7E, "NE FIXUP -> 0007:2a9b (seg040:089b)")
set_comment(0x6CCB9, "NE FIXUP -> 0007:3088 (seg040:0e88)")
set_comment(0x6CCE0, "NE FIXUP -> 0007:3001 (seg040:0e01)")
set_comment(0x6CD1A, "NE FIXUP -> 0007:2bc9 (seg040:09c9)")
set_comment(0x6CD62, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x6CD88, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6CD9C, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x6CDBE, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6CDCF, "NE FIXUP -> 0006:1b4f (seg030:3b4f)")
set_comment(0x6CDFF, "NE FIXUP -> 0006:1b4f (seg030:3b4f)")
set_comment(0x6CE27, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6CE35, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x6CE6F, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6CE78, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x6CE85, "NE FIXUP -> 0007:b82e (seg048:002e)")
set_comment(0x6CF15, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D006, "NE FIXUP -> 0005:dc74 (seg029:1874)")
set_comment(0x6D04C, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x6D087, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x6D0A0, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D0C1, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x6D0DA, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D0FD, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D11D, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6D12F, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x6D147, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6D157, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6D16B, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6D17B, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6D1BB, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x6D20C, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x6D222, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6D234, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x6D24C, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6D25C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6D270, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x6D280, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x6D2BB, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6D2F6, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x6D31E, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x6D350, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D364, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x6D380, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6D398, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x6D3CA, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6D3DC, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x6D3EE, "NE FIXUP -> 0006:136d (seg030:336d)")
set_comment(0x6D404, "NE FIXUP -> 0005:3b53 (seg021:3953)")
set_comment(0x6D42E, "NE FIXUP -> 0005:3b72 (seg021:3972)")
set_comment(0x6D448, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D45C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D471, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6D485, "NE FIXUP -> 0006:12ec (seg030:32ec)")
set_comment(0x6D4A3, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x6D4B8, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x6D4DC, "NE FIXUP -> 0006:1556 (seg030:3556)")
set_comment(0x6D4E6, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6D4F8, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x6D52A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6D542, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x6D574, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6D586, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x6D598, "NE FIXUP -> 0006:1483 (seg030:3483)")
set_comment(0x6D5AE, "NE FIXUP -> 0005:3b53 (seg021:3953)")
set_comment(0x6D5D8, "NE FIXUP -> 0005:3b72 (seg021:3972)")
set_comment(0x6D5F2, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D606, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D61B, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6D62F, "NE FIXUP -> 0006:144c (seg030:344c)")
set_comment(0x6D64D, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x6D662, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x6D687, "NE FIXUP -> 0006:1466 (seg030:3466)")
set_comment(0x6D691, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6D6A3, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x6D715, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x6D77D, "NE FIXUP -> 0005:e12f (seg030:012f)")
set_comment(0x6D7DE, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6D7E7, "NE FIXUP -> 0006:a8ee (seg036:02ee)")
set_comment(0x6D823, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6D82F, "NE FIXUP -> 0007:9b71 (seg044:0771)")
set_comment(0x6D8E1, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D8F5, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x6D90A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x6E22D, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x6E289, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x6E2CF, "NE FIXUP -> 0006:01dd (seg030:21dd)")
set_comment(0x6E2F3, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x6E30E, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x6E34B, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x6E359, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x6E369, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x6E379, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x6E387, "NE FIXUP -> 0008:d12a (seg061:172a)")
set_comment(0x6E3CA, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6E3E8, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0x6E3FB, "NE FIXUP -> 0006:0b25 (seg030:2b25)")
set_comment(0x6E410, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6E41C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6E429, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6E436, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6E444, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6E453, "NE FIXUP -> 0005:0eee (seg021:0cee)")
set_comment(0x6E46C, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x6E47D, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0x6E48F, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x6E4B9, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6E560, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6E56D, "NE FIXUP -> 0006:af58 (seg037:0158)")
set_comment(0x6E59F, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6E60A, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6E617, "NE FIXUP -> 0006:af58 (seg037:0158)")
set_comment(0x6E640, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6E692, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x6E6A4, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x6E6D1, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x6E6FB, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6E736, "NE FIXUP -> 0006:cd55 (seg038:1755)")
set_comment(0x6E753, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6E765, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x6E77E, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6E78E, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6E7B5, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x6E7EA, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6E87C, "NE FIXUP -> 0007:22de (seg040:00de)")
set_comment(0x6E8A3, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x6E8C7, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x6E8F2, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x6E921, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0x6E931, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0x6E94E, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6E969, "NE FIXUP -> 0007:505d (seg042:065d)")
set_comment(0x6E99B, "NE FIXUP -> 000a:3d79 (seg090:0579)")
set_comment(0x6E9EE, "NE FIXUP -> 000a:3fe5 (seg090:07e5)")
set_comment(0x6EA00, "NE FIXUP -> 000a:3aa7 (seg090:02a7)")
set_comment(0x6EA15, "NE FIXUP -> 000a:3ef7 (seg090:06f7)")
set_comment(0x6EA27, "NE FIXUP -> 000a:3aa7 (seg090:02a7)")
set_comment(0x6EA55, "NE FIXUP -> 0008:2d15 (seg053:0115)")
set_comment(0x6EA70, "NE FIXUP -> 0008:311b (seg053:051b)")
set_comment(0x6EB30, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x6EB45, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x6EB64, "NE FIXUP -> 000c:747d (seg126:007d)")
set_comment(0x6EB70, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6EB7E, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6EB8C, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6EB95, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x6EC54, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6EC68, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x6EC75, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x6EC99, "NE FIXUP -> 0005:08a5 (seg021:06a5)")
set_comment(0x6ECA6, "NE FIXUP -> 0006:0044 (seg030:2044)")
set_comment(0x6ECBC, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6ECC5, "NE FIXUP -> 0006:a70a (seg036:010a)")
set_comment(0x6ECE1, "NE FIXUP -> 0006:1556 (seg030:3556)")
set_comment(0x6ECEB, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6ECFD, "NE FIXUP -> 0008:65a8 (seg058:01a8)")
set_comment(0x6ED11, "NE FIXUP -> 0006:0158 (seg030:2158)")
set_comment(0x6ED22, "NE FIXUP -> 0006:0192 (seg030:2192)")
set_comment(0x6ED57, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x6ED61, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x6ED70, "NE FIXUP -> 0006:0177 (seg030:2177)")
set_comment(0x6EDA5, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x6EDAF, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x6EDD4, "NE FIXUP -> 0006:1db7 (seg030:3db7)")
set_comment(0x6EDEB, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6EE02, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6EE0F, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6EE22, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6EE34, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6EE4B, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6EE58, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6EE6B, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6EE7A, "NE FIXUP -> 0006:14c2 (seg030:34c2)")
set_comment(0x6EE8D, "NE FIXUP -> 0008:65a8 (seg058:01a8)")
set_comment(0x6EEAD, "NE FIXUP -> 0008:658a (seg058:018a)")
set_comment(0x6EEE0, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0x6EEFB, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6EF11, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6EF1D, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x6EF2A, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x6EF37, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x6EF45, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6EF57, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0x6EF63, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x6EF76, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0x6EF8B, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6EFA6, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6EFBD, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6EFCA, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6EFDD, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6EFF7, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6F012, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6F029, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6F036, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6F049, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6F063, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6F07E, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6F095, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6F0A2, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6F0B5, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6F0CF, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0x6F0EA, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x6F101, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x6F10E, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0x6F121, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x6F168, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6F172, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6F17C, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0x6F2EC, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6F30F, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x6F357, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6F3E3, "NE FIXUP -> 0008:39c8 (seg053:0dc8)")
set_comment(0x6F3F0, "NE FIXUP -> 0008:39b1 (seg053:0db1)")
set_comment(0x6F3FE, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0x6F40C, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0x6F415, "NE FIXUP -> 0005:b5c7 (seg027:01c7)")
set_comment(0x6F43C, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6F476, "NE FIXUP -> 0006:af58 (seg037:0158)")
set_comment(0x6F4A8, "NE FIXUP -> 0005:32a8 (seg021:30a8)")
set_comment(0x6F50E, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x6F559, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x6F586, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x6F596, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6F5AD, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x6F5D4, "NE FIXUP -> 0008:656c (seg058:016c)")
set_comment(0x6F5EC, "NE FIXUP -> 0008:656c (seg058:016c)")
set_comment(0x6F800, "NE FIXUP -> 0005:e12f (seg030:012f)")
set_comment(0x6F817, "NE FIXUP -> 0006:01dd (seg030:21dd)")
set_comment(0x6F828, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x6F850, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6F881, "NE FIXUP -> 0008:658a (seg058:018a)")
set_comment(0x6F980, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6F9A5, "NE FIXUP -> 0008:65a8 (seg058:01a8)")
set_comment(0x6FA77, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FAE0, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FB01, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FB22, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FB50, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FB88, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FBAF, "NE FIXUP -> 0006:01dd (seg030:21dd)")
set_comment(0x6FBC0, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x6FC21, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FC42, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FC63, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FC84, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FCA5, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FCC6, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FD73, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FD94, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x6FEDE, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x6FF7C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x6FF8A, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x6FFC6, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6FFDC, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x6FFF8, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x7000E, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x70022, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x70036, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x7005B, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x7006E, "NE FIXUP -> 0006:01dd (seg030:21dd)")
set_comment(0x7008A, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x700BA, "NE FIXUP -> 0007:8bd9 (seg043:31d9)")
set_comment(0x700EB, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70103, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x7011B, "NE FIXUP -> 0007:8854 (seg043:2e54)")
set_comment(0x7013A, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x7015C, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x7016B, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x7017E, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70191, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x701A4, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x701B7, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x701CA, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x701DD, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x701F0, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70203, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70216, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70229, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x7023C, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x7024F, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70279, "NE FIXUP -> 0008:664b (seg058:024b)")
set_comment(0x7028D, "NE FIXUP -> 0005:e12f (seg030:012f)")
set_comment(0x702A6, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x702BE, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x702CF, "NE FIXUP -> 0006:01dd (seg030:21dd)")
set_comment(0x702E7, "NE FIXUP -> 0005:ff81 (seg030:1f81)")
set_comment(0x70346, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70434, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x70491, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x7055B, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x70679, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0x706AC, "NE FIXUP -> 000c:8072 (seg126:0c72)")
set_comment(0x706D0, "NE FIXUP -> 000c:81c0 (seg126:0dc0)")
set_comment(0x70728, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0x7075F, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x70780, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70795, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x707AE, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x707C5, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x707E1, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x707F2, "NE FIXUP -> 0008:7377 (seg059:0977)")
set_comment(0x70809, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x70824, "NE FIXUP -> 0006:01ad (seg030:21ad)")
set_comment(0x7085E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x7087B, "NE FIXUP -> 0005:e12f (seg030:012f)")
set_comment(0x708AF, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x708C2, "NE FIXUP -> 0005:ff4d (seg030:1f4d)")
set_comment(0x708ED, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x708FC, "NE FIXUP -> 0005:e12f (seg030:012f)")
set_comment(0x7097A, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0x709DD, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x70A0D, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x70A60, "NE FIXUP -> 0006:1a17 (seg030:3a17)")
set_comment(0x70A88, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x70A9B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70AB6, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70ABF, "NE FIXUP -> 0006:a951 (seg036:0351)")
set_comment(0x70AD8, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x70AFF, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70B14, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70B30, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70B39, "NE FIXUP -> 0006:a7ef (seg036:01ef)")
set_comment(0x70B49, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70B52, "NE FIXUP -> 0006:a8ce (seg036:02ce)")
set_comment(0x70B62, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x70B7C, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70B97, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x70BC1, "NE FIXUP -> 0006:1aaa (seg030:3aaa)")
set_comment(0x70BEA, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x70C23, "NE FIXUP -> 0006:19b9 (seg030:39b9)")
set_comment(0x70C42, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70C59, "NE FIXUP -> 0006:1b9b (seg030:3b9b)")
set_comment(0x70C70, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x70C86, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x70C9D, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x70CC9, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70CD9, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0x70D78, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0x70DB4, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x70DBE, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x70DF5, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0x70DFF, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0x70E46, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x70E4F, "NE FIXUP -> 0007:b544 (seg047:0944)")
set_comment(0x70E73, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0x70E86, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x70E97, "NE FIXUP -> 0006:11a1 (seg030:31a1)")
set_comment(0x70EAD, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0x70EDA, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0x70EE7, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x70EF8, "NE FIXUP -> 0006:11a1 (seg030:31a1)")
set_comment(0x70F07, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x70F15, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x70F23, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x70F2C, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0x70F3E, "NE FIXUP -> 000b:2592 (seg108:0b92)")
set_comment(0x70F61, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x7101C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x71049, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x7105D, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x7106E, "NE FIXUP -> 0006:1305 (seg030:3305)")
set_comment(0x71082, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x71093, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x710A3, "NE FIXUP -> 0006:1305 (seg030:3305)")
set_comment(0x710B1, "NE FIXUP -> 0006:0ca4 (seg030:2ca4)")
set_comment(0x710E4, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7111B, "NE FIXUP -> 0006:d201 (seg038:1c01)")
set_comment(0x71139, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x71146, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x7115B, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x7116A, "NE FIXUP -> 0006:1305 (seg030:3305)")
set_comment(0x7117E, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x7118F, "NE FIXUP -> 0005:fe7e (seg030:1e7e)")
set_comment(0x71212, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7122D, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x7125F, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x71271, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x7128A, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x7129A, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x712D0, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x712F4, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x71306, "NE FIXUP -> 0006:1a17 (seg030:3a17)")
set_comment(0x71312, "NE FIXUP -> 0007:516c (seg042:076c)")
set_comment(0x7132D, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x71336, "NE FIXUP -> 0007:945f (seg044:005f)")
set_comment(0x71372, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0x713E1, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x713FC, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x71424, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0x7143F, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x71458, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x71472, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7148B, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0x714A5, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x714DD, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x714EC, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x71500, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x7151A, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x7152B, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x7157F, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x71593, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x715A8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x715DF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x715F3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x71608, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x72261, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x72291, "NE FIXUP -> 0007:be67 (seg049:0467)")
set_comment(0x7237C, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x723C2, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x723CE, "NE FIXUP -> 0008:2edb (seg053:02db)")
set_comment(0x723E3, "NE FIXUP -> 0008:32ba (seg053:06ba)")
set_comment(0x72401, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x72458, "NE FIXUP -> 0008:dc38 (seg062:0238)")
set_comment(0x724AF, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x724CA, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x724FC, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x72537, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x72564, "NE FIXUP -> 0008:2d15 (seg053:0115)")
set_comment(0x7266E, "NE FIXUP -> 0008:2f0f (seg053:030f)")
set_comment(0x7267F, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x726AF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x726C3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x726D8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x727DC, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x7281E, "NE FIXUP -> 0008:2f0f (seg053:030f)")
set_comment(0x72851, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x72876, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0x728A0, "NE FIXUP -> 0008:31b7 (seg053:05b7)")
set_comment(0x728C4, "NE FIXUP -> 0008:311b (seg053:051b)")
set_comment(0x728DF, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x728FA, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x72938, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x72965, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x72A37, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0x72A54, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x72A68, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x72A7C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x72A91, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x72AE2, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x72AFA, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x72B17, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x72B50, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x72B5A, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x72B6B, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x72B93, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x72BAE, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x72BBC, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x72C64, "NE FIXUP -> 0006:ac2d (seg036:062d)")
set_comment(0x72D6B, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x72DA9, "NE FIXUP -> 0006:c780 (seg038:1180)")
set_comment(0x72DD1, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x72E2C, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x72E43, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x72E71, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x72EE4, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x72F6F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x73092, "NE FIXUP -> 0008:39b1 (seg053:0db1)")
set_comment(0x730A1, "NE FIXUP -> 0008:39c8 (seg053:0dc8)")
set_comment(0x73105, "NE FIXUP -> 0005:c477 (seg029:0077)")
set_comment(0x73145, "NE FIXUP -> 0005:d551 (seg029:1151)")
set_comment(0x73182, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x731C8, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x731E8, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x7320B, "NE FIXUP -> 0008:311b (seg053:051b)")
set_comment(0x73221, "NE FIXUP -> 0008:2edb (seg053:02db)")
set_comment(0x73244, "NE FIXUP -> 0008:2f0f (seg053:030f)")
set_comment(0x73291, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x732D3, "NE FIXUP -> 0005:b4ca (seg027:00ca)")
set_comment(0x73364, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x7336B, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x73395, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x7339C, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x733C8, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x733CF, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x733FC, "NE FIXUP -> 0005:c477 (seg029:0077)")
set_comment(0x73458, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x734EC, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0x7352B, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x73553, "NE FIXUP -> 0006:b86b (seg038:026b)")
set_comment(0x73584, "NE FIXUP -> 0005:295f (seg021:275f)")
set_comment(0x7359A, "NE FIXUP -> 0005:32fd (seg021:30fd)")
set_comment(0x735BB, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x735C3, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x735CA, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x735D7, "NE FIXUP -> 0006:b86b (seg038:026b)")
set_comment(0x7362B, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x7363C, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x73669, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7367B, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x736D6, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x736E6, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x73765, "NE FIXUP -> 0005:b951 (seg027:0551)")
set_comment(0x7379A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x73801, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0x7380F, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0x73823, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x73833, "NE FIXUP -> 0005:0522 (seg021:0322)")
set_comment(0x73A27, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x73A59, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x73A73, "NE FIXUP -> 0008:2f0f (seg053:030f)")
set_comment(0x73A9C, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x73AA3, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x73AD9, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x73AE0, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x73B14, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x73B1B, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x73BB0, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x73BE9, "NE FIXUP -> 0008:2d15 (seg053:0115)")
set_comment(0x73C62, "NE FIXUP -> 0005:b951 (seg027:0551)")
set_comment(0x73D02, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x73D17, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0x73D3E, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x73D64, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x73DA4, "NE FIXUP -> 0007:4cdf (seg042:02df)")
set_comment(0x73E30, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x73E47, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x73E74, "NE FIXUP -> 0005:b520 (seg027:0120)")
set_comment(0x73EDF, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x73EF9, "NE FIXUP -> 0008:2f0f (seg053:030f)")
set_comment(0x73F35, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0x73F53, "NE FIXUP -> 0005:1538 (seg021:1338)")
set_comment(0x74016, "NE FIXUP -> 0006:ac2d (seg036:062d)")
set_comment(0x7404B, "NE FIXUP -> 0006:b19c (seg037:039c)")
set_comment(0x7406B, "NE FIXUP -> 0007:4cdf (seg042:02df)")
set_comment(0x74A1F, "NE FIXUP -> 0005:dc74 (seg029:1874)")
set_comment(0x74A3B, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x74A56, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0x74A63, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x74A74, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x74AB5, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x74AD6, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x74AE8, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x74B01, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x74B1B, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x74B50, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x74B59, "NE FIXUP -> 0006:a8ee (seg036:02ee)")
set_comment(0x74BA7, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x74BB5, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x74CB0, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x74D07, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74D16, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74D1D, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74D35, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74D44, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74D4B, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74D60, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74D6F, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74D76, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74D8E, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74D9D, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74DA4, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74DB9, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74DC8, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74DCF, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74E0C, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74E1B, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74E22, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74E45, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74E4D, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0x74E54, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74E70, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74E7C, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74EA4, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74EB3, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74EBA, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74EEB, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74EFA, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x74F01, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74F22, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x74F2E, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x74F53, "NE FIXUP -> 000a:5093 (seg092:0293)")
set_comment(0x74FA7, "NE FIXUP -> 0007:22de (seg040:00de)")
set_comment(0x74FB8, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0x75006, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0x75076, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x75083, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x7509D, "NE FIXUP -> 0006:d705 (seg038:2105)")
set_comment(0x750AE, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x750BC, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x750FA, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x75103, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x75110, "NE FIXUP -> 0007:b82e (seg048:002e)")
set_comment(0x75185, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x75192, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x751A2, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x751BC, "NE FIXUP -> 0006:d705 (seg038:2105)")
set_comment(0x751CD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x751DB, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x75218, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x75221, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x7522D, "NE FIXUP -> 0007:b82e (seg048:002e)")
set_comment(0x752AB, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x752C1, "NE FIXUP -> 0005:27d0 (seg021:25d0)")
set_comment(0x752CF, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x752F0, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x75302, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x75310, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x75322, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x75330, "NE FIXUP -> 0005:3bcf (seg021:39cf)")
set_comment(0x75360, "NE FIXUP -> 0006:ac74 (seg036:0674)")
set_comment(0x75397, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x753A3, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x753BA, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x753C9, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x753D0, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x753E7, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x753F6, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x753FD, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x75413, "NE FIXUP -> 0005:0522 (seg021:0322)")
set_comment(0x75422, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0x75431, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0x75443, "NE FIXUP -> 0007:22de (seg040:00de)")
set_comment(0x75460, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x7546A, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x75492, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x754EE, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x75516, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x75533, "NE FIXUP -> 0006:b19c (seg037:039c)")
set_comment(0x7555B, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x75579, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x75591, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x7561B, "NE FIXUP -> 0005:dc74 (seg029:1874)")
set_comment(0x75A10, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75A2B, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x75A4B, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x75A78, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x75A89, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x75A97, "NE FIXUP -> 0008:cc01 (seg061:1201)")
set_comment(0x75B35, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x75B43, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x75BB8, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x75C48, "NE FIXUP -> 0006:02cc (seg030:22cc)")
set_comment(0x75C8A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75CA0, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x75CCA, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x75CD7, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x75D60, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x75D70, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x75DB1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75E12, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75E73, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75ED3, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x75F2A, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x75FF3, "NE FIXUP -> 0005:c477 (seg029:0077)")
set_comment(0x76019, "NE FIXUP -> 0005:da2f (seg029:162f)")
set_comment(0x76064, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x760C7, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76134, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x761A0, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76201, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x76256, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x7626C, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0x7638B, "NE FIXUP -> 0005:da2f (seg029:162f)")
set_comment(0x76399, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x763F9, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7646D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x764E1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76555, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x765C9, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7663D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x766B1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76725, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76799, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7680D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76881, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x768DF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x768F3, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x769EB, "NE FIXUP -> 0005:c477 (seg029:0077)")
set_comment(0x76A11, "NE FIXUP -> 0005:da2f (seg029:162f)")
set_comment(0x76A3C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76AB0, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76B24, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76B98, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76C0C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76C80, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76CF4, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76D68, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76DDC, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76E50, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76EC4, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x76F22, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x76F36, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x76FF2, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x77032, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7704F, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0x7706B, "NE FIXUP -> 0005:ff4d (seg030:1f4d)")
set_comment(0x77077, "NE FIXUP -> 0006:e499 (seg039:0299)")
set_comment(0x7709C, "NE FIXUP -> 0006:d705 (seg038:2105)")
set_comment(0x770E0, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x770FE, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7710C, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x77160, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x77171, "NE FIXUP -> 0005:ff4d (seg030:1f4d)")
set_comment(0x77182, "NE FIXUP -> 0006:117b (seg030:317b)")
set_comment(0x77191, "NE FIXUP -> 0006:11a1 (seg030:31a1)")
set_comment(0x771A6, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x7725B, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x77275, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x7729A, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x77325, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x77332, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x77360, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x7736F, "NE FIXUP -> 0005:3cf5 (seg021:3af5)")
set_comment(0x7738F, "NE FIXUP -> 0005:ff0e (seg030:1f0e)")
set_comment(0x773A3, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x773F5, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77422, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77441, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x7746A, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x774C2, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x7754A, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x77613, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77644, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0x7766A, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0x7769F, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x77724, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x77734, "NE FIXUP -> 0008:7ff2 (seg059:15f2)")
set_comment(0x77796, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x777E4, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77823, "NE FIXUP -> 0007:b02c (seg047:042c)")
set_comment(0x77891, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x778A7, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x778B7, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x778CE, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x778DF, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x778EE, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x778FF, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x779D6, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x77A2D, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x77A3C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x77A58, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x77A67, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x77AE3, "NE FIXUP -> 0005:c477 (seg029:0077)")
set_comment(0x77B2C, "NE FIXUP -> 0005:da2f (seg029:162f)")
set_comment(0x77B85, "NE FIXUP -> 0005:da2f (seg029:162f)")
set_comment(0x77C1D, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x77CB8, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x77D7B, "NE FIXUP -> 0005:1a41 (seg021:1841)")
set_comment(0x77DA9, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77DFF, "NE FIXUP -> 0005:1a41 (seg021:1841)")
set_comment(0x77E27, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77E46, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x77E56, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x77E9B, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77EF0, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x77F41, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x77FD5, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x77FF8, "NE FIXUP -> 0005:2b70 (seg021:2970)")
set_comment(0x78006, "NE FIXUP -> 0005:d63a (seg029:123a)")
set_comment(0x78032, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x7805E, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78090, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x780DE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7810B, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x78134, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x7814E, "NE FIXUP -> 0005:2d01 (seg021:2b01)")
set_comment(0x78173, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78191, "NE FIXUP -> 0007:95f0 (seg044:01f0)")
set_comment(0x781B6, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x781EC, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x781F8, "NE FIXUP -> 0007:945f (seg044:005f)")
set_comment(0x78214, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x7822E, "NE FIXUP -> 0005:2d01 (seg021:2b01)")
set_comment(0x78253, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78271, "NE FIXUP -> 0007:95f0 (seg044:01f0)")
set_comment(0x78296, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x782CC, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x782D8, "NE FIXUP -> 0007:945f (seg044:005f)")
set_comment(0x782FD, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78345, "NE FIXUP -> 0008:5b77 (seg057:0177)")
set_comment(0x7835D, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0x78374, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0x78384, "NE FIXUP -> 0008:5c49 (seg057:0249)")
set_comment(0x783E7, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78411, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78441, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x784B8, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x784DC, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x784FE, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x78585, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x78599, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x785AD, "NE FIXUP -> 0005:0322 (seg021:0122)")
set_comment(0x78666, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x7867D, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x7868E, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x7869D, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x786AE, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x78741, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0x7875B, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x7878A, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x787BB, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x787DA, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0x7881B, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x7884A, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0x7889C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x788F3, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x78919, "NE FIXUP -> 0006:e499 (seg039:0299)")
set_comment(0x789A0, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x789B0, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x789C2, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0x78A3F, "NE FIXUP -> 0007:4600 (seg041:0000)")
set_comment(0x78A81, "NE FIXUP -> 0007:478e (seg041:018e)")
set_comment(0x78AAD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x78ADB, "NE FIXUP -> 0004:3c72 (seg008:0072)")
set_comment(0x78B02, "NE FIXUP -> 0004:3c72 (seg008:0072)")
set_comment(0x78B22, "NE FIXUP -> 0004:3c72 (seg008:0072)")
set_comment(0x78B62, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x78B9F, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0x78BC9, "NE FIXUP -> 0004:4ea6 (seg008:12a6)")
set_comment(0x78C08, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x78CAE, "NE FIXUP -> 0006:16ef (seg030:36ef)")
set_comment(0x78CEA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x78CFE, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x78D13, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x78D38, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x78D4C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x78D61, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x79416, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0x79427, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x79438, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x7944E, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0x79478, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x79485, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x79492, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x794A4, "NE FIXUP -> 0006:13e4 (seg030:33e4)")
set_comment(0x794B5, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x794C7, "NE FIXUP -> 0006:13e4 (seg030:33e4)")
set_comment(0x794DF, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x79509, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x79512, "NE FIXUP -> 0006:ab28 (seg036:0528)")
set_comment(0x79575, "NE FIXUP -> 0007:1202 (seg039:3002)")
set_comment(0x79587, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x795B9, "NE FIXUP -> 0006:c7da (seg038:11da)")
set_comment(0x795C6, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x795CF, "NE FIXUP -> 0006:a7cf (seg036:01cf)")
set_comment(0x795E6, "NE FIXUP -> 0005:3b91 (seg021:3991)")
set_comment(0x79609, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x79620, "NE FIXUP -> 0006:50c2 (seg033:00c2)")
set_comment(0x79631, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x7964F, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x79660, "NE FIXUP -> 0006:0cfa (seg030:2cfa)")
set_comment(0x7966F, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7969A, "NE FIXUP -> 0007:5259 (seg042:0859)")
set_comment(0x796A7, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x796B8, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x796C5, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x796D6, "NE FIXUP -> 0005:2745 (seg021:2545)")
set_comment(0x796E0, "NE FIXUP -> 0004:5aa1 (seg010:00a1)")
set_comment(0x7970D, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x79719, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x7973F, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x79771, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x79780, "NE FIXUP -> 0003:ad75 (seg001:3775)")
set_comment(0x7978F, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x79796, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x797BC, "NE FIXUP -> 0005:3beb (seg021:39eb)")
set_comment(0x797EB, "NE FIXUP -> 0005:3b34 (seg021:3934)")
set_comment(0x7980A, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x79818, "NE FIXUP -> 0007:992f (seg044:052f)")
set_comment(0x79835, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x79843, "NE FIXUP -> 0009:4742 (seg073:0142)")
set_comment(0x7984E, "NE FIXUP -> 0007:99b7 (seg044:05b7)")
set_comment(0x7986D, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x798C3, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x798E1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x79908, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0x79925, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7994E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x799AD, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x79A39, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x79A4E, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x79A8E, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x79AB7, "NE FIXUP -> 0007:b0de (seg047:04de)")
set_comment(0x79B93, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x79BA6, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x79E00, "NE FIXUP -> 0007:ac13 (seg047:0013)")
set_comment(0x79E06, "NE FIXUP -> 0007:ac80 (seg047:0080)")
set_comment(0x79E1A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x79E4A, "NE FIXUP -> 0007:9fd2 (seg045:01d2)")
set_comment(0x79E66, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x79E74, "NE FIXUP -> 0007:9eaa (seg045:00aa)")
set_comment(0x79E7F, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x79EA0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x79F91, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x79FC8, "NE FIXUP -> 0007:b813 (seg048:0013)")
set_comment(0x79FE8, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7A20F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7A231, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x7A252, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7A2AD, "NE FIXUP -> 0009:1d1b (seg070:011b)")
set_comment(0x7A2E1, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A2F9, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7A310, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7A386, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A394, "NE FIXUP -> 0007:9e41 (seg045:0041)")
set_comment(0x7A3DF, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A3F8, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7A44C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7A45A, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x7A4DE, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A50C, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A556, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x7A564, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7A571, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x7A5A8, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0x7A5D3, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x7A5F3, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x7A625, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x7A634, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x7A665, "NE FIXUP -> 0007:9bc2 (seg044:07c2)")
set_comment(0x7A6D1, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A6E8, "NE FIXUP -> 0007:9e41 (seg045:0041)")
set_comment(0x7A6F9, "NE FIXUP -> 0007:9eaa (seg045:00aa)")
set_comment(0x7A710, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A76A, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x7A77F, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x7A797, "NE FIXUP -> 0009:22fc (seg070:06fc)")
set_comment(0x7A7A5, "NE FIXUP -> 0009:2562 (seg070:0962)")
set_comment(0x7A7B2, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7A7BF, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x7A7CD, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7A7E9, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0x7A7F6, "NE FIXUP -> 0007:9fd2 (seg045:01d2)")
set_comment(0x7A803, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7A833, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A85A, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A888, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7A8AF, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A8CC, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x7A8E0, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7A909, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A928, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A963, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7A98B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7A9D0, "NE FIXUP -> 0009:1c8f (seg070:008f)")
set_comment(0x7AC2C, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x7AC75, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7AC96, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0x7ACF1, "NE FIXUP -> 0007:9fd2 (seg045:01d2)")
set_comment(0x7ACFF, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0x7AD82, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7AD98, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7ADBF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7AE06, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7AE2B, "NE FIXUP -> 0007:a815 (seg046:0615)")
set_comment(0x7AE3F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7AE8D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7AEA7, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x7AEDD, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7AF3C, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7AF4A, "NE FIXUP -> 0007:9e41 (seg045:0041)")
set_comment(0x7AF5C, "NE FIXUP -> 0007:9eaa (seg045:00aa)")
set_comment(0x7AF75, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7AFC7, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7B03F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7B09D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7B0B3, "NE FIXUP -> 0007:9f06 (seg045:0106)")
set_comment(0x7B0C3, "NE FIXUP -> 0007:b813 (seg048:0013)")
set_comment(0x7B0D4, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7B307, "NE FIXUP -> 0007:9e0c (seg045:000c)")
set_comment(0x7B488, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7B4C2, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x7B4D0, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x7B4DD, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7B502, "NE FIXUP -> 0007:9baf (seg044:07af)")
set_comment(0x7B52E, "NE FIXUP -> 0007:a815 (seg046:0615)")
set_comment(0x7B59E, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x7B5AB, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x7BA54, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7BA6A, "NE FIXUP -> 000a:8627 (seg097:0827)")
set_comment(0x7BA89, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x7BAC0, "NE FIXUP -> 0008:0319 (seg051:1919)")
set_comment(0x7BAE0, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0x7BB1F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7BB44, "NE FIXUP -> 000a:31b4 (seg088:03b4)")
set_comment(0x7BB69, "NE FIXUP -> 000a:31b4 (seg088:03b4)")
set_comment(0x7BB8D, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x7BBC2, "NE FIXUP -> 000d:cdd0 (seg139:01d0)")
set_comment(0x7BBD4, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x7BBEA, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC00, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC16, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC2C, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC42, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC58, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC6E, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC84, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BC9A, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BCB0, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BCC6, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BCDC, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BCF2, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BD08, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x7BD29, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0x7BD3F, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BD55, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BD6B, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BD81, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BD97, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BDAD, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BDC3, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BDD9, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BDEF, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BE05, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BE1B, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BE31, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BE47, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BE5D, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x7BEBF, "NE FIXUP -> 0007:f871 (seg051:0e71)")
set_comment(0x7C126, "NE FIXUP -> 0008:1dd5 (seg052:13d5)")
set_comment(0x7C174, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C1BC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C1FF, "NE FIXUP -> 0005:5000 (seg022:0000)")
set_comment(0x7C274, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C2DD, "NE FIXUP -> 0005:5000 (seg022:0000)")
set_comment(0x7C47E, "NE FIXUP -> 0007:eada (seg051:00da)")
set_comment(0x7C549, "NE FIXUP -> 0008:135d (seg052:095d)")
set_comment(0x7C58A, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x7C593, "NE FIXUP -> 0007:ef9f (seg051:059f)")
set_comment(0x7C59C, "NE FIXUP -> 0007:f09c (seg051:069c)")
set_comment(0x7C5B1, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x7C5BA, "NE FIXUP -> 0007:efca (seg051:05ca)")
set_comment(0x7C5C6, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x7C5D4, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x7C5E4, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x7C686, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C6D7, "NE FIXUP -> 000a:8a55 (seg097:0c55)")
set_comment(0x7C709, "NE FIXUP -> 0005:63dd (seg022:13dd)")
set_comment(0x7C756, "NE FIXUP -> 0008:0319 (seg051:1919)")
set_comment(0x7C858, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C8AC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7C9AA, "NE FIXUP -> 0007:efca (seg051:05ca)")
set_comment(0x7C9C0, "NE FIXUP -> 0008:17cb (seg052:0dcb)")
set_comment(0x7C9CC, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x7C9D7, "NE FIXUP -> 0007:f848 (seg051:0e48)")
set_comment(0x7CB7F, "NE FIXUP -> 0007:f336 (seg051:0936)")
set_comment(0x7CBAD, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x7CBB6, "NE FIXUP -> 0007:efca (seg051:05ca)")
set_comment(0x7CBC2, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x7CCE8, "NE FIXUP -> 000d:d409 (seg139:0809)")
set_comment(0x7CD7C, "NE FIXUP -> 0008:1dd5 (seg052:13d5)")
set_comment(0x7CD81, "NE FIXUP -> 0008:2290 (seg052:1890)")
set_comment(0x7CD9E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7CDF5, "NE FIXUP -> 0007:f9e2 (seg051:0fe2)")
set_comment(0x7CE1A, "NE FIXUP -> 0009:8e38 (seg080:0238)")
set_comment(0x7CE70, "NE FIXUP -> 0007:eca8 (seg051:02a8)")
set_comment(0x7CEB0, "NE FIXUP -> 0004:7e14 (seg012:0814)")
set_comment(0x7CEEA, "NE FIXUP -> 000a:b19a (seg101:0d9a)")
set_comment(0x7CF1F, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x7CF4D, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x7CF79, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7CF9B, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7CFBF, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7CFE5, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D038, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x7D066, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D08C, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D0C4, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0x7D0D8, "NE FIXUP -> 0004:f321 (seg019:0921)")
set_comment(0x7D0E0, "NE FIXUP -> 0008:7e5c (seg059:145c)")
set_comment(0x7D156, "NE FIXUP -> 0004:38a5 (seg007:02a5)")
set_comment(0x7D16A, "NE FIXUP -> 0008:1dd5 (seg052:13d5)")
set_comment(0x7D16F, "NE FIXUP -> 0008:002b (seg051:162b)")
set_comment(0x7D19F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7D203, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7D26F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7D2D7, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7D33F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x7D379, "NE FIXUP -> 0004:38b2 (seg007:02b2)")
set_comment(0x7D3B5, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7D3C7, "NE FIXUP -> 0008:1dd5 (seg052:13d5)")
set_comment(0x7D3CC, "NE FIXUP -> 0008:2290 (seg052:1890)")
set_comment(0x7D3D1, "NE FIXUP -> 0008:23e5 (seg052:19e5)")
set_comment(0x7D3D6, "NE FIXUP -> 0008:3404 (seg053:0804)")
set_comment(0x7D3DB, "NE FIXUP -> 0008:4392 (seg055:0192)")
set_comment(0x7D3E0, "NE FIXUP -> 0007:df0f (seg050:010f)")
set_comment(0x7D3F1, "NE FIXUP -> 000a:8742 (seg097:0942)")
set_comment(0x7D409, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x7D43E, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x7D46F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x7D48C, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x7D494, "NE FIXUP -> 0007:e194 (seg050:0394)")
set_comment(0x7D499, "NE FIXUP -> 0008:4aaa (seg055:08aa)")
set_comment(0x7D49E, "NE FIXUP -> 0008:3916 (seg053:0d16)")
set_comment(0x7D537, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7D5A7, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0x7D5B9, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x7D5CA, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7D5DF, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0x7D60D, "NE FIXUP -> 0005:cf39 (seg029:0b39)")
set_comment(0x7D62F, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0x7D64A, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0x7D6BE, "NE FIXUP -> 0008:1dd5 (seg052:13d5)")
set_comment(0x7D6FD, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x7D73D, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D76E, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D7A6, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D7BF, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x7D800, "NE FIXUP -> 0008:17cb (seg052:0dcb)")
set_comment(0x7D81E, "NE FIXUP -> 000a:86ad (seg097:08ad)")
set_comment(0x7D830, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x7DE0C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x7DE22, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x7DE47, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x7DEB1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7DED5, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0x7DF30, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x7DF3F, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x7DFCF, "NE FIXUP -> 0009:80db (seg078:02db)")
set_comment(0x7DFF9, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0x7E057, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x7E094, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x7E0CC, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x7E0FB, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x7E11F, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x7E157, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x7E179, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0x7E188, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0x7E1F1, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x7E261, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x7E27A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7E307, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0x7E395, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7E408, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0x7E418, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7E424, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x7E43D, "NE FIXUP -> 000a:30aa (seg088:02aa)")
set_comment(0x7E4BD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7E4CF, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0x7E4F2, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0x7E524, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7E569, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7E583, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x7E5A8, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x7E5D9, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x7E5FC, "NE FIXUP -> 0006:a90e (seg036:030e)")
set_comment(0x7E618, "NE FIXUP -> 0006:a92e (seg036:032e)")
set_comment(0x7E632, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x7E655, "NE FIXUP -> 0006:a840 (seg036:0240)")
set_comment(0x7E671, "NE FIXUP -> 0006:a8ab (seg036:02ab)")
set_comment(0x7E68B, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x7E6AE, "NE FIXUP -> 0006:a9a4 (seg036:03a4)")
set_comment(0x7E6CA, "NE FIXUP -> 0006:a9c3 (seg036:03c3)")
set_comment(0x7E6E4, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x7E707, "NE FIXUP -> 0006:aa55 (seg036:0455)")
set_comment(0x7E723, "NE FIXUP -> 0006:aa74 (seg036:0474)")
set_comment(0x7E73F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7E75E, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x7E793, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x7E7A7, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x7E7B9, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x7EB42, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7EB60, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x7EBC1, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7EEDB, "NE FIXUP -> 0009:8e38 (seg080:0238)")
set_comment(0x7F0DA, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7F2F3, "NE FIXUP -> 0008:0a00 (seg052:0000)")
set_comment(0x7F379, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7F611, "NE FIXUP -> 0008:0a00 (seg052:0000)")
set_comment(0x7F747, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x7F75C, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x7F79D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7F7C4, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x7F7FA, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7F818, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x7F8BA, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x80043, "NE FIXUP -> 0008:2290 (seg052:1890)")
set_comment(0x8004B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x80067, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x8009A, "NE FIXUP -> 0008:2290 (seg052:1890)")
set_comment(0x8010C, "NE FIXUP -> 0004:b387 (seg015:0187)")
set_comment(0x80133, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x80146, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x80154, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x80164, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x80185, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x801A1, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x801E2, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x801F2, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x8020E, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x8022D, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x8023D, "NE FIXUP -> 0005:2ae2 (seg021:28e2)")
set_comment(0x8024D, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x8026E, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0x8028F, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x802E4, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0x80301, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x804E8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x80506, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x80567, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x806F2, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0x80D45, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x80D57, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x80DD4, "NE FIXUP -> 0009:9e6d (seg081:006d)")
set_comment(0x80E38, "NE FIXUP -> 0009:9e75 (seg081:0075)")
set_comment(0x80E7A, "NE FIXUP -> 0009:9e65 (seg081:0065)")
set_comment(0x80ED3, "NE FIXUP -> 0009:9e69 (seg081:0069)")
set_comment(0x80F37, "NE FIXUP -> 0009:9e71 (seg081:0071)")
set_comment(0x80F78, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0x80F98, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x80FA8, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x80FD5, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x80FFF, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x8100D, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x81016, "NE FIXUP -> 0007:9b38 (seg044:0738)")
set_comment(0x81051, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x8105F, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x8106D, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x81076, "NE FIXUP -> 0007:9a43 (seg044:0643)")
set_comment(0x81095, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x810E6, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0x81203, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x81223, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x8123A, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x81265, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x8128C, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x812B4, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x812DC, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x81319, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x81351, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0x81557, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x81573, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x81598, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x815B4, "NE FIXUP -> 0004:b424 (seg015:0224)")
set_comment(0x81632, "NE FIXUP -> 0005:ff2d (seg030:1f2d)")
set_comment(0x81642, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x81660, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x81689, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x81697, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x816A0, "NE FIXUP -> 0007:9b38 (seg044:0738)")
set_comment(0x816DA, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0x816E7, "NE FIXUP -> 0006:1726 (seg030:3726)")
set_comment(0x816F5, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x816FE, "NE FIXUP -> 0007:9a43 (seg044:0643)")
set_comment(0x81725, "NE FIXUP -> 0004:b424 (seg015:0224)")
set_comment(0x817C2, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x817ED, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x81B5A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x81BF4, "NE FIXUP -> 0007:f82a (seg051:0e2a)")
set_comment(0x81C37, "NE FIXUP -> 0007:ea00 (seg051:0000)")
set_comment(0x81C6E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x81CAD, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x81D4D, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x81D84, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x81DB2, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x81E8E, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x81E95, "NE FIXUP -> 0007:eada (seg051:00da)")
set_comment(0x81FB4, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x82087, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x82096, "NE FIXUP -> 0005:2772 (seg021:2572)")
set_comment(0x8209F, "NE FIXUP -> 0007:ef9f (seg051:059f)")
set_comment(0x820A8, "NE FIXUP -> 0007:f09c (seg051:069c)")
set_comment(0x820BD, "NE FIXUP -> 0005:278b (seg021:258b)")
set_comment(0x820C6, "NE FIXUP -> 0007:efca (seg051:05ca)")
set_comment(0x820D2, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x82106, "NE FIXUP -> 0007:f9e2 (seg051:0fe2)")
set_comment(0x82149, "NE FIXUP -> 0007:ea00 (seg051:0000)")
set_comment(0x82161, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x82211, "NE FIXUP -> 0009:7f04 (seg078:0104)")
set_comment(0x82241, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x8226F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8227F, "NE FIXUP -> 0007:eb12 (seg051:0112)")
set_comment(0x822C1, "NE FIXUP -> 0009:8e38 (seg080:0238)")
set_comment(0x82322, "NE FIXUP -> 0007:eca8 (seg051:02a8)")
set_comment(0x8236D, "NE FIXUP -> 0007:ea00 (seg051:0000)")
set_comment(0x82385, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x823BC, "NE FIXUP -> 0007:ea6d (seg051:006d)")
set_comment(0x8242A, "NE FIXUP -> 000a:b19a (seg101:0d9a)")
set_comment(0x8264E, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x8266A, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x82687, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0x82716, "NE FIXUP -> 0007:47c8 (seg041:01c8)")
set_comment(0x82C13, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x82C24, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x82C48, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0x82C7B, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x82C9F, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x82CC5, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x82CE3, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x82D03, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0x82D26, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x82DDD, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x82DFD, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x82E16, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x82EBE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x82EF3, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x82F2E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x82F6D, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x82FF0, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x83018, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x83067, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x8310F, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x83170, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x83222, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x832E6, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x8334A, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0x8348C, "NE FIXUP -> 000a:7e00 (seg097:0000)")
set_comment(0x834B6, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0x8351A, "NE FIXUP -> 000a:7f8c (seg097:018c)")
set_comment(0x8353A, "NE FIXUP -> 000a:80e8 (seg097:02e8)")
set_comment(0x8357E, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x83590, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0x835A1, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83620, "NE FIXUP -> 000a:7f8c (seg097:018c)")
set_comment(0x8363D, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x836A2, "NE FIXUP -> 0009:9e71 (seg081:0071)")
set_comment(0x836DD, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0x83700, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x83712, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x83753, "NE FIXUP -> 000a:7e00 (seg097:0000)")
set_comment(0x83777, "NE FIXUP -> 0004:c055 (seg015:0e55)")
set_comment(0x837DC, "NE FIXUP -> 0009:9e71 (seg081:0071)")
set_comment(0x83817, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0x8383A, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x83861, "NE FIXUP -> 000a:7f8c (seg097:018c)")
set_comment(0x83872, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8390A, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83920, "NE FIXUP -> 000a:80e8 (seg097:02e8)")
set_comment(0x83957, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x83968, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0x83978, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83A38, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83AB2, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x83AC2, "NE FIXUP -> 0008:e1b3 (seg062:07b3)")
set_comment(0x83B9C, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x83BA8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x83BC5, "NE FIXUP -> 0008:e21c (seg062:081c)")
set_comment(0x83BD1, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x83C50, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x83C62, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83C86, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83C98, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x83CBD, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0x83CCF, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x84271, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x842D3, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0x842E3, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x84336, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8435A, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0x8441B, "NE FIXUP -> 0009:80db (seg078:02db)")
set_comment(0x84444, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0x8448F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x844B8, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x844EB, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x84517, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x84538, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x84566, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x8459F, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x845F6, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x84625, "NE FIXUP -> 0006:a90e (seg036:030e)")
set_comment(0x84656, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x8468C, "NE FIXUP -> 0006:1418 (seg030:3418)")
set_comment(0x846CE, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0x846E9, "NE FIXUP -> 0006:a9a4 (seg036:03a4)")
set_comment(0x84708, "NE FIXUP -> 0006:aa55 (seg036:0455)")
set_comment(0x84727, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x84748, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x84769, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0x847A3, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0x847B0, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x847C9, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x847EE, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x847FD, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0x8480C, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0x8483B, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0x84851, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0x8485E, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x84883, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x8488F, "NE FIXUP -> 0006:19b9 (seg030:39b9)")
set_comment(0x848B2, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0x848D7, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x848FD, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0x8490C, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0x84917, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x8492B, "NE FIXUP -> 0006:12ec (seg030:32ec)")
set_comment(0x8493F, "NE FIXUP -> 0006:12ec (seg030:32ec)")
set_comment(0x8495A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0x84963, "NE FIXUP -> 0006:a70a (seg036:010a)")
set_comment(0x849B9, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x849C4, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0x849D8, "NE FIXUP -> 0006:144c (seg030:344c)")
set_comment(0x849E9, "NE FIXUP -> 0006:144c (seg030:344c)")
set_comment(0x84A46, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0x84A81, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0x84AF9, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0x84B72, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0x84B85, "NE FIXUP -> 000b:29d6 (seg108:0fd6)")
set_comment(0x84B9D, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0x84BB0, "NE FIXUP -> 000b:29d6 (seg108:0fd6)")
set_comment(0x84BED, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x85010, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x8502B, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x8504A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x85081, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0x85091, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x8509F, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x850AD, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x850BD, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x850CD, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x8513F, "NE FIXUP -> 0008:a474 (seg059:3a74)")
set_comment(0x8515E, "NE FIXUP -> 0008:9e12 (seg059:3412)")
set_comment(0x85208, "NE FIXUP -> 0008:6413 (seg058:0013)")
set_comment(0x85215, "NE FIXUP -> 0008:9e62 (seg059:3462)")
set_comment(0x8522B, "NE FIXUP -> 0008:9f33 (seg059:3533)")
set_comment(0x8527C, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x852AA, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x852BE, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x852D3, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x852F1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x8530C, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x85344, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8535D, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0x8536D, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x8537B, "NE FIXUP -> 0008:d12a (seg061:172a)")
set_comment(0x8538F, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x8539D, "NE FIXUP -> 0008:d1a4 (seg061:17a4)")
set_comment(0x85406, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x85440, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x8545E, "NE FIXUP -> 0008:6400 (seg058:0000)")
set_comment(0x854DC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x854F0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x85505, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x85533, "NE FIXUP -> 0008:aa32 (seg059:4032)")
set_comment(0x85564, "NE FIXUP -> 0008:55bf (seg056:05bf)")
set_comment(0x8557F, "NE FIXUP -> 0008:558b (seg056:058b)")
set_comment(0x856C4, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x85A10, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x85A2B, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x85A72, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x85A8B, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0x85A9B, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x85AB6, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x85AC4, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x85AD8, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x85AE8, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x85B2A, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x85B87, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x85BA2, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x85BD4, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x85C00, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x85C18, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x85C2C, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x85C69, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x85D55, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x85D70, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0x85DA2, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x85DD5, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x85EF1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x85F0C, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x85F3B, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x85F49, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x85F59, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x85F7B, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x85FB9, "NE FIXUP -> 0008:d3d2 (seg061:19d2)")
set_comment(0x85FE0, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x8605A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8606E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x86083, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x860A8, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x860BC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x860D1, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x860F6, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8610A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8611F, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x86164, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x86178, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8618D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x865FC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x86681, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x866E1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x866FC, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x86745, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0x86758, "NE FIXUP -> 0008:d2c7 (seg061:18c7)")
set_comment(0x86773, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x86781, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x86795, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x86814, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x86828, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8683D, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x86A21, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x86A37, "NE FIXUP -> 0003:d7ff (seg001:61ff)")
set_comment(0x86A52, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0x86A8E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x86ABC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x86B1B, "NE FIXUP -> 0003:aa7d (seg001:347d)")
set_comment(0x86B43, "NE FIXUP -> 0008:e400 (seg063:0000)")
set_comment(0x86B4D, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x86B5E, "NE FIXUP -> 0008:66d1 (seg058:02d1)")
set_comment(0x86B7E, "NE FIXUP -> 0008:67a5 (seg058:03a5)")
set_comment(0x86B8E, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x86B9A, "NE FIXUP -> 0008:5a00 (seg057:0000)")
set_comment(0x86BA4, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x86BB3, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x86BBF, "NE FIXUP -> 0008:52e1 (seg056:02e1)")
set_comment(0x86BCB, "NE FIXUP -> 0008:5000 (seg056:0000)")
set_comment(0x86BD8, "NE FIXUP -> 0008:5546 (seg056:0546)")
set_comment(0x86C14, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x86C1C, "NE FIXUP -> 0008:55a8 (seg056:05a8)")
set_comment(0x86C4C, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x86CE9, "NE FIXUP -> 0008:bd79 (seg061:0379)")
set_comment(0x86DCD, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x86F81, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x86F96, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x86FAB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x86FD8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x870F0, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x870FE, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8710C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x87136, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8714C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8715B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8716F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x87184, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x871B1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8734E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8735C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8736A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x87515, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87539, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87698, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87722, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8773A, "NE FIXUP -> 0008:5668 (seg056:0668)")
set_comment(0x8774F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8780D, "NE FIXUP -> 0008:5696 (seg056:0696)")
set_comment(0x87878, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87890, "NE FIXUP -> 0008:5668 (seg056:0668)")
set_comment(0x878A5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x878F5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8799E, "NE FIXUP -> 0008:5696 (seg056:0696)")
set_comment(0x87A42, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87A5A, "NE FIXUP -> 0008:5668 (seg056:0668)")
set_comment(0x87A6F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87ABF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87B68, "NE FIXUP -> 0008:5696 (seg056:0696)")
set_comment(0x87C7C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x87D5A, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x87D89, "NE FIXUP -> 0008:c890 (seg061:0e90)")
set_comment(0x87D9A, "NE FIXUP -> 0008:c7f1 (seg061:0df1)")
set_comment(0x880F2, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8816C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x881FF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8822A, "NE FIXUP -> 0008:cce8 (seg061:12e8)")
set_comment(0x8826B, "NE FIXUP -> 0008:c890 (seg061:0e90)")
set_comment(0x88280, "NE FIXUP -> 0008:c7f1 (seg061:0df1)")
set_comment(0x88299, "NE FIXUP -> 0008:dc38 (seg062:0238)")
set_comment(0x88321, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88331, "NE FIXUP -> 0008:cd4e (seg061:134e)")
set_comment(0x8849E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x884B9, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x884CE, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x884DF, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x88510, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88555, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x88571, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88589, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x885A5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x885BD, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x885D9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x885ED, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x88609, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x886C0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x886CE, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x8878F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8879D, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88835, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8884D, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88887, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x888A3, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x888B3, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x888C3, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88907, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x88927, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x88947, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x88957, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88973, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x8898F, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x889AB, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0x88A14, "NE FIXUP -> 0008:6400 (seg058:0000)")
set_comment(0x88A66, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88A70, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x88A93, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x88AD9, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x88B01, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x88B29, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x88C98, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x88CD1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88D16, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0x88DEB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88E0D, "NE FIXUP -> 0008:67a5 (seg058:03a5)")
set_comment(0x88E27, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x88E58, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88E73, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88E87, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x88EF2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x88FA7, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x88FF2, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x89082, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x89090, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x890B8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x89112, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x89120, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x89148, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x891A2, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x891B0, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x891D8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x893AE, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x893BC, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x893E8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x89444, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x89498, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x894AD, "NE FIXUP -> 0003:a995 (seg001:3395)")
set_comment(0x894E1, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0x894E8, "NE FIXUP -> 0003:a995 (seg001:3395)")
set_comment(0x894FC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x895EF, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x89670, "NE FIXUP -> 0008:d313 (seg061:1913)")
set_comment(0x896B7, "NE FIXUP -> 0008:d313 (seg061:1913)")
set_comment(0x896F0, "NE FIXUP -> 0008:d313 (seg061:1913)")
set_comment(0x8971C, "NE FIXUP -> 0008:d313 (seg061:1913)")
set_comment(0x89749, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8977F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8982C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x89865, "NE FIXUP -> 0008:e7bb (seg063:03bb)")
set_comment(0x89909, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8994E, "NE FIXUP -> 0008:e741 (seg063:0341)")
set_comment(0x899BB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x899D1, "NE FIXUP -> 0009:0efd (seg068:06fd)")
set_comment(0x899FC, "NE FIXUP -> 0009:0efd (seg068:06fd)")
set_comment(0x89A1C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x89A36, "NE FIXUP -> 0009:0d9b (seg068:059b)")
set_comment(0x89A6E, "NE FIXUP -> 0009:0e4a (seg068:064a)")
set_comment(0x89AB0, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x89AD5, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x89B62, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x89C3E, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x89C5A, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x89CD7, "NE FIXUP -> 0008:e8ce (seg063:04ce)")
set_comment(0x89CE3, "NE FIXUP -> 0008:e8ce (seg063:04ce)")
set_comment(0x89D35, "NE FIXUP -> 0008:e860 (seg063:0460)")
set_comment(0x89D43, "NE FIXUP -> 0008:e895 (seg063:0495)")
set_comment(0x89DB5, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x89EAD, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x89EF2, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x89F5C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8A0B8, "NE FIXUP -> 0008:e8ce (seg063:04ce)")
set_comment(0x8A24E, "NE FIXUP -> 0008:6400 (seg058:0000)")
set_comment(0x8A37F, "NE FIXUP -> 0008:6413 (seg058:0013)")
set_comment(0x8A40C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8A428, "NE FIXUP -> 0009:0d9b (seg068:059b)")
set_comment(0x8A465, "NE FIXUP -> 0009:0e4a (seg068:064a)")
set_comment(0x8A4F7, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8A514, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8A585, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8A5AB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8A5DD, "NE FIXUP -> 0008:e7bb (seg063:03bb)")
set_comment(0x8A5F8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8A643, "NE FIXUP -> 0008:e741 (seg063:0341)")
set_comment(0x8A671, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8A6A9, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8A7F1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8AAA3, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8AB22, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8AB48, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8AB79, "NE FIXUP -> 0008:e7bb (seg063:03bb)")
set_comment(0x8AB94, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8ABDE, "NE FIXUP -> 0008:e741 (seg063:0341)")
set_comment(0x8AC62, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8AC70, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8AC7E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8B624, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8B664, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8B68C, "NE FIXUP -> 0008:c443 (seg061:0a43)")
set_comment(0x8B6AE, "NE FIXUP -> 0008:c5e3 (seg061:0be3)")
set_comment(0x8B716, "NE FIXUP -> 0008:c0e0 (seg061:06e0)")
set_comment(0x8B753, "NE FIXUP -> 0008:c373 (seg061:0973)")
set_comment(0x8B7FD, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8B811, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8BA7C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BAF0, "NE FIXUP -> 0008:74ff (seg059:0aff)")
set_comment(0x8BAFF, "NE FIXUP -> 0008:817c (seg059:177c)")
set_comment(0x8BB0E, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8BB3F, "NE FIXUP -> 0008:83cd (seg059:19cd)")
set_comment(0x8BB58, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8BB71, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BB7C, "NE FIXUP -> 0008:848d (seg059:1a8d)")
set_comment(0x8BBAC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BBCE, "NE FIXUP -> 0008:a80b (seg059:3e0b)")
set_comment(0x8BBDF, "NE FIXUP -> 0008:a87f (seg059:3e7f)")
set_comment(0x8BC09, "NE FIXUP -> 0008:a8ed (seg059:3eed)")
set_comment(0x8BC1D, "NE FIXUP -> 0008:a959 (seg059:3f59)")
set_comment(0x8BC64, "NE FIXUP -> 0008:a8ed (seg059:3eed)")
set_comment(0x8BC84, "NE FIXUP -> 0008:a959 (seg059:3f59)")
set_comment(0x8BC9E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BCC1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BE26, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BE44, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8BE61, "NE FIXUP -> 0008:83b5 (seg059:19b5)")
set_comment(0x8BE91, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0x8BE99, "NE FIXUP -> 0008:7ff2 (seg059:15f2)")
set_comment(0x8BEE4, "NE FIXUP -> 0008:b600 (seg060:0000)")
set_comment(0x8BF84, "NE FIXUP -> 0008:82a3 (seg059:18a3)")
set_comment(0x8C081, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C0B0, "NE FIXUP -> 0008:e906 (seg063:0506)")
set_comment(0x8C0C9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C115, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8C155, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8C172, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C18A, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8C1A9, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8C235, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8C275, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8C296, "NE FIXUP -> 0008:83cd (seg059:19cd)")
set_comment(0x8C2A8, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x8C335, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C365, "NE FIXUP -> 0008:da00 (seg062:0000)")
set_comment(0x8C390, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C3BC, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C439, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x8C460, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C48C, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C509, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x8C530, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C55C, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C5D9, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x8C600, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C62C, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C6A9, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x8C6D5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C6F4, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C71D, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C748, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8C774, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C793, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C7BC, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C7E7, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8C813, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C832, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C85B, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C886, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8C8B2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8C8D1, "NE FIXUP -> 0008:e073 (seg062:0673)")
set_comment(0x8C8FA, "NE FIXUP -> 0008:df1b (seg062:051b)")
set_comment(0x8C925, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8C9C3, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8C9DE, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8CAAC, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8CAC7, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8CB0A, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8CBA7, "NE FIXUP -> 0008:840b (seg059:1a0b)")
set_comment(0x8CBBA, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8CC23, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CC42, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CC72, "NE FIXUP -> 0008:81db (seg059:17db)")
set_comment(0x8CC86, "NE FIXUP -> 0008:8138 (seg059:1738)")
set_comment(0x8CC8E, "NE FIXUP -> 0008:7ff2 (seg059:15f2)")
set_comment(0x8CC9E, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CCD6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CD09, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CD2D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CD6D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CD91, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CDCC, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x8CDF6, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x8CE92, "NE FIXUP -> 0009:b06b (seg082:0e6b)")
set_comment(0x8CEB8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CED9, "NE FIXUP -> 0009:b224 (seg082:1024)")
set_comment(0x8CEF1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CF51, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8CF7D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8CFB4, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8CFE0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D03C, "NE FIXUP -> 0008:e7bb (seg063:03bb)")
set_comment(0x8D055, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D08D, "NE FIXUP -> 0008:e741 (seg063:0341)")
set_comment(0x8D0A6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D0D2, "NE FIXUP -> 0008:ab11 (seg059:4111)")
set_comment(0x8D0E3, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D10F, "NE FIXUP -> 0008:ab83 (seg059:4183)")
set_comment(0x8D120, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D14C, "NE FIXUP -> 0008:a574 (seg059:3b74)")
set_comment(0x8D15D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D189, "NE FIXUP -> 0008:a5e7 (seg059:3be7)")
set_comment(0x8D19A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D1D2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D20A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8D281, "NE FIXUP -> 0008:9c48 (seg059:3248)")
set_comment(0x8D298, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0x8D2B8, "NE FIXUP -> 0008:9ae5 (seg059:30e5)")
set_comment(0x8D2C0, "NE FIXUP -> 0008:9c32 (seg059:3232)")
set_comment(0x8D2CA, "NE FIXUP -> 0008:9c48 (seg059:3248)")
set_comment(0x8D2DA, "NE FIXUP -> 0003:a995 (seg001:3395)")
set_comment(0x8D304, "NE FIXUP -> 0008:9ae5 (seg059:30e5)")
set_comment(0x8D30C, "NE FIXUP -> 0008:9c32 (seg059:3232)")
set_comment(0x8D3C8, "NE FIXUP -> 0008:97d8 (seg059:2dd8)")
set_comment(0x8D3DC, "NE FIXUP -> 0008:98b5 (seg059:2eb5)")
set_comment(0x8D495, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8D4A9, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8D4E3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8D4F7, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8D539, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8D54D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8DA2D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DA43, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8DA66, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8DA74, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8DA97, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DAFB, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8DB0E, "NE FIXUP -> 0008:c890 (seg061:0e90)")
set_comment(0x8DB1F, "NE FIXUP -> 0008:c7f1 (seg061:0df1)")
set_comment(0x8DB3E, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x8DB5F, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0x8DB91, "NE FIXUP -> 0008:c0e0 (seg061:06e0)")
set_comment(0x8DBBA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DBCD, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8DC2E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8DCDC, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8DCF6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DD6F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8DE2D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8DE47, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DEB4, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x8DEE0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DF00, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8DF31, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8E043, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8E11E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8E170, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8E17E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8E1A9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8E212, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x8E255, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x8E410, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x8E42B, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0x8E492, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8E4AB, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0x8E4D5, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x8E51E, "NE FIXUP -> 0008:deea (seg062:04ea)")
set_comment(0x8E532, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0x8E60E, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0x8E638, "NE FIXUP -> 0008:dba3 (seg062:01a3)")
set_comment(0x8E65D, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0x8E692, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0x8E6D0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8E6E4, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8E6F8, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8E70C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8E721, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x8E750, "NE FIXUP -> 0008:ddaf (seg062:03af)")
set_comment(0x8E824, "NE FIXUP -> 0008:dcab (seg062:02ab)")
set_comment(0x8EA0D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0x8EA23, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0x8EA3B, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0x8EA55, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0x8EA63, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0x8EA92, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0x8EB2E, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0x8EBA5, "NE FIXUP -> 000a:5960 (seg093:0360)")
set_comment(0x8EC44, "NE FIXUP -> 000a:58ba (seg093:02ba)")
set_comment(0x8ED78, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8ED8C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0x8EDA0, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0x8F00C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x8F026, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x8F1EC, "NE FIXUP -> 0008:f59c (seg065:059c)")
set_comment(0x8F217, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F242, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F283, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F2CE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F37D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F3AA, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F3D0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F3FD, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F423, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F450, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F475, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F499, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F4B7, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F4DB, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F4F9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F51D, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8F535, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x8F54B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x8F573, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x8FB77, "NE FIXUP -> 0009:0fa6 (seg068:07a6)")
set_comment(0x8FC2A, "NE FIXUP -> 0009:0fa6 (seg068:07a6)")
set_comment(0x8FC58, "NE FIXUP -> 0009:0faf (seg068:07af)")
set_comment(0x90834, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90849, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90851, "NE FIXUP -> 0008:f1d0 (seg065:01d0)")
set_comment(0x90875, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x908A8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x908D2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x908FA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9091D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90928, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x90938, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9095C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90964, "NE FIXUP -> 0008:f800 (seg066:0000)")
set_comment(0x90969, "NE FIXUP -> 0008:f80b (seg066:000b)")
set_comment(0x9097C, "NE FIXUP -> 0008:f525 (seg065:0525)")
set_comment(0x90991, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x909F4, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90A04, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90AA4, "NE FIXUP -> 0008:f17a (seg065:017a)")
set_comment(0x90AD7, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90AE7, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90B15, "NE FIXUP -> 0008:f3b9 (seg065:03b9)")
set_comment(0x90B25, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90B2F, "NE FIXUP -> 0008:f0e5 (seg065:00e5)")
set_comment(0x90B7C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90BAB, "NE FIXUP -> 0008:f4e3 (seg065:04e3)")
set_comment(0x90BE3, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90BEB, "NE FIXUP -> 0009:05d0 (seg067:07d0)")
set_comment(0x90C0F, "NE FIXUP -> 0008:f3b9 (seg065:03b9)")
set_comment(0x90C1F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90C34, "NE FIXUP -> 0008:f4a1 (seg065:04a1)")
set_comment(0x90C3C, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x90C51, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90C92, "NE FIXUP -> 0008:f17a (seg065:017a)")
set_comment(0x90CA6, "NE FIXUP -> 0008:f4a1 (seg065:04a1)")
set_comment(0x90CCB, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x90CE0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90CF5, "NE FIXUP -> 0008:f17a (seg065:017a)")
set_comment(0x90D09, "NE FIXUP -> 0008:f4a1 (seg065:04a1)")
set_comment(0x90D5D, "NE FIXUP -> 0008:f4e3 (seg065:04e3)")
set_comment(0x90DA4, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90DB1, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90DC8, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90DD8, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90E04, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90E14, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90E21, "NE FIXUP -> 0008:f4e3 (seg065:04e3)")
set_comment(0x90E42, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90E53, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90E60, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90E77, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90E87, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90EB7, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90EC7, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90ED4, "NE FIXUP -> 0008:f4e3 (seg065:04e3)")
set_comment(0x90EF5, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90F06, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90F13, "NE FIXUP -> 0008:f000 (seg065:0000)")
set_comment(0x90F2A, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90F3A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90F60, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x90F70, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90F7D, "NE FIXUP -> 0008:f4e3 (seg065:04e3)")
set_comment(0x90F9E, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x90FC8, "NE FIXUP -> 0003:d0ca (seg001:5aca)")
set_comment(0x90FE4, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x90FF6, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x91008, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x9101F, "NE FIXUP -> 0008:f40c (seg065:040c)")
set_comment(0x91048, "NE FIXUP -> 0008:f038 (seg065:0038)")
set_comment(0x9106C, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x9108E, "NE FIXUP -> 0003:d0ff (seg001:5aff)")
set_comment(0x9109C, "NE FIXUP -> 0003:cc05 (seg001:5605)")
set_comment(0x910EA, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x9113C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9121C, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x9123A, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x9125B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x91290, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x912A0, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x912B8, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x912D4, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x912FA, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x91318, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x91819, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x91837, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x91851, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x91866, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x91889, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x918A3, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x918C8, "NE FIXUP -> 000a:46eb (seg091:02eb)")
set_comment(0x918E1, "NE FIXUP -> 0009:4628 (seg073:0028)")
set_comment(0x91902, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x91926, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x91942, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x9195E, "NE FIXUP -> 0009:4742 (seg073:0142)")
set_comment(0x9197F, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x919A3, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x919DB, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x91A02, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x91A25, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x91A59, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x91A6F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x91C0C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x91C46, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x91CA7, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x91CC7, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x91CD6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x91CF6, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x91D11, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x91D3C, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91D7E, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91D92, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x91DAE, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x91DF4, "NE FIXUP -> 000a:46eb (seg091:02eb)")
set_comment(0x91E23, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x91EA8, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91F08, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91F5C, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91F6A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x91FC6, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x91FF9, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0x9201F, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0x9207E, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x9208C, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x920E8, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x9211B, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0x92141, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0x921A6, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x92208, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x92248, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x92263, "NE FIXUP -> 0003:ca1a (seg001:541a)")
set_comment(0x9227B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x92296, "NE FIXUP -> 0003:ca1a (seg001:541a)")
set_comment(0x922AE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x922F2, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x923F5, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x92420, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x924FF, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x92514, "NE FIXUP -> 0003:b607 (seg001:4007)")
set_comment(0x9252D, "NE FIXUP -> 0003:ca81 (seg001:5481)")
set_comment(0x9256C, "NE FIXUP -> 0003:b607 (seg001:4007)")
set_comment(0x926CD, "NE FIXUP -> 0003:e080 (seg001:6a80)")
set_comment(0x926E4, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x926FC, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x9270D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9272E, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x92740, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x927BA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x928DA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x928F1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x92966, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x929A5, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x929ED, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x92A2C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x92A43, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x92E0C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x92E2C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x92E3A, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0x92E44, "NE FIXUP -> 0009:c642 (seg083:0242)")
set_comment(0x92E6C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x92E86, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x92EA6, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x92EC5, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x92F04, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x92F24, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x9322E, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x933BD, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x93402, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x93414, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x9343D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x93459, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9347A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x934A1, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x93614, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9363E, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x936AE, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x936F6, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x93714, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x93745, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x93766, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x9378F, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x937AC, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x937C3, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x937EA, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x93843, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0x9386F, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x93881, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x938AB, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x938E2, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x938FF, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x9395C, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x9396F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x9399C, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x939C1, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x939FA, "NE FIXUP -> 0003:cec8 (seg001:58c8)")
set_comment(0x93A12, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93A2E, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93AA7, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x93AC8, "NE FIXUP -> 0009:27c4 (seg070:0bc4)")
set_comment(0x93AE5, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x93B04, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x93B29, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x93B77, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x93B92, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x93BCF, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x93C17, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93C40, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93C69, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93C7D, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93CAE, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93CC6, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93D16, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x93D29, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x93D4C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x93DB1, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0x93E01, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x93E2E, "NE FIXUP -> 0003:ce59 (seg001:5859)")
set_comment(0x93E73, "NE FIXUP -> 0009:27c4 (seg070:0bc4)")
set_comment(0x93E94, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x93EB9, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x93ED7, "NE FIXUP -> 0009:2583 (seg070:0983)")
set_comment(0x93F56, "NE FIXUP -> 0003:aaa1 (seg001:34a1)")
set_comment(0x93F8D, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0x93FB2, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x93FE6, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x9402C, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x94078, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x94107, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x9417D, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0x94213, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x94229, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x9423F, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x94255, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x9427B, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x94297, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x94611, "NE FIXUP -> 0003:d8df (seg001:62df)")
set_comment(0x94638, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9465A, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x9468E, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x946CE, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x946F3, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x94709, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x9474C, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0x9476C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x947B0, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x947DD, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x94805, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x9481D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x94848, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x94868, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x94907, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x94928, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x9494A, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x94997, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x949A5, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x94A32, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x94A40, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0x94A61, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x94AD9, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x94AF0, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x94B05, "NE FIXUP -> 0003:e6ac (seg001:70ac)")
set_comment(0x94B1F, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x94B3E, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x94B60, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x94B90, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x94BC1, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x94BD5, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x94C56, "NE FIXUP -> 0009:22fc (seg070:06fc)")
set_comment(0x94C87, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0x94D3E, "NE FIXUP -> 0009:22fc (seg070:06fc)")
set_comment(0x94D4C, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0x94D6C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x94DA8, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x94DD8, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0x94E1A, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x94E61, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x94EE9, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x94F5F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x94F7A, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x94F8C, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x9520D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x952E6, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x9530B, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x95332, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0x95366, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0x953B0, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x953DA, "NE FIXUP -> 0003:b665 (seg001:4065)")
set_comment(0x953F9, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x9540E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x95454, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x954A1, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0x954C7, "NE FIXUP -> 0009:22fc (seg070:06fc)")
set_comment(0x9551F, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x9552D, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0x9560E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9563B, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0x95720, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95742, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x957E0, "NE FIXUP -> 0009:4f52 (seg073:0952)")
set_comment(0x95809, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x9584D, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0x95862, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x958B1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x958CA, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95917, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95933, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95960, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x959AC, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x959B6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x959DE, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95A0E, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x95A2C, "NE FIXUP -> 0009:4f52 (seg073:0952)")
set_comment(0x95A57, "NE FIXUP -> 0003:e5cf (seg001:6fcf)")
set_comment(0x95A73, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x95A9F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95AD9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95B00, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x95B36, "NE FIXUP -> 0003:b5af (seg001:3faf)")
set_comment(0x95B4F, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x95B7F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95BB9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95BFE, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x95C5A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x95CC2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x95D09, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x95D33, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x95D7F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95D9B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95DC9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95E00, "NE FIXUP -> 0003:b5af (seg001:3faf)")
set_comment(0x95E1F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x95E5A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x95EA3, "NE FIXUP -> 0003:d92b (seg001:632b)")
set_comment(0x95EE5, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x95F9F, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0x95FA9, "NE FIXUP -> 0009:c642 (seg083:0242)")
set_comment(0x95FBD, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x96001, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96029, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x96035, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x96074, "NE FIXUP -> 0003:b5af (seg001:3faf)")
set_comment(0x960BE, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x96191, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x961B3, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x96215, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x96242, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x962D3, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96310, "NE FIXUP -> 0003:e5cf (seg001:6fcf)")
set_comment(0x963A0, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x963CC, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x96401, "NE FIXUP -> 0003:e5cf (seg001:6fcf)")
set_comment(0x96448, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x964D3, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x96516, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0x9665B, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x96677, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x9670F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96785, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9679F, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x967E8, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x9682E, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x96841, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x9686A, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x9687B, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x96894, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x968A9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x968BE, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x968DD, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x968F7, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x96948, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x9698E, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x969A1, "NE FIXUP -> 0003:e590 (seg001:6f90)")
set_comment(0x969CA, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x969DB, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0x969F4, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0x96A09, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96A1E, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x96E17, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96E3F, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x96E61, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x96E9D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x96EBD, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x9763B, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0x97648, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0x976D1, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0x9774D, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x97792, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0x9779F, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0x977C5, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0x97849, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0x9786B, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x97892, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x978B4, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x978EF, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0x9791C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x97944, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x97966, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x97999, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x979B6, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0x979D2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x97A0F, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0x97A31, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x97A5C, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0x97A69, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0x97A97, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x98253, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x98283, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9829C, "NE FIXUP -> 0009:82ae (seg078:04ae)")
set_comment(0x982C1, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x982D3, "NE FIXUP -> 0009:8617 (seg079:0017)")
set_comment(0x982F4, "NE FIXUP -> 0003:e6dd (seg001:70dd)")
set_comment(0x9831F, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x98338, "NE FIXUP -> 0009:8600 (seg079:0000)")
set_comment(0x983FB, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x9842A, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x98C2F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x98C51, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x98D2E, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x98D5B, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x98DCE, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0x98DF4, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x98E2E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x98E56, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0x98EB3, "NE FIXUP -> 0009:c47d (seg083:007d)")
set_comment(0x98ECD, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x98F53, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0x98FB7, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0x99099, "NE FIXUP -> 0009:862b (seg079:002b)")
set_comment(0x990EB, "NE FIXUP -> 0009:862b (seg079:002b)")
set_comment(0x991AF, "NE FIXUP -> 0009:862b (seg079:002b)")
set_comment(0x99201, "NE FIXUP -> 0009:862b (seg079:002b)")
set_comment(0x99297, "NE FIXUP -> 0009:8771 (seg079:0171)")
set_comment(0x992CF, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x99362, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0x993A1, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0x993E0, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0x9941F, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0x99430, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x994E3, "NE FIXUP -> 0009:874d (seg079:014d)")
set_comment(0x994F4, "NE FIXUP -> 0009:9e92 (seg081:0092)")
set_comment(0x9953E, "NE FIXUP -> 0009:9e79 (seg081:0079)")
set_comment(0x9957E, "NE FIXUP -> 0009:9e80 (seg081:0080)")
set_comment(0x995D6, "NE FIXUP -> 0009:9e8b (seg081:008b)")
set_comment(0x99610, "NE FIXUP -> 0009:9e84 (seg081:0084)")
set_comment(0x9965A, "NE FIXUP -> 0009:9e79 (seg081:0079)")
set_comment(0x9969A, "NE FIXUP -> 0009:9e80 (seg081:0080)")
set_comment(0x99B1F, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0x9A09B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9A0CC, "NE FIXUP -> 0008:f525 (seg065:0525)")
set_comment(0x9A0FA, "NE FIXUP -> 0008:f3b9 (seg065:03b9)")
set_comment(0x9A116, "NE FIXUP -> 0008:f4a1 (seg065:04a1)")
set_comment(0x9A260, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9A28B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9A304, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9A30C, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9A389, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A3A7, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A3F1, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A407, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A47B, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A4A1, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A4E3, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A4F9, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A5D8, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9A5E0, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9A5F8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A61E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A648, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A669, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9A710, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A726, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A776, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A823, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A839, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A889, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A8E4, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A8FA, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A96C, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A99B, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9A9D4, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AA73, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0x9AA8F, "NE FIXUP -> 0009:e361 (seg085:0361)")
set_comment(0x9AA9C, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AADA, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AB0E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AB80, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9ABFD, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0x9AC63, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AC72, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AC90, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9ACA0, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9ACB4, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9ACC8, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9ACDC, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AD10, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AD47, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AD59, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AD69, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AD7D, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9AD98, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9ADEB, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AE28, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9AE46, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AE83, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9AEA1, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AEE5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9AF03, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AF7D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9AFB0, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9AFCE, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9B0A6, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9B109, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B157, "NE FIXUP -> 0009:e2b4 (seg085:02b4)")
set_comment(0x9B1B8, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0x9B235, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B240, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9B25F, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9B2E7, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B2F2, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0x9B326, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B372, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B398, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B3F9, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B4D6, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B551, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B560, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B5CC, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B5E0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B60D, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0x9B620, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B62C, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B641, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B696, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B6A5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B6D0, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B76C, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B77B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9B84B, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9B8C4, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9B8D6, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9B8E8, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0x9BA44, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BA5F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BA76, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BABC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BB80, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BBA5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BBEB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BBFD, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9BC0F, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9BC41, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BC66, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9BC75, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0x9BC86, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BC92, "NE FIXUP -> 0009:e114 (seg085:0114)")
set_comment(0x9BCA2, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BD55, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0x9BD6A, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BD76, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BD93, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BDC6, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BDD2, "NE FIXUP -> 0009:c523 (seg083:0123)")
set_comment(0x9BDDB, "NE FIXUP -> 0009:e000 (seg085:0000)")
set_comment(0x9BE0F, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0x9BE25, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BE36, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0x9BE3B, "NE FIXUP -> 0003:c45d (seg001:4e5d)")
set_comment(0x9BE48, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9BE50, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0x9BE80, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0x9C550, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9C80A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x9C84F, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0x9C869, "NE FIXUP -> 0009:c611 (seg083:0211)")
set_comment(0x9C882, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0x9C8B2, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9C930, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9C950, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9C974, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x9C998, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x9C9B9, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x9CA14, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9CA8D, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0x9CA97, "NE FIXUP -> 0009:c642 (seg083:0242)")
set_comment(0x9CAA7, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x9CADA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9CB25, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9CB4C, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9CB65, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9CBAC, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0x9CC1A, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9CC41, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9CC8E, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9CCBF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9CCE3, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0x9CD08, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0x9CD29, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0x9CD7D, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9CDA3, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0x9CDB7, "NE FIXUP -> 0009:c642 (seg083:0242)")
set_comment(0x9CDD0, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9CDEA, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9CE04, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9CE1F, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9CE6C, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9CE84, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9CF06, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9CF53, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9CF6B, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0x9CFC9, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D012, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9D041, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0x9D060, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D0AD, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9D0BE, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0x9D0D9, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0x9D121, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D177, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D1B5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D1F1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D221, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D251, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D2BD, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D387, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D457, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D4F3, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D502, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D57A, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0x9D5AF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D5BE, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D636, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0x9D64B, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D709, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D7D3, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9D88F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D8F1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D931, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D970, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D9A6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9D9DD, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DA53, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9DB10, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DB72, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DBB2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DBF1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DC29, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9DC62, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0x9E00D, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9E015, "NE FIXUP -> 0009:c642 (seg083:0242)")
set_comment(0x9E276, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9E2BB, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0x9E32F, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9E34F, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0x9E398, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0x9E3BB, "NE FIXUP -> 0009:1146 (seg068:0946)")
set_comment(0xA285C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA2A63, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xA2A95, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xA2AC7, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xA2AF7, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xA2E20, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA2E37, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA310A, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA3177, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA31E7, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA32B8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3319, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA341F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA3807, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3817, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3827, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3852, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3860, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xA387E, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xA389C, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA38BA, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA38D8, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA38E5, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xA3902, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA3923, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA3944, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA39AB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3A0F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3A67, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3B00, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3B68, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3BC0, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3C69, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3CC8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3D43, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3DE7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3E46, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3EC1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3F0A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA3FB2, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA3FF8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA40A0, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA40E6, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA418E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA4510, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xA451A, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA452F, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA453B, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4545, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA4591, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA45B1, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0xA45BB, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xA45C5, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA45E0, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA45EC, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA45F6, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA4611, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xA461B, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4630, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA463C, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4646, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA4692, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA46A6, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xA46B0, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA46CD, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA46D9, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA46E3, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA4700, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA471B, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4727, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4732, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xA473A, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA476E, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA4787, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA47BD, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA47D4, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0xA47E4, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA481A, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA4833, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA483B, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0xA486E, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA4885, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0xA4895, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xA4924, "NE FIXUP -> 0009:082b (seg068:002b)")
set_comment(0xA4929, "NE FIXUP -> 000a:4a1f (seg091:061f)")
set_comment(0xA494D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA4968, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA498B, "NE FIXUP -> 0009:82ae (seg078:04ae)")
set_comment(0xA49A2, "NE FIXUP -> 0009:83d8 (seg078:05d8)")
set_comment(0xA49BA, "NE FIXUP -> 0009:82ae (seg078:04ae)")
set_comment(0xA49CE, "NE FIXUP -> 0009:83d8 (seg078:05d8)")
set_comment(0xA49E6, "NE FIXUP -> 0009:82ae (seg078:04ae)")
set_comment(0xA49FA, "NE FIXUP -> 0009:83d8 (seg078:05d8)")
set_comment(0xA4AB5, "NE FIXUP -> 0009:0d30 (seg068:0530)")
set_comment(0xA4AC2, "NE FIXUP -> 0003:a845 (seg001:3245)")
set_comment(0xA4AD1, "NE FIXUP -> 0009:8246 (seg078:0446)")
set_comment(0xA4ADD, "NE FIXUP -> 0009:5200 (seg074:0000)")
set_comment(0xA4AF0, "NE FIXUP -> 0009:52c2 (seg074:00c2)")
set_comment(0xA4E0A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xA4E28, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xA4E66, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0xA4E9A, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA4EAC, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA4ECF, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA4EEB, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA4EFF, "NE FIXUP -> 0003:e669 (seg001:7069)")
set_comment(0xA4F0E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA4F30, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0xA4F53, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0xA4F8B, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0xA4FE8, "NE FIXUP -> 0003:b621 (seg001:4021)")
set_comment(0xA501B, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0xA503D, "NE FIXUP -> 0003:ce26 (seg001:5826)")
set_comment(0xA505D, "NE FIXUP -> 0003:a962 (seg001:3362)")
set_comment(0xA50AC, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xA50C6, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xA51A6, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xA51CA, "NE FIXUP -> 0009:5600 (seg075:0000)")
set_comment(0xA51E7, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA51F1, "NE FIXUP -> 000a:5360 (seg092:0560)")
set_comment(0xA51FF, "NE FIXUP -> 000a:6898 (seg095:0298)")
set_comment(0xA5209, "NE FIXUP -> 000a:6600 (seg095:0000)")
set_comment(0xA520F, "NE FIXUP -> 000a:5e00 (seg094:0000)")
set_comment(0xA5216, "NE FIXUP -> 000d:cca3 (seg139:00a3)")
set_comment(0xA522D, "NE FIXUP -> 000a:5e59 (seg094:0059)")
set_comment(0xA5232, "NE FIXUP -> 000d:ccec (seg139:00ec)")
set_comment(0xA526A, "NE FIXUP -> 000a:67d9 (seg095:01d9)")
set_comment(0xA528A, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xA52AC, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xA52C6, "NE FIXUP -> 000a:6007 (seg094:0207)")
set_comment(0xA52E4, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xA5303, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xA531B, "NE FIXUP -> 000a:63bc (seg094:05bc)")
set_comment(0xA532E, "NE FIXUP -> 000a:60eb (seg094:02eb)")
set_comment(0xA5343, "NE FIXUP -> 000a:612e (seg094:032e)")
set_comment(0xA5354, "NE FIXUP -> 000a:612e (seg094:032e)")
set_comment(0xA536A, "NE FIXUP -> 000d:cdd0 (seg139:01d0)")
set_comment(0xA5372, "NE FIXUP -> 000a:63bc (seg094:05bc)")
set_comment(0xA562E, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xA5647, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xA567E, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xA568C, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xA569C, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0xA56C6, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xA56D6, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xA56F6, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xA5714, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xA5772, "NE FIXUP -> 0009:0d9b (seg068:059b)")
set_comment(0xA5793, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xA585D, "NE FIXUP -> 0009:0e4a (seg068:064a)")
set_comment(0xA5881, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xA5895, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xA58A9, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xA58D2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA58FB, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA5939, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA5974, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xA597F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA599E, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xA59BE, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA59D6, "NE FIXUP -> 0003:d8df (seg001:62df)")
set_comment(0xA59EC, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xA5A06, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xA5A49, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA5A7D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA5AC2, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xA5AD5, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xA5AE2, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xA5E0F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA5E2A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA5E45, "NE FIXUP -> 000a:577d (seg093:017d)")
set_comment(0xA5E6D, "NE FIXUP -> 000a:582d (seg093:022d)")
set_comment(0xA5E82, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA5EC2, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xA5F5E, "NE FIXUP -> 000a:6b2d (seg095:052d)")
set_comment(0xA609F, "NE FIXUP -> 000a:6b2d (seg095:052d)")
set_comment(0xA61F4, "NE FIXUP -> 000d:d3b9 (seg139:07b9)")
set_comment(0xA629F, "NE FIXUP -> 000a:6b2d (seg095:052d)")
set_comment(0xA631C, "NE FIXUP -> 000d:d3b9 (seg139:07b9)")
set_comment(0xA6612, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA662D, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA6639, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xA6669, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA6692, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0xA669C, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xA66B9, "NE FIXUP -> 0009:af87 (seg082:0d87)")
set_comment(0xA66D8, "NE FIXUP -> 0009:b06b (seg082:0e6b)")
set_comment(0xA66F5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA6705, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xA6719, "NE FIXUP -> 000a:3683 (seg089:0283)")
set_comment(0xA6728, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA6743, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA6751, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA676C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA6776, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA67C9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA67F1, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA6812, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA6864, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA6885, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0xA68C6, "NE FIXUP -> 000a:3683 (seg089:0283)")
set_comment(0xA68D7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA692B, "NE FIXUP -> 000a:346e (seg089:006e)")
set_comment(0xA6981, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA69AA, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0xA69B4, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xA69DA, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xA69EA, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA6A44, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA6A7B, "NE FIXUP -> 000a:2866 (seg087:0066)")
set_comment(0xA6ABC, "NE FIXUP -> 000a:62d8 (seg094:04d8)")
set_comment(0xA6AE0, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA6B09, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0xA6B13, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xA6BEF, "NE FIXUP -> 000a:34c2 (seg089:00c2)")
set_comment(0xA6C04, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA6C5D, "NE FIXUP -> 0009:c400 (seg083:0000)")
set_comment(0xA6C67, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xA6C99, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA6CEC, "NE FIXUP -> 000a:34c2 (seg089:00c2)")
set_comment(0xA6D25, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA6D71, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA6E02, "NE FIXUP -> 000a:291c (seg087:011c)")
set_comment(0xA6E47, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA6E99, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA6F28, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xA6F3C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA6FBC, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xA7003, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xA701E, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA7034, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA70B9, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xA70F7, "NE FIXUP -> 0009:c496 (seg083:0096)")
set_comment(0xA710E, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xA714A, "NE FIXUP -> 000a:291c (seg087:011c)")
set_comment(0xA717E, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xA71B0, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA71E4, "NE FIXUP -> 000a:3683 (seg089:0283)")
set_comment(0xA720A, "NE FIXUP -> 000a:3683 (seg089:0283)")
set_comment(0xA721E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA723F, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xA7253, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA727A, "NE FIXUP -> 000a:3400 (seg089:0000)")
set_comment(0xA728E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA7619, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xA7641, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xA7667, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xA768F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xA76D1, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0xA7715, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0xA7757, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0xA779B, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0xA77C1, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xA77E9, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xA7814, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xA7841, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xA7858, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xA788B, "NE FIXUP -> 000a:c000 (seg102:0000)")
set_comment(0xA794C, "NE FIXUP -> 000a:c06b (seg102:006b)")
set_comment(0xA7960, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA7975, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xA7A59, "NE FIXUP -> 000a:c267 (seg102:0267)")
set_comment(0xA7AA9, "NE FIXUP -> 0003:e4f5 (seg001:6ef5)")
set_comment(0xA7AFB, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xA7B0D, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xA7B24, "NE FIXUP -> 000a:3144 (seg088:0344)")
set_comment(0xA7B6E, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xA7FE4, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA805A, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xA80A9, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xA80BA, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xA82FB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA8361, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xA842F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA8495, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xA84E1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA8547, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xA858E, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA85A8, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA8605, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xA8618, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA8637, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xA864F, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xA868A, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xA86DC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xA86F0, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xA8704, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xA8789, "NE FIXUP -> 000b:2893 (seg108:0e93)")
set_comment(0xA87BC, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xA87CC, "NE FIXUP -> 000b:2941 (seg108:0f41)")
set_comment(0xA87DD, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xA87ED, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xA89A7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA8A13, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA8A5C, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xA8A93, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xA8AFD, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0xA8B3A, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xA8B8D, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xA8BA1, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA8E29, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xA8E56, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xA8E99, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA8EA9, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xA8EE8, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xA8F07, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xA8F37, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xA8F47, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xA8F60, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xA8F90, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA8FC1, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA8FE0, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xA902C, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xA9070, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xA909D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA90B7, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xA9103, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xA9138, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xA917D, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xA91CB, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xA920D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA925A, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xA926A, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xA927A, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xA9299, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xA92C3, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA9388, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xA9398, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xA93B9, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xA93CD, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA93F3, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xA9407, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA942D, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xA9441, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA9467, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xA947B, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA9617, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xA9655, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xA9679, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xA969E, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xA96D7, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xA9710, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xA9755, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA976D, "NE FIXUP -> 000a:2e2a (seg088:002a)")
set_comment(0xA9790, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xA97BE, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA97D6, "NE FIXUP -> 000a:2e2a (seg088:002a)")
set_comment(0xA97F5, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA9828, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xA983E, "NE FIXUP -> 0004:aa00 (seg014:0000)")
set_comment(0xA985A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA9877, "NE FIXUP -> 0004:aaed (seg014:00ed)")
set_comment(0xA98DF, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xA98F3, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA990D, "NE FIXUP -> 000a:307d (seg088:027d)")
set_comment(0xA9926, "NE FIXUP -> 000a:30aa (seg088:02aa)")
set_comment(0xA994B, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xA9C10, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xA9C54, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xA9C83, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA9CA1, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xA9CD9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xA9D18, "NE FIXUP -> 000b:7000 (seg114:0000)")
set_comment(0xA9DAF, "NE FIXUP -> 000a:ec00 (seg105:0000)")
set_comment(0xA9E18, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA9E2B, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xA9E3B, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xA9E4F, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xA9EE5, "NE FIXUP -> 0003:e6dd (seg001:70dd)")
set_comment(0xA9F85, "NE FIXUP -> 000a:f306 (seg105:0706)")
set_comment(0xA9FB3, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xA9FE3, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xA9FF3, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAA064, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAA094, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAA0A4, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAA122, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAA152, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAA162, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAA1F1, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAA221, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAA231, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAA457, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xAA46F, "NE FIXUP -> 0008:cefb (seg061:14fb)")
set_comment(0xAA49E, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xAA4AC, "NE FIXUP -> 0008:d12a (seg061:172a)")
set_comment(0xAA4BA, "NE FIXUP -> 0008:d1a4 (seg061:17a4)")
set_comment(0xAA513, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xAA527, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xAA53B, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xAA555, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xAA622, "NE FIXUP -> 000a:e8ed (seg104:02ed)")
set_comment(0xAA658, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAA671, "NE FIXUP -> 000a:e8ed (seg104:02ed)")
set_comment(0xAA693, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAA6E7, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAA71D, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xAA73E, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xAA797, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAA7F5, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAA80C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAA81F, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xAA846, "NE FIXUP -> 000a:47ee (seg091:03ee)")
set_comment(0xAA881, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAA8ED, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAA949, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAA959, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAA969, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAA9AF, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xAA9C6, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xAA9D6, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0xAA9E6, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAAA03, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xAAA13, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAAA6C, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAAA8D, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAAACD, "NE FIXUP -> 000b:281f (seg108:0e1f)")
set_comment(0xAAB2D, "NE FIXUP -> 000a:e942 (seg104:0342)")
set_comment(0xAAB3D, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAAB66, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAAC52, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAAC92, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAACB3, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAAD0F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAAE18, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAAE91, "NE FIXUP -> 000b:415d (seg109:135d)")
set_comment(0xAAF2D, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xAAF48, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xAAFA7, "NE FIXUP -> 000b:3755 (seg109:0955)")
set_comment(0xAAFC2, "NE FIXUP -> 000b:415d (seg109:135d)")
set_comment(0xAB05D, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAB0A3, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAB160, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAB190, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xAB1E1, "NE FIXUP -> 000b:33d4 (seg109:05d4)")
set_comment(0xAB24F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xAB2B2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xAB348, "NE FIXUP -> 000b:311f (seg109:031f)")
set_comment(0xAB3FF, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAB458, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xAB48E, "NE FIXUP -> 0009:22b8 (seg070:06b8)")
set_comment(0xAB4A4, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xAB4C2, "NE FIXUP -> 000a:47ee (seg091:03ee)")
set_comment(0xAB4FD, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xAB514, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xAB5B2, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xAB5F5, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xAB60C, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xAB61C, "NE FIXUP -> 0009:2214 (seg070:0614)")
set_comment(0xAB73A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAB7A0, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAB7BC, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAB7D2, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAB804, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xAB89F, "NE FIXUP -> 000b:2f61 (seg109:0161)")
set_comment(0xAB8AF, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAB8F6, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAB91A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAB978, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xAB9B0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xAB9B8, "NE FIXUP -> 000a:4a1f (seg091:061f)")
set_comment(0xABA08, "NE FIXUP -> 000b:1e39 (seg108:0439)")
set_comment(0xABA89, "NE FIXUP -> 000b:1e39 (seg108:0439)")
set_comment(0xABAA6, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xABB1A, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xABB53, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xABB6A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xABB99, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xABBAD, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xAC00D, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAC044, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xAC093, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xAC0A8, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xAC0B8, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xAC0CC, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xAC13F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xAC162, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xAC207, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xAC23A, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xAC25D, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xAC273, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xAC299, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xAC2AE, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xAC2D3, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xAC2E8, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xAC30B, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xAC31B, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAC32B, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xAC346, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xAC356, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xAC364, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xAC379, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xAC3AF, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAC3D6, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xAC42A, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xAC43B, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xAC481, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xAC4AF, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAC4D6, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xAC50A, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xAC5C3, "NE FIXUP -> 000b:33d4 (seg109:05d4)")
set_comment(0xAC5F0, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xAC692, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAC70A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xACA11, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xACA51, "NE FIXUP -> 000a:9c00 (seg100:0000)")
set_comment(0xACAAB, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xACBB5, "NE FIXUP -> 0009:3b6a (seg072:056a)")
set_comment(0xACBCF, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xACBE5, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xACBFD, "NE FIXUP -> 0009:3e0d (seg072:080d)")
set_comment(0xACC17, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xACC3A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xACC4F, "NE FIXUP -> 0009:41aa (seg072:0baa)")
set_comment(0xACC59, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xACC99, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xACCA8, "NE FIXUP -> 0009:3e0d (seg072:080d)")
set_comment(0xACCEA, "NE FIXUP -> 000a:f35f (seg105:075f)")
set_comment(0xACD01, "NE FIXUP -> 000a:f306 (seg105:0706)")
set_comment(0xACD11, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xACD50, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xACD84, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xACDB1, "NE FIXUP -> 000a:f35f (seg105:075f)")
set_comment(0xACE00, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xACE65, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xACE93, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xACEA3, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xACEBA, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xACEFD, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xACF0D, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xACF2F, "NE FIXUP -> 0003:d760 (seg001:6160)")
set_comment(0xACF50, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xACF95, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xACFEC, "NE FIXUP -> 000a:f306 (seg105:0706)")
set_comment(0xAD04E, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD086, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAD0B0, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAD128, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xAD17F, "NE FIXUP -> 000a:f306 (seg105:0706)")
set_comment(0xAD1E1, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD1F1, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD20A, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAD24B, "NE FIXUP -> 000a:ec00 (seg105:0000)")
set_comment(0xAD2C2, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAD30F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAD34D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAD379, "NE FIXUP -> 000a:f35f (seg105:075f)")
set_comment(0xAD397, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xAD3A7, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAD3BF, "NE FIXUP -> 0009:3e0d (seg072:080d)")
set_comment(0xAD3D5, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAD3F9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAD403, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAD430, "NE FIXUP -> 0009:41aa (seg072:0baa)")
set_comment(0xAD49A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAD4E2, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xAD50B, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xAD51C, "NE FIXUP -> 0009:3e0d (seg072:080d)")
set_comment(0xAD55A, "NE FIXUP -> 000a:f35f (seg105:075f)")
set_comment(0xAD56C, "NE FIXUP -> 000a:f306 (seg105:0706)")
set_comment(0xAD57C, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD59F, "NE FIXUP -> 000a:f020 (seg105:0420)")
set_comment(0xAD5AD, "NE FIXUP -> 000b:2e85 (seg109:0085)")
set_comment(0xAD60D, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xAD640, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAD691, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD705, "NE FIXUP -> 0009:4268 (seg072:0c68)")
set_comment(0xAD723, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xAD750, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xAD774, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAD784, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAD7A3, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAD800, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xAD81A, "NE FIXUP -> 0009:3b6a (seg072:056a)")
set_comment(0xAD86A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAD895, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAD8F6, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xAD980, "NE FIXUP -> 0003:a738 (seg001:3138)")
set_comment(0xAD9B1, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xAD9E4, "NE FIXUP -> 0003:a8b3 (seg001:32b3)")
set_comment(0xADA0A, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xADAF8, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xADB69, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xADBC3, "NE FIXUP -> 0003:a7a0 (seg001:31a0)")
set_comment(0xADBF4, "NE FIXUP -> 0003:a703 (seg001:3103)")
set_comment(0xADC34, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xADCC5, "NE FIXUP -> 0003:a703 (seg001:3103)")
set_comment(0xADD13, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xADD33, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xADD43, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xADD57, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xADD72, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xADDAE, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xADDC8, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xADE83, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xADED5, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xADEE5, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xADF11, "NE FIXUP -> 0009:3b6a (seg072:056a)")
set_comment(0xADF34, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xADF56, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xADF64, "NE FIXUP -> 000a:a23d (seg100:063d)")
set_comment(0xADF90, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xADFAC, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xAE02E, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xAE070, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xAE084, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xAE0AA, "NE FIXUP -> 000a:9df9 (seg100:01f9)")
set_comment(0xAE0BE, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xAE616, "NE FIXUP -> 000a:e663 (seg104:0063)")
set_comment(0xAE631, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAE64E, "NE FIXUP -> 000a:e6bc (seg104:00bc)")
set_comment(0xAE670, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xAE691, "NE FIXUP -> 0004:aa00 (seg014:0000)")
set_comment(0xAE6AC, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xAE6DE, "NE FIXUP -> 0004:aaed (seg014:00ed)")
set_comment(0xAE6FE, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xAE73F, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xAE763, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xAE788, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xAE7C4, "NE FIXUP -> 0009:9e71 (seg081:0071)")
set_comment(0xAE7ED, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xAE838, "NE FIXUP -> 0007:47c8 (seg041:01c8)")
set_comment(0xAE86A, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xAE8E3, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xAE92B, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAE9C4, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAEC10, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAEC54, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xAECD5, "NE FIXUP -> 000b:5d4c (seg112:0d4c)")
set_comment(0xAECFF, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xAED62, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xAEDA0, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xAEE5B, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xAEEAD, "NE FIXUP -> 000a:3144 (seg088:0344)")
set_comment(0xAEF84, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAEF94, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAF001, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAF02C, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xAF04D, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xAF075, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xAF092, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xAF0BE, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAF0CE, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAF0DE, "NE FIXUP -> 000b:2e85 (seg109:0085)")
set_comment(0xAF126, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAF136, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAF16D, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xAF218, "NE FIXUP -> 000b:3a7d (seg109:0c7d)")
set_comment(0xAF25D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAF2DC, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAF2EC, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAF2FC, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAF354, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAF5D3, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xAF5E7, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xAF934, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xAF969, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xAF9D4, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAF9EB, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xAFA62, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xAFA78, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xAFABC, "NE FIXUP -> 000b:3f8e (seg109:118e)")
set_comment(0xAFAD3, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xAFAEB, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xAFB14, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xAFB52, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAFB62, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAFB76, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xAFBB1, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAFBC1, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xAFBCF, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xAFC16, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xAFC2A, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xAFC58, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xAFC7F, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAFCFD, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xAFD12, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAFD2A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAFD56, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xAFDA0, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xAFDC7, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xAFDDB, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xAFE75, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xAFE85, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xAFE9B, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xAFEB1, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xAFEC7, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xAFEE4, "NE FIXUP -> 000b:3755 (seg109:0955)")
set_comment(0xAFF50, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xAFF84, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xAFFD8, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xB0050, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xB0084, "NE FIXUP -> 000b:2f61 (seg109:0161)")
set_comment(0xB011B, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB019F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB020A, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB024D, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB02C5, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB0301, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB032F, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB0352, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xB0379, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xB0391, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xB0462, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB0486, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB053D, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xB0575, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB05C6, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xB0604, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB061D, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB0671, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB06FD, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB0758, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB0780, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB07C2, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB0804, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB08A7, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB098A, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB09BB, "NE FIXUP -> 000b:2f61 (seg109:0161)")
set_comment(0xB0A44, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB0A6E, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB0A7E, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB0A98, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB0AE6, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB0B30, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB0B5B, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB0BA5, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB0C02, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB0CE2, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB0D13, "NE FIXUP -> 000b:2f61 (seg109:0161)")
set_comment(0xB0DA4, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB0E41, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB0E77, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB0E8B, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB0EA3, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xB0EC4, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB0ED8, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB0EFE, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB0F12, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB0F38, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB0F4C, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB0F72, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB0F86, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB143C, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xB1457, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB14A8, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xB14DA, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xB152F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB155B, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB165E, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xB1675, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xB16A0, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xB16F4, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xB1778, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB17B8, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB17E4, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xB17F8, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB1A12, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xB1A2D, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xB1A63, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB1A8F, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xB1A9D, "NE FIXUP -> 0008:d0b0 (seg061:16b0)")
set_comment(0xB1AAD, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xB1ABB, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xB1AC9, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xB1B1F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB1B47, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xB1B89, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB1BB1, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xB1CFD, "NE FIXUP -> 0008:55bf (seg056:05bf)")
set_comment(0xB1D38, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB1D4C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xB1D60, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xB1D74, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xB1D8E, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xB1DBF, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xB1DD1, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xB1E23, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB1E41, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0xB1E4E, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0xB1EB8, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB1EDF, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB1F43, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB1F6A, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB204D, "NE FIXUP -> 0009:9ea1 (seg081:00a1)")
set_comment(0xB2082, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB20EA, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB210E, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB214B, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xB217E, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB218A, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xB21DC, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB225C, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB22D9, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB2325, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB23AB, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB2429, "NE FIXUP -> 000a:c652 (seg102:0652)")
set_comment(0xB2488, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB24EB, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB250F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB254C, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xB257F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB25A8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB2615, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xB276F, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xB277C, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xB2785, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB27A1, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xB27B2, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xB27C9, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xB27D6, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xB2815, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xB284E, "NE FIXUP -> 000a:c6ab (seg102:06ab)")
set_comment(0xB287C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB28EF, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB2937, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xB2977, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB29B6, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB29EA, "NE FIXUP -> 0008:55bf (seg056:05bf)")
set_comment(0xB2ACA, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xB2AEF, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0xB2AFC, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0xB2E0D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB2ED4, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB2F2E, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xB2F42, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xB2F56, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB2F70, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xB2FA4, "NE FIXUP -> 000a:2ae8 (seg087:02e8)")
set_comment(0xB2FB9, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB2FF1, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xB3008, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB3042, "NE FIXUP -> 000a:2b18 (seg087:0318)")
set_comment(0xB3059, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB308B, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB30D0, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB3107, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB3156, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB32BB, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB32ED, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xB3317, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB3331, "NE FIXUP -> 000a:47ee (seg091:03ee)")
set_comment(0xB3340, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB3372, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB34C1, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB34E6, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB356C, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB35EC, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB373E, "NE FIXUP -> 000a:2c8c (seg087:048c)")
set_comment(0xB3898, "NE FIXUP -> 000a:2c8c (seg087:048c)")
set_comment(0xB395B, "NE FIXUP -> 0009:7ec7 (seg078:00c7)")
set_comment(0xB3994, "NE FIXUP -> 0003:aa3c (seg001:343c)")
set_comment(0xB3AA4, "NE FIXUP -> 000a:895c (seg097:0b5c)")
set_comment(0xB3C98, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB3D10, "NE FIXUP -> 000a:b186 (seg101:0d86)")
set_comment(0xB3D76, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB3DD8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB3DF2, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xB3E30, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB3FD6, "NE FIXUP -> 0009:7f04 (seg078:0104)")
set_comment(0xB3FF4, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB4049, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB4078, "NE FIXUP -> 000a:b1fc (seg101:0dfc)")
set_comment(0xB408D, "NE FIXUP -> 000a:b20e (seg101:0e0e)")
set_comment(0xB40A8, "NE FIXUP -> 000a:b0bd (seg101:0cbd)")
set_comment(0xB40C3, "NE FIXUP -> 000a:b10b (seg101:0d0b)")
set_comment(0xB40E4, "NE FIXUP -> 000a:b186 (seg101:0d86)")
set_comment(0xB412F, "NE FIXUP -> 000a:bab6 (seg101:16b6)")
set_comment(0xB418B, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xB41D6, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xB4411, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB4462, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xB4494, "NE FIXUP -> 000b:6a00 (seg113:0000)")
set_comment(0xB44C2, "NE FIXUP -> 000b:7000 (seg114:0000)")
set_comment(0xB4529, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB4555, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB4713, "NE FIXUP -> 000b:3a00 (seg109:0c00)")
set_comment(0xB472A, "NE FIXUP -> 000b:3a35 (seg109:0c35)")
set_comment(0xB47B1, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xB4835, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB4875, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB48A1, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xB48B5, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB4A10, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB4A32, "NE FIXUP -> 000a:8fd0 (seg098:01d0)")
set_comment(0xB4A76, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xB4A86, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB4AC3, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xB4ADF, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4AFB, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4B20, "NE FIXUP -> 0009:7ec7 (seg078:00c7)")
set_comment(0xB4B74, "NE FIXUP -> 000a:e7cf (seg104:01cf)")
set_comment(0xB4B8E, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB4BB3, "NE FIXUP -> 000a:90a7 (seg098:02a7)")
set_comment(0xB4BE8, "NE FIXUP -> 0004:ab59 (seg014:0159)")
set_comment(0xB4C1E, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xB4C2E, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB4C6B, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xB4C9D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4CBF, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB4CE1, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB4D25, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xB4D35, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB4D72, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xB4D8E, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4DAA, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4DCB, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB4DDF, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB4E05, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB4E19, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB4E3D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB4E66, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB4E7A, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB5086, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB50B8, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB5125, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB5149, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB516D, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB51FD, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB522F, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB529C, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB52C0, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB52E4, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB5374, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB53A6, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB5413, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB5437, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB545B, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB54EB, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB551D, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB558A, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB55AE, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB55D2, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB55EC, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB5625, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB56BF, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB5761, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xB57B0, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB5827, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0xB5877, "NE FIXUP -> 0009:888e (seg079:028e)")
set_comment(0xB58BD, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0xB590A, "NE FIXUP -> 0009:8957 (seg079:0357)")
set_comment(0xB592F, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB59F4, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB5A1A, "NE FIXUP -> 000b:3a7d (seg109:0c7d)")
set_comment(0xB5A47, "NE FIXUP -> 000b:3a6a (seg109:0c6a)")
set_comment(0xB5A98, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xB5ADA, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB5AEA, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB5AFA, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB5B10, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xB5B31, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xB5B66, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xB5B85, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xB5BB9, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB5BC9, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB5CBB, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xB5D65, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB5DAD, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB5E19, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB5E7D, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB5EB3, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB5F36, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB5F6C, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB6017, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB604D, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB60D7, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB611A, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB6351, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB6382, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB63C0, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB63D0, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB6451, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB6465, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB6486, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB64A2, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB64C3, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB64D7, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB64FD, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB6511, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB6537, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB654B, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB6571, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB6585, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB65AB, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB65BF, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB65E5, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB65F9, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB6A10, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB6A35, "NE FIXUP -> 000a:8fd0 (seg098:01d0)")
set_comment(0xB6A6D, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB6AAF, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB6B5A, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB6B85, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB6BA0, "NE FIXUP -> 000a:307d (seg088:027d)")
set_comment(0xB6BD5, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB6BF3, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB6C0F, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB6C29, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB6C4E, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xB6C86, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB6CC8, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB6D73, "NE FIXUP -> 000a:764b (seg096:004b)")
set_comment(0xB6D9E, "NE FIXUP -> 000a:77a5 (seg096:01a5)")
set_comment(0xB6DB9, "NE FIXUP -> 000a:307d (seg088:027d)")
set_comment(0xB6DEE, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB6E0C, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB6E28, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB6E49, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB6E5D, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB6E83, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB6E97, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB7012, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB7056, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB7119, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB714E, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xB71AA, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB71BE, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB7281, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xB72BD, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB7350, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB7391, "NE FIXUP -> 000a:3144 (seg088:0344)")
set_comment(0xB73F4, "NE FIXUP -> 0009:8ef6 (seg080:02f6)")
set_comment(0xB746A, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xB7572, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xB75AF, "NE FIXUP -> 000b:3380 (seg109:0580)")
set_comment(0xB75C5, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB75E2, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xB75FF, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xB7627, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xB764A, "NE FIXUP -> 000b:3a6a (seg109:0c6a)")
set_comment(0xB766B, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xB767B, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB76A1, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xB76B9, "NE FIXUP -> 000b:3a6a (seg109:0c6a)")
set_comment(0xB7784, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB77FF, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB78D1, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0xB792B, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0xB7980, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0xB7A65, "NE FIXUP -> 0003:b621 (seg001:4021)")
set_comment(0xB7ACE, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0xB7B35, "NE FIXUP -> 0003:d9c0 (seg001:63c0)")
set_comment(0xB7B7A, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xB7B97, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB7BDF, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB7C3C, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB7C8B, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xB7CD6, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB7D40, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xB7D5B, "NE FIXUP -> 000b:3380 (seg109:0580)")
set_comment(0xB7D76, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB7DAB, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB7DCC, "NE FIXUP -> 000b:3380 (seg109:0580)")
set_comment(0xB7DE7, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB8012, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB8058, "NE FIXUP -> 000b:ea33 (seg120:0233)")
set_comment(0xB809C, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xB80B5, "NE FIXUP -> 000a:9683 (seg099:0083)")
set_comment(0xB80DF, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB810E, "NE FIXUP -> 000b:e200 (seg119:0000)")
set_comment(0xB8133, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB8156, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xB81AE, "NE FIXUP -> 0005:09b4 (seg021:07b4)")
set_comment(0xB81BC, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xB81CD, "NE FIXUP -> 0004:b316 (seg015:0116)")
set_comment(0xB81EE, "NE FIXUP -> 0005:02d8 (seg021:00d8)")
set_comment(0xB824F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB827D, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xB82B0, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xB82EB, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB830D, "NE FIXUP -> 000b:ecf7 (seg120:04f7)")
set_comment(0xB8321, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB840B, "NE FIXUP -> 0009:7fb9 (seg078:01b9)")
set_comment(0xB843E, "NE FIXUP -> 0009:7fb9 (seg078:01b9)")
set_comment(0xB84FD, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB851F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB8538, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xB8552, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xB856F, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xB858A, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0xB85A4, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xB86AA, "NE FIXUP -> 000b:ed80 (seg120:0580)")
set_comment(0xB86C4, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0xB8723, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xB8731, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xB8746, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xB875F, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xB878E, "NE FIXUP -> 000a:3206 (seg088:0406)")
set_comment(0xB87B8, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB87C7, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xB87DF, "NE FIXUP -> 000b:efc7 (seg120:07c7)")
set_comment(0xB8803, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB8813, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xB8870, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xB8891, "NE FIXUP -> 000a:9600 (seg099:0000)")
set_comment(0xB88A7, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB88B6, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xB891B, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xB8949, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xB8960, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB8C08, "NE FIXUP -> 000c:827d (seg126:0e7d)")
set_comment(0xB8C25, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xB8C2D, "NE FIXUP -> 000c:82f9 (seg126:0ef9)")
set_comment(0xB8C44, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xB8C7B, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xB8CE3, "NE FIXUP -> 000c:e4e0 (seg129:0ae0)")
set_comment(0xB8D05, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xB8D38, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xB8D48, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xB8D65, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xB8DE1, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xB8DED, "NE FIXUP -> 0008:55bf (seg056:05bf)")
set_comment(0xB8E02, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB8E4A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xB8E69, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xB8E9A, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xB8EB2, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xB8EC6, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xB8F12, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xB8F42, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xB8F7B, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xB8FA4, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xB8FB3, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xB8FDA, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB90A8, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xB9103, "NE FIXUP -> 000a:96bc (seg099:00bc)")
set_comment(0xB9116, "NE FIXUP -> 000a:9683 (seg099:0083)")
set_comment(0xB916E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB917B, "NE FIXUP -> 000a:895c (seg097:0b5c)")
set_comment(0xB919E, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB922D, "NE FIXUP -> 000a:96bc (seg099:00bc)")
set_comment(0xB924B, "NE FIXUP -> 000a:9683 (seg099:0083)")
set_comment(0xB92A3, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xB92B0, "NE FIXUP -> 000a:895c (seg097:0b5c)")
set_comment(0xB92D3, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB9312, "NE FIXUP -> 000a:2e71 (seg088:0071)")
set_comment(0xB93C7, "NE FIXUP -> 000a:2e71 (seg088:0071)")
set_comment(0xB93F6, "NE FIXUP -> 000a:96bc (seg099:00bc)")
set_comment(0xB9409, "NE FIXUP -> 000a:9683 (seg099:0083)")
set_comment(0xB946C, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xB947B, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xB9490, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xB94DF, "NE FIXUP -> 000c:e4e0 (seg129:0ae0)")
set_comment(0xB9507, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xB959B, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB95CA, "NE FIXUP -> 000e:3a92 (seg143:0692)")
set_comment(0xB95F0, "NE FIXUP -> 000a:530d (seg092:050d)")
set_comment(0xB95FA, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xB960E, "NE FIXUP -> 0008:5b41 (seg057:0141)")
set_comment(0xB9620, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xB9A09, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB9A1A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB9A2C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB9A42, "NE FIXUP -> 000c:ea00 (seg130:0000)")
set_comment(0xB9A7C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xB9AB3, "NE FIXUP -> 000c:ee44 (seg130:0444)")
set_comment(0xB9AC5, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xB9AE7, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xB9B1E, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xB9B28, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0xB9B48, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xB9BA6, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xB9BB8, "NE FIXUP -> 000b:26bd (seg108:0cbd)")
set_comment(0xB9BCA, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xB9BDA, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xB9BF3, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xB9C03, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xB9C2A, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xB9C3C, "NE FIXUP -> 000b:26bd (seg108:0cbd)")
set_comment(0xB9C5E, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xB9C6E, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xB9C87, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xB9CBA, "NE FIXUP -> 0003:b621 (seg001:4021)")
set_comment(0xB9CCF, "NE FIXUP -> 0003:f922 (seg001:8322)")
set_comment(0xB9CE2, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xB9CED, "NE FIXUP -> 000d:63a3 (seg134:03a3)")
set_comment(0xB9D09, "NE FIXUP -> 000c:f39f (seg131:039f)")
set_comment(0xB9D1B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xB9D35, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xB9D65, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xB9DA6, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xB9DC3, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xB9DD1, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xBA0D4, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBA112, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBA1AF, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBA1E0, "NE FIXUP -> 000d:6651 (seg134:0651)")
set_comment(0xBA231, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBA26D, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBA29F, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBA2F9, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xBA354, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xBA39A, "NE FIXUP -> 000a:796b (seg096:036b)")
set_comment(0xBA42C, "NE FIXUP -> 000b:5d4c (seg112:0d4c)")
set_comment(0xBA467, "NE FIXUP -> 000b:5d4c (seg112:0d4c)")
set_comment(0xBA4DE, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBA548, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBA67D, "NE FIXUP -> 000c:ec9e (seg130:029e)")
set_comment(0xBA6B8, "NE FIXUP -> 000c:eba5 (seg130:01a5)")
set_comment(0xBA6F1, "NE FIXUP -> 000c:eadd (seg130:00dd)")
set_comment(0xBA701, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBA855, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBA88A, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xBA8A0, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xBA8D0, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xBA8E2, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xBA92B, "NE FIXUP -> 000b:3943 (seg109:0b43)")
set_comment(0xBAA17, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBAB2C, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xBABF0, "NE FIXUP -> 000c:ec30 (seg130:0230)")
set_comment(0xBAD17, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xBAD48, "NE FIXUP -> 000a:7a63 (seg096:0463)")
set_comment(0xBADF3, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xBB05C, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBB066, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBB0FB, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBB152, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xBB181, "NE FIXUP -> 000a:796b (seg096:036b)")
set_comment(0xBB1A5, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xBB262, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xBB2F6, "NE FIXUP -> 000a:7a63 (seg096:0463)")
set_comment(0xBB322, "NE FIXUP -> 000a:7a63 (seg096:0463)")
set_comment(0xBB348, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xBB3A7, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBB3C2, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBB415, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xBB590, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xBB5AA, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xBB5B8, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xBB5F7, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xBB622, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xBB6FE, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xBB70C, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xBB724, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xBB73A, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBB83F, "NE FIXUP -> 000c:ee19 (seg130:0419)")
set_comment(0xBB8AC, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xBB913, "NE FIXUP -> 000a:d790 (seg103:0d90)")
set_comment(0xBB91D, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBB93C, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xBB946, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xBB983, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBB98D, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBB9A7, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xBB9FA, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBA04, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBA14, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBA29, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBA8C, "NE FIXUP -> 000b:4400 (seg110:0000)")
set_comment(0xBBA96, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBB91, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBB9B, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBBE7, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBC2D, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBC37, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBC6D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBC99, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBCDD, "NE FIXUP -> 000b:4400 (seg110:0000)")
set_comment(0xBBCE7, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBCFD, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0xBBD4C, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBD56, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBDC2, "NE FIXUP -> 000b:4400 (seg110:0000)")
set_comment(0xBBDCC, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBE1E, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xBBE66, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBBEB1, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBEBB, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBEF8, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBBF02, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBF4A, "NE FIXUP -> 000b:4400 (seg110:0000)")
set_comment(0xBBF54, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBBFA3, "NE FIXUP -> 000c:f39f (seg131:039f)")
set_comment(0xBBFE4, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xBBFFE, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xBC032, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xBC078, "NE FIXUP -> 000b:4400 (seg110:0000)")
set_comment(0xBC082, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBC11E, "NE FIXUP -> 0003:e549 (seg001:6f49)")
set_comment(0xBC164, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBC16E, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBC1ED, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBC1F7, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBC205, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xBC242, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBC24C, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBC294, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC2AA, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC2C0, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC2D6, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC2EC, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC302, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC30C, "NE FIXUP -> 000a:f823 (seg106:0023)")
set_comment(0xBC316, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC320, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC32A, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC340, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC34A, "NE FIXUP -> 000a:f800 (seg106:0000)")
set_comment(0xBC360, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC36C, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBC38A, "NE FIXUP -> 000a:f924 (seg106:0124)")
set_comment(0xBC3B6, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC3CC, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC3D6, "NE FIXUP -> 000a:f823 (seg106:0023)")
set_comment(0xBC3E0, "NE FIXUP -> 000a:f8b5 (seg106:00b5)")
set_comment(0xBC3EA, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC400, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC40A, "NE FIXUP -> 000a:f800 (seg106:0000)")
set_comment(0xBC420, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC436, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC44C, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC456, "NE FIXUP -> 000a:f823 (seg106:0023)")
set_comment(0xBC460, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC476, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC480, "NE FIXUP -> 000a:f800 (seg106:0000)")
set_comment(0xBC496, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC4AC, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC4C2, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC4D8, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC4EE, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC4F8, "NE FIXUP -> 000a:f823 (seg106:0023)")
set_comment(0xBC502, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC50C, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC516, "NE FIXUP -> 000a:f86f (seg106:006f)")
set_comment(0xBC52C, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC536, "NE FIXUP -> 000a:f800 (seg106:0000)")
set_comment(0xBC54C, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC562, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC56C, "NE FIXUP -> 000a:f823 (seg106:0023)")
set_comment(0xBC582, "NE FIXUP -> 000b:010b (seg106:090b)")
set_comment(0xBC58C, "NE FIXUP -> 000a:f800 (seg106:0000)")
set_comment(0xBC5A2, "NE FIXUP -> 000b:0a88 (seg106:1288)")
set_comment(0xBC5AC, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC5B6, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC5C0, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC5CA, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC5D4, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC5DE, "NE FIXUP -> 000a:f892 (seg106:0092)")
set_comment(0xBC624, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBC63D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xBC655, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xBC6B5, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xBC6D6, "NE FIXUP -> 0009:a27a (seg082:007a)")
set_comment(0xBC6F5, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xBC709, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xBC736, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0xBC786, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xBC7D0, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0xBC7EC, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xBC7FC, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xBC816, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xBC832, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xBC85A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xBC87D, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xBC88D, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xBC897, "NE FIXUP -> 0009:c628 (seg083:0228)")
set_comment(0xBC8D8, "NE FIXUP -> 0003:a995 (seg001:3395)")
set_comment(0xBC915, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xBC91F, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBC934, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xBC98E, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0xBCA3B, "NE FIXUP -> 0009:c563 (seg083:0163)")
set_comment(0xBCA52, "NE FIXUP -> 0009:3b6a (seg072:056a)")
set_comment(0xBCA65, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xBCA86, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xBCA9A, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBCAC0, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xBCAD4, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBCAFA, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xBCB0E, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBCB34, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xBCB48, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBD410, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xBD4ED, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xBD4FF, "NE FIXUP -> 000a:b0bd (seg101:0cbd)")
set_comment(0xBD537, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xBD5D1, "NE FIXUP -> 0005:124e (seg021:104e)")
set_comment(0xBD62D, "NE FIXUP -> 0005:c400 (seg029:0000)")
set_comment(0xBD64C, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xBD67A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBD688, "NE FIXUP -> 0005:c4d9 (seg029:00d9)")
set_comment(0xBD6A8, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xBD6CB, "NE FIXUP -> 0005:1538 (seg021:1338)")
set_comment(0xBD6DA, "NE FIXUP -> 0005:c448 (seg029:0048)")
set_comment(0xBD6FE, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xBD71F, "NE FIXUP -> 0007:be9e (seg049:049e)")
set_comment(0xBD736, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xBD74E, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xBD7A2, "NE FIXUP -> 0006:0908 (seg030:2908)")
set_comment(0xBD7BF, "NE FIXUP -> 0004:e094 (seg018:0094)")
set_comment(0xBD7D8, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xBD7EF, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0xBD812, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xBD825, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xBD83D, "NE FIXUP -> 0005:0415 (seg021:0215)")
set_comment(0xBD865, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xBD87C, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xBD8A1, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0xBD8BD, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xBD8CD, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBD8F5, "NE FIXUP -> 0005:115f (seg021:0f5f)")
set_comment(0xBD907, "NE FIXUP -> 0005:115f (seg021:0f5f)")
set_comment(0xBD948, "NE FIXUP -> 0006:0908 (seg030:2908)")
set_comment(0xBD962, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0xBD9B4, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBD9CF, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xBDA0F, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xBDA2C, "NE FIXUP -> 0005:3242 (seg021:3042)")
set_comment(0xBDA40, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBDA53, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBDA68, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xBDA7A, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0xBDA8D, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0xBDA9A, "NE FIXUP -> 0005:03e1 (seg021:01e1)")
set_comment(0xBDAA8, "NE FIXUP -> 0005:03ae (seg021:01ae)")
set_comment(0xBDABB, "NE FIXUP -> 0005:0415 (seg021:0215)")
set_comment(0xBDACF, "NE FIXUP -> 0005:05fa (seg021:03fa)")
set_comment(0xBDAF9, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xBDB16, "NE FIXUP -> 0004:dc00 (seg017:0000)")
set_comment(0xBDB2A, "NE FIXUP -> 0005:1538 (seg021:1338)")
set_comment(0xBDB3E, "NE FIXUP -> 0005:1538 (seg021:1338)")
set_comment(0xBDB50, "NE FIXUP -> 0005:1032 (seg021:0e32)")
set_comment(0xBDB70, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xBDB84, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xBDBBA, "NE FIXUP -> 0006:0908 (seg030:2908)")
set_comment(0xBDBC7, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xBDBD5, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xBDBE3, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xBDBF4, "NE FIXUP -> 0005:0415 (seg021:0215)")
set_comment(0xBDC06, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xBDC24, "NE FIXUP -> 0004:4f34 (seg008:1334)")
set_comment(0xBDC75, "NE FIXUP -> 0007:be9e (seg049:049e)")
set_comment(0xBDCA5, "NE FIXUP -> 0007:be67 (seg049:0467)")
set_comment(0xBDCF6, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xBDD11, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xBDD9E, "NE FIXUP -> 0007:be9e (seg049:049e)")
set_comment(0xBE210, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xBE254, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xBE296, "NE FIXUP -> 000a:96f5 (seg099:00f5)")
set_comment(0xBE532, "NE FIXUP -> 000a:96f5 (seg099:00f5)")
set_comment(0xBE5CE, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xBE5F1, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xBE812, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xBE83A, "NE FIXUP -> 0008:5d45 (seg057:0345)")
set_comment(0xBE862, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xBE873, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0xBE884, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xBE8FE, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xBE968, "NE FIXUP -> 000a:b2bc (seg101:0ebc)")
set_comment(0xBE99B, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xBE9AF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xBE9C3, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xBE9ED, "NE FIXUP -> 000a:b2bc (seg101:0ebc)")
set_comment(0xBEA29, "NE FIXUP -> 0008:5e18 (seg057:0418)")
set_comment(0xBEA49, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBEAAA, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xBEB0B, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xBEB42, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xBEB78, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xBEBC8, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xBEBE6, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xBEC04, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xBEC19, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xBEC2C, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xBEC3F, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xBEC50, "NE FIXUP -> 0007:d6c5 (seg049:1cc5)")
set_comment(0xBEC5C, "NE FIXUP -> 0007:d6cd (seg049:1ccd)")
set_comment(0xBEC68, "NE FIXUP -> 0007:d6d5 (seg049:1cd5)")
set_comment(0xBECB6, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0xBECC4, "NE FIXUP -> 0008:5df7 (seg057:03f7)")
set_comment(0xBED4D, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xBED61, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xBED75, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBED94, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0xBEDDE, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xBEE4C, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xBEE77, "NE FIXUP -> 0005:0ff6 (seg021:0df6)")
set_comment(0xBEE8C, "NE FIXUP -> 0005:0671 (seg021:0471)")
set_comment(0xBEF1A, "NE FIXUP -> 000b:2f7a (seg109:017a)")
set_comment(0xBEF4A, "NE FIXUP -> 000a:2c8c (seg087:048c)")
set_comment(0xBEFB8, "NE FIXUP -> 000b:30e4 (seg109:02e4)")
set_comment(0xBEFE9, "NE FIXUP -> 000b:3965 (seg109:0b65)")
set_comment(0xBEFF7, "NE FIXUP -> 000b:3ed8 (seg109:10d8)")
set_comment(0xBF02B, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xBF049, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xBF067, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xBF07C, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xBF08F, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xBF0A2, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xBF0C0, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xBF0D6, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBF0FF, "NE FIXUP -> 0004:e7bd (seg018:07bd)")
set_comment(0xBF14F, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xBF165, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBF410, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBF432, "NE FIXUP -> 000a:8fd0 (seg098:01d0)")
set_comment(0xBF4AC, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xBF4F4, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xBF504, "NE FIXUP -> 000c:827d (seg126:0e7d)")
set_comment(0xBF51E, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xBF529, "NE FIXUP -> 000c:82f9 (seg126:0ef9)")
set_comment(0xBF543, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xBF57A, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xBF5D8, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xBF5E8, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xBF602, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xBF8DE, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBF90C, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xBF924, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xBF938, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xBF9F0, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xBFA00, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xBFA24, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBFB6A, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xBFB7A, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBFB95, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xBFBA5, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBFBDE, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xBFBEE, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xBFC55, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xBFC65, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xBFCC8, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xBFD27, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xBFD98, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xBFDB3, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xBFE25, "NE FIXUP -> 0003:a99d (seg001:339d)")
set_comment(0xBFE5C, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBFE7A, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xBFE8A, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xBFEAB, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xBFEBF, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC0212, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC0249, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC0270, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xC0295, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xC02B5, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC02D9, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC0333, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC0354, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0xC0370, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xC0384, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0xC0590, "NE FIXUP -> 0008:ec62 (seg064:0262)")
set_comment(0xC05A6, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC05B6, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC05C8, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC05D8, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0612, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC061F, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0627, "NE FIXUP -> 0008:ec8e (seg064:028e)")
set_comment(0xC064A, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC066E, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC068E, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xC06A3, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xC06BF, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xC06CF, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC06E3, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC0708, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC0782, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC07A6, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC07D1, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC07F5, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC0820, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC0844, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC0874, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC0898, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC0948, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC0980, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC09B5, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC09EA, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC0A51, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0A63, "NE FIXUP -> 000c:3c0e (seg123:000e)")
set_comment(0xC0A6D, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC0A7F, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0A8E, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0A9E, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0AC9, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC0AD9, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC0AFE, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC0B14, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC0B26, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0B36, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0B55, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0B67, "NE FIXUP -> 000c:3c0e (seg123:000e)")
set_comment(0xC0B71, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC0B83, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0B92, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0BA2, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0BCD, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC0BDD, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC0C02, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC0C18, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC0C2A, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0C3A, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0C4D, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0C67, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC0C81, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC0CA5, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC0CBB, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC0CCD, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0CDD, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0CED, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC0D00, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0D08, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0D0D, "NE FIXUP -> 000c:c9f4 (seg127:03f4)")
set_comment(0xC0D12, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0D25, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC0D35, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0D50, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xC0D68, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC0D87, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0D8F, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0D9C, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0DC7, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC0DD7, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC0E06, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC0E23, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC0E33, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0E49, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC0E59, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC0E64, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC0E71, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC0E81, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC0EAC, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC0EBC, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC0EF7, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC0F3B, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC0F7F, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC0F8F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC0FCC, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xC1013, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC1023, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC105C, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC1081, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC10C4, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC10E0, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC1117, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC113E, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xC118F, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC1197, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC11AE, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC11D2, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC11EC, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0xC18A0, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC18FF, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0xC1915, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC1925, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC1937, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC1947, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC1970, "NE FIXUP -> 0004:16ed (seg004:0ced)")
set_comment(0xC1975, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC1982, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC1996, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xC19A6, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC19BA, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC19D3, "NE FIXUP -> 000a:895c (seg097:0b5c)")
set_comment(0xC1A80, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xC1AA6, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC1ACA, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC1AF5, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC1B19, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC1B44, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC1B68, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC1B98, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC1BBC, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC1BEC, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC1C1C, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC1C57, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xC1C81, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC1C99, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xC1D19, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC1D55, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xC1D7F, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC1D97, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xC1E17, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC1E53, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xC1E71, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xC1EA9, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC1F38, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC1F75, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xC200D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2022, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2352, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC2376, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC238A, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC23B2, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC23D6, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC23E6, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2455, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC248C, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC24FB, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC2532, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC262B, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC263B, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC267B, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC268B, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC26C2, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC26D2, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2712, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC2722, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC273A, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC274A, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2762, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC2772, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC27B2, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC2805, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xC281F, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC282E, "NE FIXUP -> 000b:26bd (seg108:0cbd)")
set_comment(0xC2844, "NE FIXUP -> 000b:29d6 (seg108:0fd6)")
set_comment(0xC2873, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xC2882, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0xC2A57, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC2A7B, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC2A8F, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0xC2AA0, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC2AB0, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC2AC2, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC2AD1, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xC2B03, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC2B0B, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC2B22, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC2B46, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC2B56, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xC2B6A, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC2C0F, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC2C1F, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC2C55, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC2C8D, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC2CEA, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC2CFA, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC2D2E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC2D57, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC2D85, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC2D9F, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC2DC4, "NE FIXUP -> 000a:8fd0 (seg098:01d0)")
set_comment(0xC2E16, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC2E26, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC2E86, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC2EB0, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC2EE8, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2EFF, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2F0F, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2F3F, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC2F59, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC2F7E, "NE FIXUP -> 000a:8fd0 (seg098:01d0)")
set_comment(0xC2FD0, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC2FE0, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC304E, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC3085, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC30BE, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xC30EA, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC3118, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3128, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3147, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC3169, "NE FIXUP -> 000a:912b (seg098:032b)")
set_comment(0xC31AD, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC31BD, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC31FA, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC3216, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3226, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3242, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3252, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3273, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC3287, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC32AD, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC32C1, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC32E7, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC32FB, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC3326, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC333A, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC3C20, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC3C57, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC3C7E, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC3C95, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC3CB9, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC3CD9, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xC3DA6, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xC3DBA, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0xC3DD0, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC3DE0, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC3DF2, "NE FIXUP -> 000b:26bd (seg108:0cbd)")
set_comment(0xC3E02, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC3E14, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC3E4F, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xC3E60, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC3E6D, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC3E88, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC3E9C, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xC3EAC, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC3EC0, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC3EFD, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC3F0D, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC3F6A, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC3F9B, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC3FC3, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC4006, "NE FIXUP -> 0004:5829 (seg009:0429)")
set_comment(0xC4047, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC4051, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC407B, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC408B, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC40C1, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC40D1, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC40DD, "NE FIXUP -> 0004:731f (seg011:051f)")
set_comment(0xC4122, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC4132, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC415E, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC416E, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC422C, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC4250, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC427B, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC429F, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC42CA, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC42EE, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC431E, "NE FIXUP -> 0004:ac6a (seg014:026a)")
set_comment(0xC4342, "NE FIXUP -> 0009:9e61 (seg081:0061)")
set_comment(0xC435F, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC43A3, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC43E3, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xC43F3, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC4409, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xC4430, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC446A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xC4489, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC449D, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC44F0, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xC4500, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC453E, "NE FIXUP -> 0004:7332 (seg011:0532)")
set_comment(0xC4568, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC4578, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC4592, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xC45A2, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC4644, "NE FIXUP -> 0003:b621 (seg001:4021)")
set_comment(0xC467D, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xC469D, "NE FIXUP -> 000a:30aa (seg088:02aa)")
set_comment(0xC46F0, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xC4700, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC4720, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xC473F, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC4761, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC4771, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC47A4, "NE FIXUP -> 0004:731f (seg011:051f)")
set_comment(0xC47F1, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC4801, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC482E, "NE FIXUP -> 0004:731f (seg011:051f)")
set_comment(0xC48A9, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xC48B9, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC48C9, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC4907, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC4943, "NE FIXUP -> 0009:92d9 (seg080:06d9)")
set_comment(0xC495C, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xC4996, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC49BB, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xC49CE, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xC49E2, "NE FIXUP -> 0004:731f (seg011:051f)")
set_comment(0xC49FD, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC4A0C, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xC4A31, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC4A53, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC4A63, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC4E0E, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xC4E30, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xC4E40, "NE FIXUP -> 000b:1a00 (seg108:0000)")
set_comment(0xC4E5F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xC4F50, "NE FIXUP -> 0009:7ec7 (seg078:00c7)")
set_comment(0xC4F70, "NE FIXUP -> 0009:7ec7 (seg078:00c7)")
set_comment(0xC50EC, "NE FIXUP -> 000b:29c9 (seg108:0fc9)")
set_comment(0xC510D, "NE FIXUP -> 000b:29c9 (seg108:0fc9)")
set_comment(0xC5194, "NE FIXUP -> 000b:1d1b (seg108:031b)")
set_comment(0xC51A8, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xC51C6, "NE FIXUP -> 000b:1d7f (seg108:037f)")
set_comment(0xC5418, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC5472, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC54A9, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC54BD, "NE FIXUP -> 0006:1d6c (seg030:3d6c)")
set_comment(0xC55B8, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC55F5, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC5632, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC566F, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC56AC, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC56E9, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC5726, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC5763, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC5796, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC57AC, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xC5810, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC5818, "NE FIXUP -> 000c:827d (seg126:0e7d)")
set_comment(0xC5823, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC584C, "NE FIXUP -> 000c:82f9 (seg126:0ef9)")
set_comment(0xC5867, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xC587B, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xC5898, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC58A8, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC58BC, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC58CC, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC58E0, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC58F0, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5904, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5914, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5928, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5938, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC594C, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC595C, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5970, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5980, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5994, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC59AF, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC59CB, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC59E6, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC59FE, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC5A1A, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5A2A, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5A3E, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5A4E, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC5A62, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5A7D, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5A99, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5AB4, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5AD0, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5AEB, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5B07, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5B22, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5B3E, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5B59, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5B75, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC5B90, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC5BA8, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC5C24, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC5C4F, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC5C7F, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC5CAF, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC5CBE, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xC5CF8, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5D15, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5D32, "NE FIXUP -> 0006:ab6a (seg036:056a)")
set_comment(0xC5D87, "NE FIXUP -> 0006:abdc (seg036:05dc)")
set_comment(0xC5DC4, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xC5DEA, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5E20, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5E56, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5E8C, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5E9D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xC5EC5, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5EE4, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5F01, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xC5F10, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xC5F4D, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xC5F5C, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xC5F75, "NE FIXUP -> 0009:1ecc (seg070:02cc)")
set_comment(0xC5F94, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xC5FBD, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xC5FCA, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xC6064, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xC6085, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC60E3, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC60FC, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xC6111, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xC6176, "NE FIXUP -> 000e:2777 (seg142:3f77)")
set_comment(0xC619C, "NE FIXUP -> 000e:2777 (seg142:3f77)")
set_comment(0xC61B2, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xC61C6, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC621E, "NE FIXUP -> 000a:87fd (seg097:09fd)")
set_comment(0xC6245, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC6280, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xC6290, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xC62DA, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC6346, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC6376, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC6565, "NE FIXUP -> 0006:1d6c (seg030:3d6c)")
set_comment(0xC660E, "NE FIXUP -> 0006:1d6c (seg030:3d6c)")
set_comment(0xC664C, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC666D, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC6691, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC66AC, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC66C8, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC66D8, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC6709, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC672A, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC6745, "NE FIXUP -> 0003:aa5d (seg001:345d)")
set_comment(0xC6761, "NE FIXUP -> 000b:30a5 (seg109:02a5)")
set_comment(0xC6771, "NE FIXUP -> 000b:33a6 (seg109:05a6)")
set_comment(0xC6799, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC6A21, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC6A3B, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC6A5F, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC6AAD, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC6AEE, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC6BA1, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xC6BB4, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xC6BBF, "NE FIXUP -> 000c:74c8 (seg126:00c8)")
set_comment(0xC6C38, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xC6C45, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC6C52, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC6C5F, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC6C6D, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC6CA0, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xC6CC4, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xC6CD1, "NE FIXUP -> 000c:7730 (seg126:0330)")
set_comment(0xC6CEA, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC6D15, "NE FIXUP -> 0005:0eee (seg021:0cee)")
set_comment(0xC6DE6, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0xC7403, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0xC7408, "NE FIXUP -> 0008:ecad (seg064:02ad)")
set_comment(0xC741A, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC7422, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC7427, "NE FIXUP -> 000c:c9f4 (seg127:03f4)")
set_comment(0xC742C, "NE FIXUP -> 0004:1e00 (seg005:0000)")
set_comment(0xC7447, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xC745D, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xC74B3, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xC7500, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7512, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC751F, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC753B, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0xC7549, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0xC7568, "NE FIXUP -> 0006:0b5a (seg030:2b5a)")
set_comment(0xC7588, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7599, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0xC75B9, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC75CB, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC75D8, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC75F4, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC760F, "NE FIXUP -> 0006:0b25 (seg030:2b25)")
set_comment(0xC762F, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7641, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7656, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC768B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7698, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC76B4, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC76E7, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC76FF, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7716, "NE FIXUP -> 0006:0b5a (seg030:2b5a)")
set_comment(0xC776C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7781, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC778E, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC77A1, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0xC77BA, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC77CD, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC77DC, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC77E9, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC77F7, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7806, "NE FIXUP -> 0006:0b5a (seg030:2b5a)")
set_comment(0xC781C, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xC782D, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xC783C, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0xC784A, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0xC7857, "NE FIXUP -> 0006:1671 (seg030:3671)")
set_comment(0xC7861, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7870, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7884, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC78A6, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC78B9, "NE FIXUP -> 0006:0afb (seg030:2afb)")
set_comment(0xC78CF, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC78DB, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0xC78EA, "NE FIXUP -> 0006:a87e (seg036:027e)")
set_comment(0xC78F3, "NE FIXUP -> 0006:a80f (seg036:020f)")
set_comment(0xC790D, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC791E, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC792B, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xC793C, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xC794A, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0xC7956, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0xC7967, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0xC7976, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7980, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC798A, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC799E, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC79B3, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC79C0, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC79DC, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC79F1, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7A00, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC7A0F, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7A1C, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7A2A, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7A37, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7A43, "NE FIXUP -> 0006:0b25 (seg030:2b25)")
set_comment(0xC7A5B, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC7A68, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xC7A79, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xC7A87, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0xC7A96, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7AAA, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7ABC, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7AD1, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7AE6, "NE FIXUP -> 0005:3a89 (seg021:3889)")
set_comment(0xC7AF6, "NE FIXUP -> 0006:1d06 (seg030:3d06)")
set_comment(0xC7B05, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7B12, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7B3D, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7B4A, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7B6B, "NE FIXUP -> 0006:152c (seg030:352c)")
set_comment(0xC7B7D, "NE FIXUP -> 0006:1534 (seg030:3534)")
set_comment(0xC7B90, "NE FIXUP -> 0006:152c (seg030:352c)")
set_comment(0xC7BA3, "NE FIXUP -> 0006:1534 (seg030:3534)")
set_comment(0xC7BB6, "NE FIXUP -> 0006:152c (seg030:352c)")
set_comment(0xC7BC9, "NE FIXUP -> 0006:1534 (seg030:3534)")
set_comment(0xC7BDF, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xC7BEC, "NE FIXUP -> 0006:1792 (seg030:3792)")
set_comment(0xC7BF6, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7C0A, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7C17, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC7C39, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7C5A, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7C74, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7C89, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7C9B, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC7CA8, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7CBC, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7CC9, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7CD7, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7CE7, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7CFC, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC7D0E, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC7D1B, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7D2F, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7D3C, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7D4A, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7D80, "NE FIXUP -> 0006:14eb (seg030:34eb)")
set_comment(0xC7D93, "NE FIXUP -> 0006:1505 (seg030:3505)")
set_comment(0xC7DA0, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7DBA, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7DC9, "NE FIXUP -> 0006:14eb (seg030:34eb)")
set_comment(0xC7DDC, "NE FIXUP -> 0006:1505 (seg030:3505)")
set_comment(0xC7DE9, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7E00, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7E0E, "NE FIXUP -> 0006:14eb (seg030:34eb)")
set_comment(0xC7E21, "NE FIXUP -> 0006:1505 (seg030:3505)")
set_comment(0xC7E2E, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7E45, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7E5A, "NE FIXUP -> 0006:0b5a (seg030:2b5a)")
set_comment(0xC7E70, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xC7E81, "NE FIXUP -> 0005:1542 (seg021:1342)")
set_comment(0xC7E90, "NE FIXUP -> 0005:0a10 (seg021:0810)")
set_comment(0xC7E9E, "NE FIXUP -> 0006:07f3 (seg030:27f3)")
set_comment(0xC7EAD, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC7EBA, "NE FIXUP -> 0006:1671 (seg030:3671)")
set_comment(0xC7EC4, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC7ED1, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC7EE5, "NE FIXUP -> 0007:e29c (seg050:049c)")
set_comment(0xC7F3F, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC7F57, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xC7F6B, "NE FIXUP -> 0006:0973 (seg030:2973)")
set_comment(0xC7F86, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7F93, "NE FIXUP -> 0006:0908 (seg030:2908)")
set_comment(0xC7FA8, "NE FIXUP -> 0006:0973 (seg030:2973)")
set_comment(0xC7FBB, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0xC7FCA, "NE FIXUP -> 0005:0eee (seg021:0cee)")
set_comment(0xC7FD7, "NE FIXUP -> 0005:0eaa (seg021:0caa)")
set_comment(0xC7FE8, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC7FF5, "NE FIXUP -> 0006:0908 (seg030:2908)")
set_comment(0xC800D, "NE FIXUP -> 0006:131f (seg030:331f)")
set_comment(0xC803E, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xC8053, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0xC805D, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC8067, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC8078, "NE FIXUP -> 0006:131f (seg030:331f)")
set_comment(0xC80B6, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xC80CE, "NE FIXUP -> 0006:162d (seg030:362d)")
set_comment(0xC80D8, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC80E2, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC80F1, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0xC8101, "NE FIXUP -> 0006:1b4f (seg030:3b4f)")
set_comment(0xC8117, "NE FIXUP -> 0006:e214 (seg039:0014)")
set_comment(0xC8126, "NE FIXUP -> 0006:1b4f (seg030:3b4f)")
set_comment(0xC8143, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0xC8154, "NE FIXUP -> 0007:14af (seg039:32af)")
set_comment(0xC8165, "NE FIXUP -> 0006:1353 (seg030:3353)")
set_comment(0xC8196, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xC81AB, "NE FIXUP -> 0006:1671 (seg030:3671)")
set_comment(0xC81B5, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC81C6, "NE FIXUP -> 0006:1353 (seg030:3353)")
set_comment(0xC81F7, "NE FIXUP -> 0006:07c0 (seg030:27c0)")
set_comment(0xC820C, "NE FIXUP -> 0006:1671 (seg030:3671)")
set_comment(0xC8216, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC825E, "NE FIXUP -> 000b:f4fe (seg121:00fe)")
set_comment(0xC8268, "NE FIXUP -> 000c:5400 (seg125:0000)")
set_comment(0xC8274, "NE FIXUP -> 000b:8c05 (seg116:0005)")
set_comment(0xC827D, "NE FIXUP -> 000a:534a (seg092:054a)")
set_comment(0xC828A, "NE FIXUP -> 0008:4b1b (seg055:091b)")
set_comment(0xC8292, "NE FIXUP -> 0008:39df (seg053:0ddf)")
set_comment(0xC82A9, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC82BB, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC82F9, "NE FIXUP -> 0008:39e9 (seg053:0de9)")
set_comment(0xC8305, "NE FIXUP -> 0008:4b1b (seg055:091b)")
set_comment(0xC831F, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xC832F, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC8340, "NE FIXUP -> 000a:535b (seg092:055b)")
set_comment(0xC8356, "NE FIXUP -> 0008:3982 (seg053:0d82)")
set_comment(0xC8362, "NE FIXUP -> 000a:612e (seg094:032e)")
set_comment(0xC8367, "NE FIXUP -> 000a:5e95 (seg094:0095)")
set_comment(0xC836C, "NE FIXUP -> 000d:cd22 (seg139:0122)")
set_comment(0xC8371, "NE FIXUP -> 000a:703e (seg095:0a3e)")
set_comment(0xC8387, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xC83BE, "NE FIXUP -> 000b:316a (seg109:036a)")
set_comment(0xC844C, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xC845B, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xC849B, "NE FIXUP -> 000b:29d6 (seg108:0fd6)")
set_comment(0xC84AC, "NE FIXUP -> 0008:7bfe (seg059:11fe)")
set_comment(0xC84B9, "NE FIXUP -> 000a:b38b (seg101:0f8b)")
set_comment(0xC84D3, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC84EE, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC8512, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC8526, "NE FIXUP -> 0008:4b8f (seg055:098f)")
set_comment(0xC8533, "NE FIXUP -> 000c:0200 (seg122:0000)")
set_comment(0xC853D, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC854D, "NE FIXUP -> 0008:4b32 (seg055:0932)")
set_comment(0xC855C, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC856C, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC8586, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC85AA, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC85B9, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xC85CD, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0xC85D2, "NE FIXUP -> 0004:70f1 (seg011:02f1)")
set_comment(0xC85F8, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC860C, "NE FIXUP -> 0004:6f15 (seg011:0115)")
set_comment(0xC8632, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC864C, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0xC8651, "NE FIXUP -> 0008:7bfe (seg059:11fe)")
set_comment(0xC8656, "NE FIXUP -> 0008:87cc (seg059:1dcc)")
set_comment(0xC8660, "NE FIXUP -> 0006:ae00 (seg037:0000)")
set_comment(0xC8665, "NE FIXUP -> 000d:60bf (seg134:00bf)")
set_comment(0xC866A, "NE FIXUP -> 000d:6000 (seg134:0000)")
set_comment(0xC8677, "NE FIXUP -> 0007:1388 (seg039:3188)")
set_comment(0xC8687, "NE FIXUP -> 0004:7683 (seg012:0083)")
set_comment(0xC8698, "NE FIXUP -> 0008:3982 (seg053:0d82)")
set_comment(0xC869D, "NE FIXUP -> 000c:f000 (seg131:0000)")
set_comment(0xC86A8, "NE FIXUP -> 000c:f051 (seg131:0051)")
set_comment(0xC86B0, "NE FIXUP -> 0005:67d5 (seg022:17d5)")
set_comment(0xC86B5, "NE FIXUP -> 0005:663a (seg022:163a)")
set_comment(0xC86BA, "NE FIXUP -> 0005:e0aa (seg030:00aa)")
set_comment(0xC86BF, "NE FIXUP -> 0005:e00c (seg030:000c)")
set_comment(0xC86C8, "NE FIXUP -> 0006:1854 (seg030:3854)")
set_comment(0xC86DF, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xC86EF, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xC86FC, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xC8709, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xC8717, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xC873A, "NE FIXUP -> 0005:13e7 (seg021:11e7)")
set_comment(0xC874F, "NE FIXUP -> 0005:1528 (seg021:1328)")
set_comment(0xC8759, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0xC8769, "NE FIXUP -> 0007:c6ba (seg049:0cba)")
set_comment(0xC8778, "NE FIXUP -> 0007:d4a5 (seg049:1aa5)")
set_comment(0xC8786, "NE FIXUP -> 0004:eece (seg019:04ce)")
set_comment(0xC87A0, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC87C4, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC87CC, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0xC87FD, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC8835, "NE FIXUP -> 0005:3242 (seg021:3042)")
set_comment(0xC8845, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xC88C7, "NE FIXUP -> 0005:ffed (seg030:1fed)")
set_comment(0xC88D5, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC8909, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xC898B, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC89D8, "NE FIXUP -> 000c:d200 (seg128:0000)")
set_comment(0xC89E2, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC89F9, "NE FIXUP -> 000d:8b10 (seg137:0d10)")
set_comment(0xC8A07, "NE FIXUP -> 000a:4a56 (seg091:0656)")
set_comment(0xC8B30, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC8B42, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0xC8B5B, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC8BC8, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC8BD1, "NE FIXUP -> 0006:aa24 (seg036:0424)")
set_comment(0xC8BE2, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC8D59, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC8D72, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xC8D80, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xC8DB0, "NE FIXUP -> 0006:4800 (seg032:0000)")
set_comment(0xC8DDD, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0xC8DEC, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC8DF9, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0xC8EAA, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC8EBE, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC8F0B, "NE FIXUP -> 000c:d200 (seg128:0000)")
set_comment(0xC8F15, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC8F21, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0xC8F2C, "NE FIXUP -> 0004:70f1 (seg011:02f1)")
set_comment(0xC8F66, "NE FIXUP -> 000c:d583 (seg128:0383)")
set_comment(0xC8F70, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC8F9C, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC8FE9, "NE FIXUP -> 000c:d200 (seg128:0000)")
set_comment(0xC8FF3, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9005, "NE FIXUP -> 0004:6f15 (seg011:0115)")
set_comment(0xC903F, "NE FIXUP -> 000c:d583 (seg128:0383)")
set_comment(0xC9049, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9059, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC9074, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC9098, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC90A8, "NE FIXUP -> 000c:10ce (seg122:0ece)")
set_comment(0xC90B2, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC90C4, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC90D4, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC90EE, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC9112, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC912A, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC9160, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC917B, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC919F, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC91B1, "NE FIXUP -> 000c:3c0e (seg123:000e)")
set_comment(0xC91BB, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC91D1, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC91E1, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC91E9, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC9200, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC9224, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC922C, "NE FIXUP -> 0004:70f1 (seg011:02f1)")
set_comment(0xC923D, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC924D, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC9267, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC928B, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC929F, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC92E2, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC92FD, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC9321, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC9333, "NE FIXUP -> 000c:3c0e (seg123:000e)")
set_comment(0xC933D, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9353, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC9363, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC936B, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xC9382, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC93A6, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC93AE, "NE FIXUP -> 0004:6f15 (seg011:0115)")
set_comment(0xC93C7, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xC93EB, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xC93FF, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xC9478, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC9482, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC94BF, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC94C9, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC94E7, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC950F, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC9536, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC9543, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC9552, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC955F, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC9570, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC957F, "NE FIXUP -> 0006:092b (seg030:292b)")
set_comment(0xC958B, "NE FIXUP -> 0006:1418 (seg030:3418)")
set_comment(0xC959E, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC95C6, "NE FIXUP -> 0006:1956 (seg030:3956)")
set_comment(0xC95ED, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC95FA, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC9609, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC9616, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC9627, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC9636, "NE FIXUP -> 0006:092b (seg030:292b)")
set_comment(0xC9642, "NE FIXUP -> 0006:1418 (seg030:3418)")
set_comment(0xC9655, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC96A6, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC96B0, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC96ED, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC96F7, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9752, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC975C, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9799, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC97A3, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC97D1, "NE FIXUP -> 0008:eb43 (seg064:0143)")
set_comment(0xC97DD, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC97FC, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC9828, "NE FIXUP -> 0006:1418 (seg030:3418)")
set_comment(0xC984F, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC9868, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xC98A2, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC98B1, "NE FIXUP -> 0005:0fd1 (seg021:0dd1)")
set_comment(0xC98BE, "NE FIXUP -> 0005:0fbb (seg021:0dbb)")
set_comment(0xC98CF, "NE FIXUP -> 0005:1565 (seg021:1365)")
set_comment(0xC98DE, "NE FIXUP -> 0006:092b (seg030:292b)")
set_comment(0xC98EC, "NE FIXUP -> 0008:4bba (seg055:09ba)")
set_comment(0xC98F8, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC9917, "NE FIXUP -> 0006:e210 (seg039:0010)")
set_comment(0xC993A, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xC9949, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xC9956, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xC9968, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xC99A2, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC99AC, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC99C4, "NE FIXUP -> 0006:1696 (seg030:3696)")
set_comment(0xC99E0, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xC99EB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xC9A05, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xC9A37, "NE FIXUP -> 0009:baa9 (seg082:18a9)")
set_comment(0xC9AAE, "NE FIXUP -> 0009:baa9 (seg082:18a9)")
set_comment(0xC9B2A, "NE FIXUP -> 0006:0b88 (seg030:2b88)")
set_comment(0xC9B41, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xC9B7C, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC9B86, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9B94, "NE FIXUP -> 0009:a24f (seg082:004f)")
set_comment(0xC9C06, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xC9C18, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xC9C51, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC9C5B, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9C98, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xC9CA2, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xC9CB2, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xC9CFC, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0xC9D18, "NE FIXUP -> 0006:13b0 (seg030:33b0)")
set_comment(0xC9D3C, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC9D4E, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC9D6B, "NE FIXUP -> 0005:1552 (seg021:1352)")
set_comment(0xC9D77, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xC9D84, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xC9D91, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xC9D9F, "NE FIXUP -> 0005:1511 (seg021:1311)")
set_comment(0xC9E3E, "NE FIXUP -> 000b:29d6 (seg108:0fd6)")
set_comment(0xC9E81, "NE FIXUP -> 0006:e270 (seg039:0070)")
set_comment(0xC9FAD, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xC9FDC, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xC9FEE, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0xCA007, "NE FIXUP -> 0005:2867 (seg021:2667)")
set_comment(0xCA05F, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xCA06B, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0xCA087, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xCA0A2, "NE FIXUP -> 0005:27a4 (seg021:25a4)")
set_comment(0xCA0FE, "NE FIXUP -> 0007:4fe8 (seg042:05e8)")
set_comment(0xCA13F, "NE FIXUP -> 0005:3242 (seg021:3042)")
set_comment(0xCA17E, "NE FIXUP -> 0005:3242 (seg021:3042)")
set_comment(0xCA1E7, "NE FIXUP -> 000b:2706 (seg108:0d06)")
set_comment(0xCA1F3, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0xCA20C, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xCA22F, "NE FIXUP -> 000b:2e9b (seg109:009b)")
set_comment(0xCA29F, "NE FIXUP -> 000b:2e6f (seg109:006f)")
set_comment(0xCA2C0, "NE FIXUP -> 0006:e270 (seg039:0070)")
set_comment(0xCA2F9, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0xCA312, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0xCA327, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0xCA334, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0xCA344, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0xCA370, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0xCA38C, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0xCA39B, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0xCA3AB, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0xCA3D7, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0xCA3F3, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0xCA403, "NE FIXUP -> 000b:2e85 (seg109:0085)")
set_comment(0xCA414, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0xCA422, "NE FIXUP -> 0006:e270 (seg039:0070)")
set_comment(0xCA430, "NE FIXUP -> 0006:0208 (seg030:2208)")
set_comment(0xCA449, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0xCA45E, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0xCA475, "NE FIXUP -> 0005:e252 (seg030:0252)")
set_comment(0xCA497, "NE FIXUP -> 0005:02c1 (seg021:00c1)")
set_comment(0xCA4E9, "NE FIXUP -> 0005:0522 (seg021:0322)")
set_comment(0xCA4F9, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0xCA507, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0xCA5A9, "NE FIXUP -> 0006:170c (seg030:370c)")
set_comment(0xCA5BA, "NE FIXUP -> 0005:e119 (seg030:0119)")
set_comment(0xCA5D3, "NE FIXUP -> 0007:4a9c (seg042:009c)")
set_comment(0xCA605, "NE FIXUP -> 0006:e270 (seg039:0070)")
set_comment(0xCA649, "NE FIXUP -> 0007:4fe8 (seg042:05e8)")
set_comment(0xCA664, "NE FIXUP -> 0007:f871 (seg051:0e71)")
set_comment(0xCA6AE, "NE FIXUP -> 000b:d924 (seg118:0524)")
set_comment(0xCA70B, "NE FIXUP -> 0005:2b70 (seg021:2970)")
set_comment(0xCA71F, "NE FIXUP -> 000b:4053 (seg109:1253)")
set_comment(0xCA760, "NE FIXUP -> 000b:4082 (seg109:1282)")
set_comment(0xCA77E, "NE FIXUP -> 000b:d987 (seg118:0587)")
set_comment(0xCA797, "NE FIXUP -> 0005:033e (seg021:013e)")
set_comment(0xCA7A6, "NE FIXUP -> 0005:0376 (seg021:0176)")
set_comment(0xCA7B5, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xCA7CF, "NE FIXUP -> 000b:d5ee (seg118:01ee)")
set_comment(0xCA7F5, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xCA81C, "NE FIXUP -> 0005:0466 (seg021:0266)")
set_comment(0xCA830, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xCA845, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xCA857, "NE FIXUP -> 0006:4b36 (seg032:0336)")
set_comment(0xCA864, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xCA873, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xCA8AA, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0xCA8B7, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0xCA8C5, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0xCA8D3, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0xCA8DC, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0xCA927, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xCA936, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCA995, "NE FIXUP -> 000a:28c1 (seg087:00c1)")
set_comment(0xCAA04, "NE FIXUP -> 000a:2a54 (seg087:0254)")
set_comment(0xCAA1F, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xCAA5E, "NE FIXUP -> 0005:0522 (seg021:0322)")
set_comment(0xCAA6E, "NE FIXUP -> 0005:04de (seg021:02de)")
set_comment(0xCAA7C, "NE FIXUP -> 0005:049a (seg021:029a)")
set_comment(0xCAAD6, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCAB05, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCAC48, "NE FIXUP -> 0008:2d15 (seg053:0115)")
set_comment(0xCAC63, "NE FIXUP -> 0008:2dc5 (seg053:01c5)")
set_comment(0xCAC85, "NE FIXUP -> 0008:311b (seg053:051b)")
set_comment(0xCACF6, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xCAD49, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xCAD7A, "NE FIXUP -> 0004:0000 (seg002:0000)")
set_comment(0xCAD82, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xCAD9D, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xCADC1, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCADDE, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xCAE14, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xCAE24, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xCAE3A, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xCAE77, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xCAEC8, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCAECD, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xCAEE4, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xCAF08, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCAF18, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xCAF2C, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xCAF62, "NE FIXUP -> 0004:0069 (seg002:0069)")
set_comment(0xCAF76, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xCAF86, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xCAF9A, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xCAFEC, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xCB010, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCB03D, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCB051, "NE FIXUP -> 0004:0098 (seg002:0098)")
set_comment(0xCB077, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCB08B, "NE FIXUP -> 0004:0098 (seg002:0098)")
set_comment(0xCB0B1, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCB0C5, "NE FIXUP -> 0004:0098 (seg002:0098)")
set_comment(0xCB0DF, "NE FIXUP -> 0004:0167 (seg002:0167)")
set_comment(0xCB0FB, "NE FIXUP -> 0004:01eb (seg002:01eb)")
set_comment(0xCB10F, "NE FIXUP -> 0008:770e (seg059:0d0e)")
set_comment(0xCB125, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xCB137, "NE FIXUP -> 0004:0117 (seg002:0117)")
set_comment(0xCB147, "NE FIXUP -> 000b:358d (seg109:078d)")
set_comment(0xCB206, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCB258, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCB2D8, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xCB2E7, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xCB300, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCB30C, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCB318, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCB324, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCB330, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xCB360, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xCB374, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCB3A5, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xCB3B5, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xCB3C9, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xCB3F3, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xCB407, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xCB41B, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xCC641, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0xCC654, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xCC65F, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xCC674, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xCC693, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xCC6AB, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xCC6BB, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xCC6C3, "NE FIXUP -> 0008:55a8 (seg056:05a8)")
set_comment(0xCC6E7, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCC6F5, "NE FIXUP -> 0009:79a3 (seg077:03a3)")
set_comment(0xCC703, "NE FIXUP -> 0004:0000 (seg002:0000)")
set_comment(0xCC71D, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCC72D, "NE FIXUP -> 0004:0098 (seg002:0098)")
set_comment(0xCC743, "NE FIXUP -> 0004:0167 (seg002:0167)")
set_comment(0xCC751, "NE FIXUP -> 0004:0117 (seg002:0117)")
set_comment(0xCC775, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCC799, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCC7AD, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xCC7CB, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCC7DA, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xCC7E7, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xCC7F0, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCC808, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xCC81F, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xCC82C, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCC836, "NE FIXUP -> 0008:ec62 (seg064:0262)")
set_comment(0xCC876, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCC886, "NE FIXUP -> 0004:0069 (seg002:0069)")
set_comment(0xCC905, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCC919, "NE FIXUP -> 0008:ec23 (seg064:0223)")
set_comment(0xCC91E, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xCC943, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xCC95B, "NE FIXUP -> 000e:2777 (seg142:3f77)")
set_comment(0xCC96C, "NE FIXUP -> 000d:85da (seg137:07da)")
set_comment(0xCC983, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xCC9A7, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCC9AF, "NE FIXUP -> 0008:5546 (seg056:0546)")
set_comment(0xCC9B9, "NE FIXUP -> 0008:55cf (seg056:05cf)")
set_comment(0xCC9C6, "NE FIXUP -> 0008:55df (seg056:05df)")
set_comment(0xCC9D6, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xCC9DE, "NE FIXUP -> 0008:ec8e (seg064:028e)")
set_comment(0xCC9E3, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCCA52, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCCA76, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCCBBF, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xCCBE1, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCCC9F, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xCCCC1, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xCCEED, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xCD210, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xCD266, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xCD298, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xCD2E2, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xCD33F, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xCD34F, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xCD3B7, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xCD3C9, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xCD3D9, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xCD408, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xCD418, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xCD42C, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xCD46D, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCD47D, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xCD4A6, "NE FIXUP -> 0003:b621 (seg001:4021)")
set_comment(0xCD4E1, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCD4F1, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xCD51D, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCD52D, "NE FIXUP -> 000b:4097 (seg109:1297)")
set_comment(0xCD579, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xCD593, "NE FIXUP -> 000b:330c (seg109:050c)")
set_comment(0xCD5E9, "NE FIXUP -> 000a:784b (seg096:024b)")
set_comment(0xCD61B, "NE FIXUP -> 000b:4a00 (seg111:0000)")
set_comment(0xCD678, "NE FIXUP -> 000a:e842 (seg104:0242)")
set_comment(0xCD688, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xCD6DE, "NE FIXUP -> 000b:3d2a (seg109:0f2a)")
set_comment(0xCD6F0, "NE FIXUP -> 000b:26e9 (seg108:0ce9)")
set_comment(0xCD700, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xCD72F, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xCD73F, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xCD753, "NE FIXUP -> 000b:3362 (seg109:0562)")
set_comment(0xCD7BC, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xCDA3E, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xCDA56, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xCDA88, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xCDA96, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xCDB32, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xCDB52, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xCDCED, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0xCDD24, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCDD6C, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCDDAD, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCDDD3, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0xCDE11, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCDE37, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0xCDF3D, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0xCDF86, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCDFCF, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE018, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE061, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE0AA, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE104, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE14D, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE196, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE1DF, "NE FIXUP -> 000b:2e00 (seg109:0000)")
set_comment(0xCE3F5, "NE FIXUP -> 0008:bd20 (seg061:0320)")
set_comment(0xCE4C1, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE4D0, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE4F9, "NE FIXUP -> 000a:44c6 (seg091:00c6)")
set_comment(0xCE52C, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE534, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCE54D, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCE57D, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0xCE5BC, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE5CD, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xCE5FD, "NE FIXUP -> 0003:c2cf (seg001:4ccf)")
set_comment(0xCE614, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE69A, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE6B0, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE6C1, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xCE740, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xCE754, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xCE768, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xCEA0F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCEB11, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0xCEB4E, "NE FIXUP -> 0003:d96e (seg001:636e)")
set_comment(0xCEBE0, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0xCEC0B, "NE FIXUP -> 0003:d96e (seg001:636e)")
set_comment(0xCEC5A, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0xCECCF, "NE FIXUP -> 0003:e628 (seg001:7028)")
set_comment(0xCED5A, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCEDA4, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCEDEB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCEE0F, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCF011, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCF036, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCF06D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCF092, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xCF0C5, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCF0D5, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xCF0F3, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xCF100, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xCF118, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF133, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xCF152, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xCF15F, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCF18D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF1A8, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xCF1E8, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCF20A, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xCF218, "NE FIXUP -> 0009:3dcd (seg072:07cd)")
set_comment(0xCF23F, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCF24E, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xCF25B, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xCF273, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF28D, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCF29D, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xCF2BF, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xCF2CC, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCF2DC, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xCF309, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xCF319, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0xCF326, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xCF33D, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0xCF35C, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xCF369, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xCF632, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCF650, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCF683, "NE FIXUP -> 0003:d86f (seg001:626f)")
set_comment(0xCF690, "NE FIXUP -> 000d:60e5 (seg134:00e5)")
set_comment(0xCF6AE, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0xCF6CB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xCF6FB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF856, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF8BD, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xCF90A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xCF974, "NE FIXUP -> 000d:5572 (seg133:1d72)")
set_comment(0xCF9D5, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xCF9EE, "NE FIXUP -> 000c:ee32 (seg130:0432)")
set_comment(0xCFAB5, "NE FIXUP -> 000c:ea53 (seg130:0053)")
set_comment(0xCFB1D, "NE FIXUP -> 000c:ecf5 (seg130:02f5)")
set_comment(0xD0286, "NE FIXUP -> 000d:613e (seg134:013e)")
set_comment(0xD039F, "NE FIXUP -> 000d:6694 (seg134:0694)")
set_comment(0xD0434, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD050A, "NE FIXUP -> 000d:67f2 (seg134:07f2)")
set_comment(0xD0528, "NE FIXUP -> 000d:60e5 (seg134:00e5)")
set_comment(0xD0585, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD05F6, "NE FIXUP -> 000d:687b (seg134:087b)")
set_comment(0xD066D, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD0710, "NE FIXUP -> 000d:6c31 (seg134:0c31)")
set_comment(0xD0721, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD073A, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD0842, "NE FIXUP -> 000d:6cf6 (seg134:0cf6)")
set_comment(0xD08A2, "NE FIXUP -> 000d:6694 (seg134:0694)")
set_comment(0xD0937, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD0A1D, "NE FIXUP -> 000d:6a9a (seg134:0a9a)")
set_comment(0xD0A31, "NE FIXUP -> 000d:68c3 (seg134:08c3)")
set_comment(0xD0A69, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD0AB8, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD0AE1, "NE FIXUP -> 000d:613e (seg134:013e)")
set_comment(0xD0AF9, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD0C05, "NE FIXUP -> 000d:613e (seg134:013e)")
set_comment(0xD0CB6, "NE FIXUP -> 000d:613e (seg134:013e)")
set_comment(0xD0E05, "NE FIXUP -> 000d:613e (seg134:013e)")
set_comment(0xD0E7F, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD0E8A, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD0EE7, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD0F2A, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD0F5D, "NE FIXUP -> 000d:60e5 (seg134:00e5)")
set_comment(0xD12B1, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xD13F6, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xD153A, "NE FIXUP -> 0003:a99d (seg001:339d)")
set_comment(0xD2049, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD2056, "NE FIXUP -> 000c:edf7 (seg130:03f7)")
set_comment(0xD208B, "NE FIXUP -> 000d:46ec (seg133:0eec)")
set_comment(0xD20B9, "NE FIXUP -> 000c:edb0 (seg130:03b0)")
set_comment(0xD21ED, "NE FIXUP -> 000d:46ec (seg133:0eec)")
set_comment(0xD237B, "NE FIXUP -> 0008:7d27 (seg059:1327)")
set_comment(0xD24CB, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xD24E3, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0xD24FE, "NE FIXUP -> 0008:7377 (seg059:0977)")
set_comment(0xD25FB, "NE FIXUP -> 000d:6d7a (seg134:0d7a)")
set_comment(0xD262D, "NE FIXUP -> 000d:6d7a (seg134:0d7a)")
set_comment(0xD2930, "NE FIXUP -> 000d:558d (seg133:1d8d)")
set_comment(0xD2978, "NE FIXUP -> 000c:edf7 (seg130:03f7)")
set_comment(0xD2AAD, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD2B0E, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0xD2B7E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD2BE5, "NE FIXUP -> 0005:9971 (seg025:0771)")
set_comment(0xD2C2F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD2C6A, "NE FIXUP -> 0005:9fef (seg025:0def)")
set_comment(0xD2CB4, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD2CF5, "NE FIXUP -> 0005:a04c (seg025:0e4c)")
set_comment(0xD2D77, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD2DC0, "NE FIXUP -> 0005:a173 (seg025:0f73)")
set_comment(0xD2DF9, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD2ED9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD3042, "NE FIXUP -> 000d:6602 (seg134:0602)")
set_comment(0xD30B9, "NE FIXUP -> 000d:62ac (seg134:02ac)")
set_comment(0xD30D0, "NE FIXUP -> 000d:60e5 (seg134:00e5)")
set_comment(0xD3348, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xD3378, "NE FIXUP -> 000c:edf7 (seg130:03f7)")
set_comment(0xD34A0, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD3812, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD385B, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD387E, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD38AA, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD38EC, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD38FC, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xD3910, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD392A, "NE FIXUP -> 000a:2866 (seg087:0066)")
set_comment(0xD395E, "NE FIXUP -> 000a:2ab8 (seg087:02b8)")
set_comment(0xD3973, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xD3993, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD39B0, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3A7F, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3A97, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3AAF, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3D42, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3D58, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD3E4E, "NE FIXUP -> 0009:3bc2 (seg072:05c2)")
set_comment(0xD3E6C, "NE FIXUP -> 0009:3bc2 (seg072:05c2)")
set_comment(0xD3E8E, "NE FIXUP -> 0009:3bc2 (seg072:05c2)")
set_comment(0xD3EA0, "NE FIXUP -> 0009:3dcd (seg072:07cd)")
set_comment(0xD3EB5, "NE FIXUP -> 0009:3dcd (seg072:07cd)")
set_comment(0xD3ED0, "NE FIXUP -> 0009:3ff0 (seg072:09f0)")
set_comment(0xD3EE8, "NE FIXUP -> 0009:3ff0 (seg072:09f0)")
set_comment(0xD3F13, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD3F1D, "NE FIXUP -> 0003:d0ca (seg001:5aca)")
set_comment(0xD3F48, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD3F59, "NE FIXUP -> 000a:46eb (seg091:02eb)")
set_comment(0xD3F7D, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD3F8C, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xD3F99, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xD3FB7, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD3FC1, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xD3FE7, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD3FF6, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0xD4003, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xD4017, "NE FIXUP -> 0003:a995 (seg001:3395)")
set_comment(0xD4023, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD403F, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD4062, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD407C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD4099, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD40B0, "NE FIXUP -> 0003:cd8a (seg001:578a)")
set_comment(0xD40C2, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD40DD, "NE FIXUP -> 0003:cd8a (seg001:578a)")
set_comment(0xD415B, "NE FIXUP -> 0003:e7c1 (seg001:71c1)")
set_comment(0xD41FD, "NE FIXUP -> 0003:e7c1 (seg001:71c1)")
set_comment(0xD4213, "NE FIXUP -> 0003:e7c1 (seg001:71c1)")
set_comment(0xD424C, "NE FIXUP -> 0003:e721 (seg001:7121)")
set_comment(0xD4287, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD42A8, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD42BE, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD42CB, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD42D8, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD42E8, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD42F8, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD4308, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD432E, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD433B, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD4348, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD437F, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD438E, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xD439B, "NE FIXUP -> 0009:2156 (seg070:0556)")
set_comment(0xD43BC, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD43D7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD43F3, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD440F, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4430, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD4487, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD4497, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD44A7, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD44D3, "NE FIXUP -> 000d:60bf (seg134:00bf)")
set_comment(0xD44D8, "NE FIXUP -> 000d:6000 (seg134:0000)")
set_comment(0xD44E0, "NE FIXUP -> 000d:6000 (seg134:0000)")
set_comment(0xD4509, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD4513, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xD4533, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD4583, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD45BE, "NE FIXUP -> 000d:60bf (seg134:00bf)")
set_comment(0xD45CE, "NE FIXUP -> 0005:2686 (seg021:2486)")
set_comment(0xD45E0, "NE FIXUP -> 0005:1238 (seg021:1038)")
set_comment(0xD45FF, "NE FIXUP -> 0005:11c4 (seg021:0fc4)")
set_comment(0xD4612, "NE FIXUP -> 0005:0f31 (seg021:0d31)")
set_comment(0xD4628, "NE FIXUP -> 0005:088f (seg021:068f)")
set_comment(0xD4705, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD4720, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xD4788, "NE FIXUP -> 000c:f844 (seg132:0244)")
set_comment(0xD48CE, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD48FA, "NE FIXUP -> 000c:f98b (seg132:038b)")
set_comment(0xD496B, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xD4985, "NE FIXUP -> 000d:6251 (seg134:0251)")
set_comment(0xD49A1, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xD49C1, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD49E1, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD4A07, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD4A27, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD4A49, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD4A6E, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xD4A8C, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xD4AC4, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4AE4, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4B75, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4B80, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD4BD6, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4BF8, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4C1D, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD4CA7, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD4CCE, "NE FIXUP -> 0003:b8e2 (seg001:42e2)")
set_comment(0xD4D19, "NE FIXUP -> 000d:7000 (seg135:0000)")
set_comment(0xD4D9E, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD4DCA, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD4DF5, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xD4E5D, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xD4E71, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD4F15, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD4F95, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD4FCC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD5008, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD503A, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD5098, "NE FIXUP -> 000d:7195 (seg135:0195)")
set_comment(0xD50C0, "NE FIXUP -> 000d:714c (seg135:014c)")
set_comment(0xD50FB, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD5117, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD512F, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD514C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD517A, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD51CB, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xD51F1, "NE FIXUP -> 000d:714c (seg135:014c)")
set_comment(0xD5297, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD532F, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD53B4, "NE FIXUP -> 000d:714c (seg135:014c)")
set_comment(0xD5458, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD5467, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD5478, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD5491, "NE FIXUP -> 0003:a98e (seg001:338e)")
set_comment(0xD54EF, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0xD550A, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD554D, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD5564, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xD560B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD562D, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD56BC, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD5712, "NE FIXUP -> 000a:2b9d (seg087:039d)")
set_comment(0xD576F, "NE FIXUP -> 000a:2c8c (seg087:048c)")
set_comment(0xD57EA, "NE FIXUP -> 000a:2c41 (seg087:0441)")
set_comment(0xD5806, "NE FIXUP -> 0008:7663 (seg059:0c63)")
set_comment(0xD581C, "NE FIXUP -> 0008:7da4 (seg059:13a4)")
set_comment(0xD5836, "NE FIXUP -> 0008:bbb6 (seg061:01b6)")
set_comment(0xD584D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD58BA, "NE FIXUP -> 000a:2bd1 (seg087:03d1)")
set_comment(0xD58CE, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD590B, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD5923, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD5937, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD594B, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xD6011, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD602C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD60D0, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD6243, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD63B1, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD6405, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD6430, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xD6539, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD6550, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD656C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD6753, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD6E10, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD6E67, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD6EC2, "NE FIXUP -> 000a:4742 (seg091:0342)")
set_comment(0xD6EEA, "NE FIXUP -> 0003:c30a (seg001:4d0a)")
set_comment(0xD7010, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD7037, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xD70A6, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD70CA, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD711D, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD712D, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0xD7141, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD718B, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD7220, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD7243, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD725D, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD72A7, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD72BD, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD72F2, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xD7346, "NE FIXUP -> 0006:e4f3 (seg039:02f3)")
set_comment(0xD737E, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD7392, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD73A6, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xD762A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD7643, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD767B, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xD768B, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xD7699, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xD76CF, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xD7704, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xD774A, "NE FIXUP -> 0008:9e12 (seg059:3412)")
set_comment(0xD77B8, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD77D5, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD7805, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD7839, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD785A, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD7874, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD789C, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xD78AF, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xD78C2, "NE FIXUP -> 000a:48ff (seg091:04ff)")
set_comment(0xD78E5, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD7906, "NE FIXUP -> 0003:a897 (seg001:3297)")
set_comment(0xD7A6A, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xD7B72, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD7B86, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD7B9A, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xD7E52, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD7E85, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xD7E94, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xD7EA2, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xD7EF0, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD7F14, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD7F6F, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD7F86, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0xD7F9C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD7FEA, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0xD801E, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD806D, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xD80B9, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD80CC, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD810C, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD811F, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD816D, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD8181, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD8195, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xD82DE, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD8327, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8349, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD835F, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD83AF, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD83FC, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD840D, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0xD841A, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0xD8470, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8486, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD84D6, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD850D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8523, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD8565, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD857B, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xD85AB, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0xD8629, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD863A, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD8649, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD86A2, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD86B3, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD86C2, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD8733, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8744, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD8753, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD878C, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD87E5, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8807, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD881D, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD886D, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD888B, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD88E1, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xD893A, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8950, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8966, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD89B7, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD89E5, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD89FB, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD8A84, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8A9A, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8AB0, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD8B01, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD8B4D, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8B5D, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8B73, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD8BC1, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD8BF1, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD8C13, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD8C29, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD8C78, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD8CE0, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD8CF1, "NE FIXUP -> 0008:75f3 (seg059:0bf3)")
set_comment(0xD8D25, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD8D82, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD8D96, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xD8DAA, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xD9227, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xD924C, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xD9264, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD927A, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD92BC, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xD92D9, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xD9337, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD934D, "NE FIXUP -> 0008:ba00 (seg061:0000)")
set_comment(0xD937A, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xD93EA, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD93F4, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD940A, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD942D, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xD9471, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD94BC, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xD94F1, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD9507, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD952B, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xD957F, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0xD95BD, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD95D6, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD9616, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xD9624, "NE FIXUP -> 0008:cc01 (seg061:1201)")
set_comment(0xD9651, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xD965F, "NE FIXUP -> 0009:3b6a (seg072:056a)")
set_comment(0xD9675, "NE FIXUP -> 0009:392e (seg072:032e)")
set_comment(0xD967D, "NE FIXUP -> 0006:16d3 (seg030:36d3)")
set_comment(0xD96D3, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0xD96E6, "NE FIXUP -> 0003:e5ff (seg001:6fff)")
set_comment(0xD9708, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD9712, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xD972A, "NE FIXUP -> 0003:c368 (seg001:4d68)")
set_comment(0xD974C, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD975A, "NE FIXUP -> 0003:dbcc (seg001:65cc)")
set_comment(0xD9775, "NE FIXUP -> 0003:c8e0 (seg001:52e0)")
set_comment(0xD9783, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD97A8, "NE FIXUP -> 0009:3600 (seg072:0000)")
set_comment(0xD97B8, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xD97CE, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xD9844, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xD9990, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xD99F8, "NE FIXUP -> 0008:ebdd (seg064:01dd)")
set_comment(0xD9A16, "NE FIXUP -> 000a:4a1f (seg091:061f)")
set_comment(0xD9ADE, "NE FIXUP -> 0004:5441 (seg009:0041)")
set_comment(0xD9AEB, "NE FIXUP -> 0009:3ceb (seg072:06eb)")
set_comment(0xD9B2B, "NE FIXUP -> 0004:545a (seg009:005a)")
set_comment(0xD9B6F, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0xD9B9E, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0xD9BBE, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0xD9BFB, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD9C48, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD9CC5, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xD9CDA, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD9CF0, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD9D14, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xD9D7C, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD9D8B, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD9DF1, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xD9E19, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xD9E2D, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xD9E67, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xD9E7D, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xD9E9B, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xD9EA9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD9EC1, "NE FIXUP -> 0003:b64d (seg001:404d)")
set_comment(0xD9EEA, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xD9F0C, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xD9F22, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xD9F47, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xD9FB1, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xD9FC6, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xD9FF9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDA03D, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDA052, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDA0D9, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xDA11D, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDA132, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDA168, "NE FIXUP -> 0008:eb43 (seg064:0143)")
set_comment(0xDA1AE, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0xDA206, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDA21A, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDA22E, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xDA2B5, "NE FIXUP -> 0008:bca8 (seg061:02a8)")
set_comment(0xDA2C7, "NE FIXUP -> 0008:83b5 (seg059:19b5)")
set_comment(0xDA31E, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xDA333, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDA349, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDA36D, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xDA42B, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDA435, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDA45E, "NE FIXUP -> 0009:6e00 (seg076:0000)")
set_comment(0xDA497, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDA4B0, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0xDA4BE, "NE FIXUP -> 0009:4f52 (seg073:0952)")
set_comment(0xDA4F4, "NE FIXUP -> 0003:e5cf (seg001:6fcf)")
set_comment(0xDA516, "NE FIXUP -> 000a:8a55 (seg097:0c55)")
set_comment(0xDA54A, "NE FIXUP -> 0009:718c (seg076:038c)")
set_comment(0xDA584, "NE FIXUP -> 0009:718c (seg076:038c)")
set_comment(0xDA5B1, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0xDA650, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDA69E, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0xDA6D7, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDA6EC, "NE FIXUP -> 0009:7aa1 (seg077:04a1)")
set_comment(0xDA820, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDA836, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDA85B, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xDA883, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0xDA8AC, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDA8C0, "NE FIXUP -> 0009:1c3a (seg070:003a)")
set_comment(0xDA8FA, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xDA910, "NE FIXUP -> 0009:2034 (seg070:0434)")
set_comment(0xDA92E, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xDA93C, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDA952, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDA978, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xDA9AD, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDA9F8, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDAA18, "NE FIXUP -> 0009:7757 (seg077:0157)")
set_comment(0xDAAE4, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDAB28, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDAB74, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDAB91, "NE FIXUP -> 0009:7757 (seg077:0157)")
set_comment(0xDABD9, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xDAC97, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDACDB, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDAD27, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xDAD49, "NE FIXUP -> 0009:7757 (seg077:0157)")
set_comment(0xDAD74, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDAE0D, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDAE1B, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xDAE50, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDAE6F, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDAEAB, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xDB001, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xDB03C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDB15C, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xDB263, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDB2F9, "NE FIXUP -> 0009:4a9e (seg073:049e)")
set_comment(0xDB37E, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xDB483, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xDB4A7, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xDB548, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0xDB583, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0xDB5AD, "NE FIXUP -> 0003:d907 (seg001:6307)")
set_comment(0xDB6E9, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0xDB75C, "NE FIXUP -> 0008:eb43 (seg064:0143)")
set_comment(0xDB777, "NE FIXUP -> 000a:5276 (seg092:0476)")
set_comment(0xDB78F, "NE FIXUP -> 000a:530d (seg092:050d)")
set_comment(0xDB815, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xDB855, "NE FIXUP -> 0008:cfab (seg061:15ab)")
set_comment(0xDB8B8, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xDB8D5, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDB95F, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xDB974, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDB98A, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDB9AE, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xDB9C8, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDB9F3, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDBA09, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDBA2E, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xDBA7D, "NE FIXUP -> 0009:7853 (seg077:0253)")
set_comment(0xDBA92, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDBAA8, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDBACC, "NE FIXUP -> 000d:7e00 (seg137:0000)")
set_comment(0xDBAE6, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDBB61, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDBBD3, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xDBBFE, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDBCBB, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xDBCD0, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDBD03, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDBD43, "NE FIXUP -> 0009:7905 (seg077:0305)")
set_comment(0xDBD7C, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDBEAB, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xDBEC5, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xDBEFB, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDBF26, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xDBF8E, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xDC001, "NE FIXUP -> 000d:e31c (seg140:0b1c)")
set_comment(0xDC175, "NE FIXUP -> 0008:7f1d (seg059:151d)")
set_comment(0xDC1C0, "NE FIXUP -> 0008:ca18 (seg061:1018)")
set_comment(0xDC339, "NE FIXUP -> 000d:e31c (seg140:0b1c)")
set_comment(0xDC367, "NE FIXUP -> 000d:e3c1 (seg140:0bc1)")
set_comment(0xDC43C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDC450, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDC464, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xDC4AB, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDC4BF, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDC4D3, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xDCC21, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0xDCC67, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0xDCCBC, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDCCD8, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDCD07, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDCD3D, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDCDD5, "NE FIXUP -> 000a:6228 (seg094:0428)")
set_comment(0xDCDF6, "NE FIXUP -> 000a:637a (seg094:057a)")
set_comment(0xDCEAB, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xDCED3, "NE FIXUP -> 000a:6b2d (seg095:052d)")
set_comment(0xDCF93, "NE FIXUP -> 000a:5f36 (seg094:0136)")
set_comment(0xDD023, "NE FIXUP -> 000a:606a (seg094:026a)")
set_comment(0xDD0D5, "NE FIXUP -> 000a:60eb (seg094:02eb)")
set_comment(0xDD17E, "NE FIXUP -> 000a:60eb (seg094:02eb)")
set_comment(0xDD1F0, "NE FIXUP -> 000a:60eb (seg094:02eb)")
set_comment(0xDD28D, "NE FIXUP -> 000a:637a (seg094:057a)")
set_comment(0xDD318, "NE FIXUP -> 000a:637a (seg094:057a)")
set_comment(0xDD3A4, "NE FIXUP -> 000a:6343 (seg094:0543)")
set_comment(0xDD47C, "NE FIXUP -> 0005:42c8 (seg021:40c8)")
set_comment(0xDD4D4, "NE FIXUP -> 0005:b498 (seg027:0098)")
set_comment(0xDD56E, "NE FIXUP -> 000a:6343 (seg094:0543)")
set_comment(0xDD808, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDD816, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDD85C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDD882, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xDD8BC, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDD8CE, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDD8E0, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDD911, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xDD935, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDD96A, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDD97C, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDDBF0, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0xDDC0D, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0xDDC2C, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0xDDC49, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDDC69, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDDC8B, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xDDDD7, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0xDDEFB, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDDF15, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xDDF3B, "NE FIXUP -> 0009:8c93 (seg080:0093)")
set_comment(0xDDF6E, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xDDF80, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDDFA5, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xDDFC9, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xDDFFA, "NE FIXUP -> 0003:d94f (seg001:634f)")
set_comment(0xDE01A, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0xDE0D8, "NE FIXUP -> 000a:44fd (seg091:00fd)")
set_comment(0xDE15A, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0xDE178, "NE FIXUP -> 0003:f0c6 (seg001:7ac6)")
set_comment(0xDE195, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xDE1B7, "NE FIXUP -> 0009:8e0a (seg080:020a)")
set_comment(0xDE271, "NE FIXUP -> 0009:8e70 (seg080:0270)")
set_comment(0xDE3B5, "NE FIXUP -> 0009:9e9d (seg081:009d)")
set_comment(0xDE463, "NE FIXUP -> 0009:9ea5 (seg081:00a5)")
set_comment(0xDE810, "NE FIXUP -> 000a:454d (seg091:014d)")
set_comment(0xDE826, "NE FIXUP -> 0003:db7d (seg001:657d)")
set_comment(0xDE83D, "NE FIXUP -> 0003:cb70 (seg001:5570)")
set_comment(0xDE858, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDE871, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDE8A0, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xDE8AF, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xDE8BB, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xDE8DC, "NE FIXUP -> 0008:ccb7 (seg061:12b7)")
set_comment(0xDE8FB, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xDE945, "NE FIXUP -> 0008:bb4f (seg061:014f)")
set_comment(0xDE95E, "NE FIXUP -> 0008:d214 (seg061:1814)")
set_comment(0xDE978, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xDE98D, "NE FIXUP -> 0008:bc27 (seg061:0227)")
set_comment(0xDE999, "NE FIXUP -> 0008:cc01 (seg061:1201)")
set_comment(0xDE9BD, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xDEBD9, "NE FIXUP -> 0003:e4d3 (seg001:6ed3)")
set_comment(0xDEC62, "NE FIXUP -> 000a:5339 (seg092:0539)")
set_comment(0xDEC79, "NE FIXUP -> 0008:ebe7 (seg064:01e7)")
set_comment(0xDECB4, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xDECC8, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDECDC, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xDECEE, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xDED11, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDED40, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xDED5A, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xDED64, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xDEE04, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDEE1A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDEE50, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDEE7A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDEECD, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDEF1F, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDEFB1, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDEFCD, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDEFF2, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDF014, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF049, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDF096, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF0E8, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF157, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDF1AD, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF1DC, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xDF1F6, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xDF200, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xDF2B0, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF2C6, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF2FC, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF32C, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF37F, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF3D1, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF465, "NE FIXUP -> 000a:14b3 (seg086:2eb3)")
set_comment(0xDF482, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF4A8, "NE FIXUP -> 000a:14b3 (seg086:2eb3)")
set_comment(0xDF4CB, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF501, "NE FIXUP -> 000a:14b3 (seg086:2eb3)")
set_comment(0xDF54F, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF5A1, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF612, "NE FIXUP -> 000a:14b3 (seg086:2eb3)")
set_comment(0xDF669, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF698, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xDF6B2, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xDF6BC, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xDF754, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF762, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF79E, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF7C8, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF81B, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF86D, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDF8F4, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xDF90D, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF924, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF953, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xDF972, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDF989, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDF9C6, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xDFA10, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFA62, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFAC3, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xDFB16, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDFB45, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xDFB5F, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xDFB69, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xDFC19, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDFC2F, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDFC65, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDFC95, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xDFCE8, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFD3A, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFDCC, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDFDE8, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDFE0D, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDFE2F, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xDFE64, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xDFEB1, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFF03, "NE FIXUP -> 000d:e600 (seg141:0000)")
set_comment(0xDFF72, "NE FIXUP -> 0009:fb96 (seg086:1596)")
set_comment(0xE0036, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE0068, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE00CD, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE0236, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE02B2, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE02EB, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE0305, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE030F, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE034A, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE0371, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE038B, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE0395, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE058D, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xE05DD, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xE05EE, "NE FIXUP -> 000e:35ef (seg143:01ef)")
set_comment(0xE0679, "NE FIXUP -> 000a:30d7 (seg088:02d7)")
set_comment(0xE06E0, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xE07C7, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE07FC, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE082F, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE0849, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE0853, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE09AC, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xE09CF, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xE0DB0, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE0E15, "NE FIXUP -> 0009:a229 (seg082:0029)")
set_comment(0xE101C, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE1070, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE1080, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE1090, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE13DA, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xE142A, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE146B, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE148E, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE149E, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE14AE, "NE FIXUP -> 0008:a3b9 (seg059:39b9)")
set_comment(0xE14E3, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xE1538, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE1575, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE15A1, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE162B, "NE FIXUP -> 0009:9e99 (seg081:0099)")
set_comment(0xE163C, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE16A0, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE16C2, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE1746, "NE FIXUP -> 0009:c45f (seg083:005f)")
set_comment(0xE1770, "NE FIXUP -> 000a:2800 (seg087:0000)")
set_comment(0xE17D2, "NE FIXUP -> 0003:e8a5 (seg001:72a5)")
set_comment(0xE1A0B, "NE FIXUP -> 000e:345e (seg143:005e)")
set_comment(0xE1A79, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xE1A9F, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0xE1B24, "NE FIXUP -> 000b:1446 (seg107:0046)")
set_comment(0xE1B2E, "NE FIXUP -> 000a:b988 (seg101:1588)")
set_comment(0xE1B44, "NE FIXUP -> 0004:8674 (seg013:0474)")
set_comment(0xE1B63, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xE1B7B, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE1B95, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE1B9F, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE1BC9, "NE FIXUP -> 0009:c800 (seg084:0000)")
set_comment(0xE1C0E, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xE1C1B, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xE1C28, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xE1C40, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE1C5A, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE1C64, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE1C80, "NE FIXUP -> 0009:e15f (seg085:015f)")
set_comment(0xE1C98, "NE FIXUP -> 0009:c4df (seg083:00df)")
set_comment(0xE1CB2, "NE FIXUP -> 0009:c433 (seg083:0033)")
set_comment(0xE1CBC, "NE FIXUP -> 0009:c6ae (seg083:02ae)")
set_comment(0xE1CE8, "NE FIXUP -> 000a:9748 (seg099:0148)")
set_comment(0xE1D09, "NE FIXUP -> 000e:3639 (seg143:0239)")
set_comment(0xE1D30, "NE FIXUP -> 000e:34cc (seg143:00cc)")
set_comment(0xE1D75, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE1D99, "NE FIXUP -> 0009:6e00 (seg076:0000)")
set_comment(0xE1DDB, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0xE1FB8, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xE202A, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xE206E, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xE20BE, "NE FIXUP -> 000a:e709 (seg104:0109)")
set_comment(0xE20FA, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xE2268, "NE FIXUP -> 0008:d27e (seg061:187e)")
set_comment(0xE2274, "NE FIXUP -> 0008:d3e6 (seg061:19e6)")
set_comment(0xE2282, "NE FIXUP -> 0008:d3ba (seg061:19ba)")
set_comment(0xE22EA, "NE FIXUP -> 000b:2446 (seg108:0a46)")
set_comment(0xE230C, "NE FIXUP -> 0006:16d3 (seg030:36d3)")
set_comment(0xE234D, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE2371, "NE FIXUP -> 0009:6e00 (seg076:0000)")
set_comment(0xE23A4, "NE FIXUP -> 000a:45fe (seg091:01fe)")
set_comment(0xE23B8, "NE FIXUP -> 0009:6ec7 (seg076:00c7)")
set_comment(0xE23D5, "NE FIXUP -> 000d:8ca3 (seg137:0ea3)")
set_comment(0xE23FE, "NE FIXUP -> 0009:7757 (seg077:0157)")
set_comment(0xE2419, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xE243E, "NE FIXUP -> 0009:9216 (seg080:0616)")
set_comment(0xE2459, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xE24B0, "NE FIXUP -> 0009:6f5a (seg076:015a)")
set_comment(0xE24CB, "NE FIXUP -> 0009:943a (seg080:083a)")
set_comment(0xE24F7, "NE FIXUP -> 0006:16e1 (seg030:36e1)")
set_comment(0xE252C, "NE FIXUP -> 000b:2492 (seg108:0a92)")
set_comment(0xE2587, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xE25B9, "NE FIXUP -> 0008:ec05 (seg064:0205)")
set_comment(0xE25D2, "NE FIXUP -> 0009:6e7f (seg076:007f)")
set_comment(0xE25F9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xE2620, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xE2651, "NE FIXUP -> 000e:34cc (seg143:00cc)")
set_comment(0xE26CB, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0xE26ED, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0xE270F, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0xE2731, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0xE2753, "NE FIXUP -> 0009:e1f6 (seg085:01f6)")
set_comment(0xE2765, "NE FIXUP -> 0008:9de3 (seg059:33e3)")
set_comment(0xE2A0D, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xE2A1E, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xE2B3C, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xE2B50, "NE FIXUP -> 0008:dbec (seg062:01ec)")
set_comment(0xE2B62, "NE FIXUP -> 0008:bb8c (seg061:018c)")
set_comment(0xE340E, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE346C, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE34F0, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xE3506, "NE FIXUP -> 000a:500a (seg092:020a)")
set_comment(0xE351A, "NE FIXUP -> 0003:ac7e (seg001:367e)")
set_comment(0xE354F, "NE FIXUP -> 0009:1c00 (seg070:0000)")
set_comment(0xE3564, "NE FIXUP -> 0009:1d6a (seg070:016a)")
set_comment(0xE3582, "NE FIXUP -> 0009:1f12 (seg070:0312)")
set_comment(0xE359F, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xE35B9, "NE FIXUP -> 0009:1e61 (seg070:0261)")
set_comment(0xE35D9, "NE FIXUP -> 0003:a751 (seg001:3151)")
set_comment(0xE3A37, "NE FIXUP -> 0003:c994 (seg001:5394)")
set_comment(0xE3AAD, "NE FIXUP -> 0003:a880 (seg001:3280)")
set_comment(0xE40B5, "NE FIXUP -> 0004:2620 (seg005:0820)")
set_comment(0xE40B9, "NE FIXUP -> 0004:267e (seg005:087e)")
set_comment(0xE40BD, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE40C1, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE40C5, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE40C9, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE40CD, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE40D1, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE40D5, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE40D9, "NE FIXUP -> 0005:92b9 (seg025:00b9)")
set_comment(0xE40DD, "NE FIXUP -> 0005:92b9 (seg025:00b9)")
set_comment(0xE40F9, "NE FIXUP -> 0004:32a7 (seg006:06a7)")
set_comment(0xE40FD, "NE FIXUP -> 0004:32bd (seg006:06bd)")
set_comment(0xE4101, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4105, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE4109, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE410D, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4111, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4115, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4119, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE411D, "NE FIXUP -> 0004:330c (seg006:070c)")
set_comment(0xE4121, "NE FIXUP -> 000d:8078 (seg137:0278)")
set_comment(0xE4125, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4129, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE412D, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4131, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4135, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4139, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE413D, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4141, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4145, "NE FIXUP -> 000d:81a0 (seg137:03a0)")
set_comment(0xE4149, "NE FIXUP -> 0009:4742 (seg073:0142)")
set_comment(0xE414D, "NE FIXUP -> 0009:47c8 (seg073:01c8)")
set_comment(0xE4151, "NE FIXUP -> 0009:4827 (seg073:0227)")
set_comment(0xE4155, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4159, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE415D, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4161, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4165, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4169, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE416D, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4171, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4175, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4179, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE417D, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4181, "NE FIXUP -> 0004:332b (seg006:072b)")
set_comment(0xE41A1, "NE FIXUP -> 0004:39c7 (seg007:03c7)")
set_comment(0xE41A5, "NE FIXUP -> 0004:39cc (seg007:03cc)")
set_comment(0xE41A9, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE41AD, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE41B1, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE41B5, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE41B9, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE41BD, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE41C1, "NE FIXUP -> 0004:3a1b (seg007:041b)")
set_comment(0xE41C5, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE41C9, "NE FIXUP -> 0004:3783 (seg007:0183)")
set_comment(0xE41CD, "NE FIXUP -> 0004:3688 (seg007:0088)")
set_comment(0xE41D1, "NE FIXUP -> 0004:3a28 (seg007:0428)")
set_comment(0xE41D5, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE41D9, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE41DD, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE41E1, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE41E5, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE41E9, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE41ED, "NE FIXUP -> 0004:3a77 (seg007:0477)")
set_comment(0xE41FB, "NE FIXUP -> 0005:92b9 (seg025:00b9)")
set_comment(0xE41FF, "NE FIXUP -> 0005:9c8e (seg025:0a8e)")
set_comment(0xE4203, "NE FIXUP -> 0005:9c46 (seg025:0a46)")
set_comment(0xE4207, "NE FIXUP -> 0005:a837 (seg025:1637)")
set_comment(0xE420B, "NE FIXUP -> 0005:a538 (seg025:1338)")
set_comment(0xE420F, "NE FIXUP -> 0004:42d2 (seg008:06d2)")
set_comment(0xE4213, "NE FIXUP -> 0004:40bc (seg008:04bc)")
set_comment(0xE4217, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE421B, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE421F, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4223, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4227, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE422B, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE422F, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE42A9, "NE FIXUP -> 000e:433a (seg144:073a)")
set_comment(0xE42B1, "NE FIXUP -> 000e:433d (seg144:073d)")
set_comment(0xE42B5, "NE FIXUP -> 000e:4348 (seg144:0748)")
set_comment(0xE42B9, "NE FIXUP -> 000e:4355 (seg144:0755)")
set_comment(0xE42BD, "NE FIXUP -> 000e:435f (seg144:075f)")
set_comment(0xE42C1, "NE FIXUP -> 000e:436c (seg144:076c)")
set_comment(0xE42C5, "NE FIXUP -> 000e:4375 (seg144:0775)")
set_comment(0xE42C9, "NE FIXUP -> 000e:4382 (seg144:0782)")
set_comment(0xE42CD, "NE FIXUP -> 000e:438c (seg144:078c)")
set_comment(0xE42D1, "NE FIXUP -> 000e:4396 (seg144:0796)")
set_comment(0xE42D5, "NE FIXUP -> 000e:43a0 (seg144:07a0)")
set_comment(0xE42D9, "NE FIXUP -> 000e:43ad (seg144:07ad)")
set_comment(0xE42DD, "NE FIXUP -> 000e:43b6 (seg144:07b6)")
set_comment(0xE42E1, "NE FIXUP -> 000e:43c3 (seg144:07c3)")
set_comment(0xE42E5, "NE FIXUP -> 000e:43cf (seg144:07cf)")
set_comment(0xE42E9, "NE FIXUP -> 000e:43db (seg144:07db)")
set_comment(0xE42ED, "NE FIXUP -> 000e:43e8 (seg144:07e8)")
set_comment(0xE42F1, "NE FIXUP -> 000e:43f2 (seg144:07f2)")
set_comment(0xE42F5, "NE FIXUP -> 000e:43fb (seg144:07fb)")
set_comment(0xE42F9, "NE FIXUP -> 000e:441e (seg144:081e)")
set_comment(0xE42FD, "NE FIXUP -> 000e:4433 (seg144:0833)")
set_comment(0xE445F, "NE FIXUP -> 000e:449c (seg144:089c)")
set_comment(0xE4463, "NE FIXUP -> 000e:44ab (seg144:08ab)")
set_comment(0xE4467, "NE FIXUP -> 000e:44b6 (seg144:08b6)")
set_comment(0xE446B, "NE FIXUP -> 000e:44bc (seg144:08bc)")
set_comment(0xE446F, "NE FIXUP -> 000e:44bf (seg144:08bf)")
set_comment(0xE4473, "NE FIXUP -> 000e:44c2 (seg144:08c2)")
set_comment(0xE4477, "NE FIXUP -> 000e:44c9 (seg144:08c9)")
set_comment(0xE447B, "NE FIXUP -> 000e:44d1 (seg144:08d1)")
set_comment(0xE447F, "NE FIXUP -> 000e:44db (seg144:08db)")
set_comment(0xE4483, "NE FIXUP -> 000e:44e3 (seg144:08e3)")
set_comment(0xE4487, "NE FIXUP -> 000e:44e9 (seg144:08e9)")
set_comment(0xE448B, "NE FIXUP -> 000e:44f0 (seg144:08f0)")
set_comment(0xE448F, "NE FIXUP -> 000e:44f8 (seg144:08f8)")
set_comment(0xE4493, "NE FIXUP -> 000e:44fd (seg144:08fd)")
set_comment(0xE4497, "NE FIXUP -> 000e:4503 (seg144:0903)")
set_comment(0xE47A3, "NE FIXUP -> 0004:5d9b (seg010:039b)")
set_comment(0xE47A7, "NE FIXUP -> 0004:621b (seg010:081b)")
set_comment(0xE47AB, "NE FIXUP -> 0004:6739 (seg010:0d39)")
set_comment(0xE47AF, "NE FIXUP -> 000a:4972 (seg091:0572)")
set_comment(0xE47B3, "NE FIXUP -> 000a:4913 (seg091:0513)")
set_comment(0xE47B7, "NE FIXUP -> 000a:4a51 (seg091:0651)")
set_comment(0xE47BB, "NE FIXUP -> 0004:6739 (seg010:0d39)")
set_comment(0xE47BF, "NE FIXUP -> 000a:4972 (seg091:0572)")
set_comment(0xE47C3, "NE FIXUP -> 0004:673e (seg010:0d3e)")
set_comment(0xE47C7, "NE FIXUP -> 0004:6743 (seg010:0d43)")
set_comment(0xE47CB, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE47CF, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE47D3, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE47D7, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE47DB, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE47DF, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE47E3, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE47E7, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE47EB, "NE FIXUP -> 0004:5a65 (seg010:0065)")
set_comment(0xE47FD, "NE FIXUP -> 0009:4742 (seg073:0142)")
set_comment(0xE4801, "NE FIXUP -> 0009:47c8 (seg073:01c8)")
set_comment(0xE4805, "NE FIXUP -> 0009:4827 (seg073:0227)")
set_comment(0xE4809, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE480D, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE4811, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4815, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4819, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE481D, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE4821, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4825, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4829, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE482D, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE4831, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4835, "NE FIXUP -> 0004:737e (seg011:057e)")
set_comment(0xE4839, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xE483D, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xE4841, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xE4845, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4849, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE484D, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4851, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4855, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4859, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE485D, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4861, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4865, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4869, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE486D, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4871, "NE FIXUP -> 0009:1800 (seg069:0000)")
set_comment(0xE4899, "NE FIXUP -> 0004:76d3 (seg012:00d3)")
set_comment(0xE489D, "NE FIXUP -> 0004:7efc (seg012:08fc)")
set_comment(0xE48A1, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE48A5, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE48A9, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE48AD, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE48B1, "NE FIXUP -> 0004:7df7 (seg012:07f7)")
set_comment(0xE48B5, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE48B9, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4923, "NE FIXUP -> 0004:acd1 (seg014:02d1)")
set_comment(0xE4927, "NE FIXUP -> 0004:acd6 (seg014:02d6)")
set_comment(0xE492B, "NE FIXUP -> 0004:acdb (seg014:02db)")
set_comment(0xE492F, "NE FIXUP -> 0004:acd1 (seg014:02d1)")
set_comment(0xE4933, "NE FIXUP -> 0004:acd6 (seg014:02d6)")
set_comment(0xE4937, "NE FIXUP -> 0004:acdb (seg014:02db)")
set_comment(0xE4958, "NE FIXUP -> 0004:aed9 (seg014:04d9)")
set_comment(0xE495C, "NE FIXUP -> 0004:aeec (seg014:04ec)")
set_comment(0xE4960, "NE FIXUP -> 0004:acdb (seg014:02db)")
set_comment(0xE4964, "NE FIXUP -> 0004:aef1 (seg014:04f1)")
set_comment(0xE4A2E, "NE FIXUP -> 0004:c61c (seg015:141c)")
set_comment(0xE4A32, "NE FIXUP -> 0004:c6c0 (seg015:14c0)")
set_comment(0xE4A36, "NE FIXUP -> 0004:acdb (seg014:02db)")
set_comment(0xE4A3A, "NE FIXUP -> 0004:cdc9 (seg015:1bc9)")
set_comment(0xE4A3E, "NE FIXUP -> 0004:acd1 (seg014:02d1)")
set_comment(0xE4A42, "NE FIXUP -> 0004:acd6 (seg014:02d6)")
set_comment(0xE4A46, "NE FIXUP -> 0004:b987 (seg015:0787)")
set_comment(0xE4A4A, "NE FIXUP -> 0004:acd1 (seg014:02d1)")
set_comment(0xE4A4E, "NE FIXUP -> 0004:acd6 (seg014:02d6)")
set_comment(0xE4A52, "NE FIXUP -> 0004:b987 (seg015:0787)")
set_comment(0xE4A56, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xE4A5A, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xE4A5E, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xE4A62, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4A66, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE4A6A, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4A6E, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4A72, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4A76, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE4A7A, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4A7E, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4A82, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4A86, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE4A8A, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4A8E, "NE FIXUP -> 0004:cdfe (seg015:1bfe)")
set_comment(0xE4A92, "NE FIXUP -> 0009:5418 (seg074:0218)")
set_comment(0xE4A96, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xE4A9A, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xE4A9E, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xE4AA2, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4AA6, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE4AAA, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4AAE, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4AB2, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4AB6, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE4ABA, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4ABE, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4AC2, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4AC6, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE4ACA, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4ACE, "NE FIXUP -> 0004:ce33 (seg015:1c33)")
set_comment(0xE4AD2, "NE FIXUP -> 0009:5418 (seg074:0218)")
set_comment(0xE4AD9, "NE FIXUP -> 0005:a0b3 (seg025:0eb3)")
set_comment(0xE4B15, "NE FIXUP -> 0004:f118 (seg019:0718)")
set_comment(0xE4B19, "NE FIXUP -> 0004:f460 (seg019:0a60)")
set_comment(0xE4B1D, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4B21, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE4B25, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4B29, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4B2D, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4B31, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4B35, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4B39, "NE FIXUP -> 0004:ec2d (seg019:022d)")
set_comment(0xE4B3D, "NE FIXUP -> 0004:f4af (seg019:0aaf)")
set_comment(0xE4B41, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4B45, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE4B49, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4B4D, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4B51, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4B55, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4B59, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4B5D, "NE FIXUP -> 0004:ea47 (seg019:0047)")
set_comment(0xE4B61, "NE FIXUP -> 0004:f4fe (seg019:0afe)")
set_comment(0xE4B65, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4B69, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE4B6D, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4B71, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4B75, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4B79, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4B7D, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4BB4, "NE FIXUP -> 0004:acd1 (seg014:02d1)")
set_comment(0xE4BB8, "NE FIXUP -> 0004:fb25 (seg020:0325)")
set_comment(0xE4BBC, "NE FIXUP -> 0004:acdb (seg014:02db)")
set_comment(0xE4BC0, "NE FIXUP -> 0009:4742 (seg073:0142)")
set_comment(0xE4BC4, "NE FIXUP -> 0009:47c8 (seg073:01c8)")
set_comment(0xE4BC8, "NE FIXUP -> 0009:4827 (seg073:0227)")
set_comment(0xE4BCC, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4BD0, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE4BD4, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4BD8, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4BDC, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4BE0, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE4BE4, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4BE8, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4BEC, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4BF0, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE4BF4, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4BF8, "NE FIXUP -> 0005:0045 (seg020:0845)")
set_comment(0xE4C2E, "NE FIXUP -> 0005:0278 (seg021:0078)")
set_comment(0xE4C32, "NE FIXUP -> 0005:4637 (seg021:4437)")
set_comment(0xE4C36, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE4C3A, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE4C3E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4C42, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4C46, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4C4A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4C4E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4E1F, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xE4E23, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xE4E27, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xE4E2B, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE4E2F, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE4E33, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE4E37, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE4E3B, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE4E3F, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE4E43, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE4E47, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE4E4B, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE4E4F, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE4E53, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE4E57, "NE FIXUP -> 0005:90a2 (seg024:06a2)")
set_comment(0xE4EEE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4EF2, "NE FIXUP -> 0006:1e68 (seg030:3e68)")
set_comment(0xE4EF6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4EFA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4EFE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4F02, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4F06, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4F0A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4F0E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4F12, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4F16, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE4F1A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE4F1E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4F22, "NE FIXUP -> 0006:1eb9 (seg030:3eb9)")
set_comment(0xE4F26, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4F2A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4F2E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4F32, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4F36, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4F3A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4F3E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4F42, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4F46, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE4F4A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE4F4E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4F52, "NE FIXUP -> 0006:1f0a (seg030:3f0a)")
set_comment(0xE4F56, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4F5A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4F5E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4F62, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4F66, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4F6A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4F6E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4F72, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4F76, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE4F7A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE4F7E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4F82, "NE FIXUP -> 0006:1f5b (seg030:3f5b)")
set_comment(0xE4F86, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4F8A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4F8E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4F92, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4F96, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4F9A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4F9E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4FA2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4FA6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE4FAA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE4FAE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4FB2, "NE FIXUP -> 0006:1fac (seg030:3fac)")
set_comment(0xE4FB6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4FBA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4FBE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4FC2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4FC6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4FCA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4FCE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE4FD2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE4FD6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE4FDA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE4FDE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE4FE2, "NE FIXUP -> 0006:1ffd (seg030:3ffd)")
set_comment(0xE4FE6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE4FEA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE4FEE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE4FF2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE4FF6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE4FFA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE4FFE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5002, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5006, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE500A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE500E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5012, "NE FIXUP -> 0006:204e (seg030:404e)")
set_comment(0xE5016, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE501A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE501E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5022, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5026, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE502A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE502E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5032, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5036, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE503A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE503E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5042, "NE FIXUP -> 0006:209f (seg030:409f)")
set_comment(0xE5046, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE504A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE504E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5052, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5056, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE505A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE505E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5062, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5066, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE506A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE506E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5072, "NE FIXUP -> 0006:20f0 (seg030:40f0)")
set_comment(0xE5076, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE507A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE507E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5082, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5086, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE508A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE508E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5092, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5096, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE509A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE509E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE50A2, "NE FIXUP -> 0006:2141 (seg030:4141)")
set_comment(0xE50A6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE50AA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE50AE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE50B2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE50B6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE50BA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE50BE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE50C2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE50C6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE50CA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE50CE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE50D2, "NE FIXUP -> 0006:2192 (seg030:4192)")
set_comment(0xE50D6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE50DA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE50DE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE50E2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE50E6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE50EA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE50EE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE50F2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE50F6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE50FA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE50FE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5102, "NE FIXUP -> 0006:21e3 (seg030:41e3)")
set_comment(0xE5106, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE510A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE510E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5112, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5116, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE511A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE511E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5122, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5126, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE512A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE512E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5132, "NE FIXUP -> 0006:2234 (seg030:4234)")
set_comment(0xE5136, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE513A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE513E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5142, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5146, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE514A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE514E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5152, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5156, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE515A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE515E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5162, "NE FIXUP -> 0006:2285 (seg030:4285)")
set_comment(0xE5166, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE516A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE516E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5172, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5176, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE517A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE517E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5182, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5186, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE518A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE518E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5192, "NE FIXUP -> 0006:22d6 (seg030:42d6)")
set_comment(0xE5196, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE519A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE519E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE51A2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE51A6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE51AA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE51AE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE51B2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE51B6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE51BA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE51BE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE51C2, "NE FIXUP -> 0006:2327 (seg030:4327)")
set_comment(0xE51C6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE51CA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE51CE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE51D2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE51D6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE51DA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE51DE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE51E2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE51E6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE51EA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE51EE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE51F2, "NE FIXUP -> 0006:2378 (seg030:4378)")
set_comment(0xE51F6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE51FA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE51FE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5202, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5206, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE520A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE520E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5212, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5216, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE521A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE521E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5222, "NE FIXUP -> 0006:23c9 (seg030:43c9)")
set_comment(0xE5226, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE522A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE522E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5232, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5236, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE523A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE523E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5242, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5246, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE524A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE524E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5252, "NE FIXUP -> 0006:241a (seg030:441a)")
set_comment(0xE5256, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE525A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE525E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5262, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5266, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE526A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE526E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5272, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5276, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE527A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE527E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5282, "NE FIXUP -> 0006:246b (seg030:446b)")
set_comment(0xE5286, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE528A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE528E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5292, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5296, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE529A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE529E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE52A2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE52A6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE52AA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE52AE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE52B2, "NE FIXUP -> 0006:24bc (seg030:44bc)")
set_comment(0xE52B6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE52BA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE52BE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE52C2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE52C6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE52CA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE52CE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE52D2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE52D6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE52DA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE52DE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE52E2, "NE FIXUP -> 0006:250d (seg030:450d)")
set_comment(0xE52E6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE52EA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE52EE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE52F2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE52F6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE52FA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE52FE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5302, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5306, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE530A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE530E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5312, "NE FIXUP -> 0006:255e (seg030:455e)")
set_comment(0xE5316, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE531A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE531E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5322, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5326, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE532A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE532E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5332, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5336, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE533A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE533E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5342, "NE FIXUP -> 0006:25af (seg030:45af)")
set_comment(0xE5346, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE534A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE534E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5352, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5356, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE535A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE535E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5362, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5366, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE536A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE536E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5372, "NE FIXUP -> 0006:2600 (seg030:4600)")
set_comment(0xE5376, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE537A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE537E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5382, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5386, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE538A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE538E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5392, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5396, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE539A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE539E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE53A2, "NE FIXUP -> 0006:2651 (seg030:4651)")
set_comment(0xE53A6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE53AA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE53AE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE53B2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE53B6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE53BA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE53BE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE53C2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE53C6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE53CA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE53CE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE53D2, "NE FIXUP -> 0006:26a2 (seg030:46a2)")
set_comment(0xE53D6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE53DA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE53DE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE53E2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE53E6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE53EA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE53EE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE53F2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE53F6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE53FA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE53FE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5402, "NE FIXUP -> 0006:26f3 (seg030:46f3)")
set_comment(0xE5406, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE540A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE540E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5412, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5416, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE541A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE541E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5422, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5426, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE542A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE542E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5432, "NE FIXUP -> 0006:2744 (seg030:4744)")
set_comment(0xE5436, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE543A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE543E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5442, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5446, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE544A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE544E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5452, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5456, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE545A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE545E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5462, "NE FIXUP -> 0006:2795 (seg030:4795)")
set_comment(0xE5466, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE546A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE546E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5472, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5476, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE547A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE547E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5482, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5486, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE548A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE548E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5492, "NE FIXUP -> 0006:27e6 (seg030:47e6)")
set_comment(0xE5496, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE549A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE549E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE54A2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE54A6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE54AA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE54AE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE54B2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE54B6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE54BA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE54BE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE54C2, "NE FIXUP -> 0006:2837 (seg030:4837)")
set_comment(0xE54C6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE54CA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE54CE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE54D2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE54D6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE54DA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE54DE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE54E2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE54E6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE54EA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE54EE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE54F2, "NE FIXUP -> 0006:2888 (seg030:4888)")
set_comment(0xE54F6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE54FA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE54FE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5502, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5506, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE550A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE550E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5512, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5516, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE551A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE551E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5522, "NE FIXUP -> 0006:28d9 (seg030:48d9)")
set_comment(0xE5526, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE552A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE552E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5532, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5536, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE553A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE553E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5542, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5546, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE554A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE554E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5552, "NE FIXUP -> 0006:292a (seg030:492a)")
set_comment(0xE5556, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE555A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE555E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5562, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5566, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE556A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE556E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5572, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5576, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE557A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE557E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5582, "NE FIXUP -> 0006:297b (seg030:497b)")
set_comment(0xE5586, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE558A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE558E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5592, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5596, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE559A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE559E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE55A2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE55A6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE55AA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE55AE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE55B2, "NE FIXUP -> 0006:29cc (seg030:49cc)")
set_comment(0xE55B6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE55BA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE55BE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE55C2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE55C6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE55CA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE55CE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE55D2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE55D6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE55DA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE55DE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE55E2, "NE FIXUP -> 0006:2a1d (seg030:4a1d)")
set_comment(0xE55E6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE55EA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE55EE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE55F2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE55F6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE55FA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE55FE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5602, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5606, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE560A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE560E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5612, "NE FIXUP -> 0006:2a6e (seg030:4a6e)")
set_comment(0xE5616, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE561A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE561E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5622, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5626, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE562A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE562E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5632, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5636, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE563A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE563E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5642, "NE FIXUP -> 0006:2abf (seg030:4abf)")
set_comment(0xE5646, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE564A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE564E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5652, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5656, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE565A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE565E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5662, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5666, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE566A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE566E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5672, "NE FIXUP -> 0006:2b10 (seg030:4b10)")
set_comment(0xE5676, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE567A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE567E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5682, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5686, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE568A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE568E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5692, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5696, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE569A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE569E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE56A2, "NE FIXUP -> 0006:2b61 (seg030:4b61)")
set_comment(0xE56A6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE56AA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE56AE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE56B2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE56B6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE56BA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE56BE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE56C2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE56C6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE56CA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE56CE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE56D2, "NE FIXUP -> 0006:2bb2 (seg030:4bb2)")
set_comment(0xE56D6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE56DA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE56DE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE56E2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE56E6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE56EA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE56EE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE56F2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE56F6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE56FA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE56FE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5702, "NE FIXUP -> 0006:2c03 (seg030:4c03)")
set_comment(0xE5706, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE570A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE570E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5712, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5716, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE571A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE571E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5722, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5726, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE572A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE572E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5732, "NE FIXUP -> 0006:2c54 (seg030:4c54)")
set_comment(0xE5736, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE573A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE573E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5742, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5746, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE574A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE574E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5752, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5756, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE575A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE575E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5762, "NE FIXUP -> 0006:2ca5 (seg030:4ca5)")
set_comment(0xE5766, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE576A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE576E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5772, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5776, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE577A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE577E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5782, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5786, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE578A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE578E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5792, "NE FIXUP -> 0006:2cf6 (seg030:4cf6)")
set_comment(0xE5796, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE579A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE579E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE57A2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE57A6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE57AA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE57AE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE57B2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE57B6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE57BA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE57BE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE57C2, "NE FIXUP -> 0006:2d47 (seg030:4d47)")
set_comment(0xE57C6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE57CA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE57CE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE57D2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE57D6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE57DA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE57DE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE57E2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE57E6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE57EA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE57EE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE57F2, "NE FIXUP -> 0006:2d98 (seg030:4d98)")
set_comment(0xE57F6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE57FA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE57FE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5802, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5806, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE580A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE580E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5812, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5816, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE581A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE581E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5822, "NE FIXUP -> 0006:2de9 (seg030:4de9)")
set_comment(0xE5826, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE582A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE582E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5832, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5836, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE583A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE583E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5842, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5846, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE584A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE584E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5852, "NE FIXUP -> 0006:2e3a (seg030:4e3a)")
set_comment(0xE5856, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE585A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE585E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5862, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5866, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE586A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE586E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5872, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5876, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE587A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE587E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5882, "NE FIXUP -> 0006:2e8b (seg030:4e8b)")
set_comment(0xE5886, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE588A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE588E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5892, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5896, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE589A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE589E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE58A2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE58A6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE58AA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE58AE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE58B2, "NE FIXUP -> 0006:2edc (seg030:4edc)")
set_comment(0xE58B6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE58BA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE58BE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE58C2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE58C6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE58CA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE58CE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE58D2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE58D6, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE58DA, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE58DE, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE58E2, "NE FIXUP -> 0006:2f2d (seg030:4f2d)")
set_comment(0xE58E6, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE58EA, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE58EE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE58F2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE58F6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE58FA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE58FE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5902, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5906, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE590A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE590E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5912, "NE FIXUP -> 0006:2f7e (seg030:4f7e)")
set_comment(0xE5916, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE591A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE591E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5922, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5926, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE592A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE592E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5932, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5936, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE593A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE593E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5942, "NE FIXUP -> 0006:2fcf (seg030:4fcf)")
set_comment(0xE5946, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE594A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE594E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5952, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5956, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE595A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE595E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5962, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5966, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE596A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE596E, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE5972, "NE FIXUP -> 0006:3020 (seg030:5020)")
set_comment(0xE5976, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE597A, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE597E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5982, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5986, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE598A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE598E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5992, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5996, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE599A, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE59BE, "NE FIXUP -> 0006:4379 (seg031:0379)")
set_comment(0xE59C2, "NE FIXUP -> 0006:43ff (seg031:03ff)")
set_comment(0xE59C6, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE59CA, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE59CE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE59D2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE59D6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE59DA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE59DE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5A5E, "NE FIXUP -> 0006:5bfa (seg033:0bfa)")
set_comment(0xE5A62, "NE FIXUP -> 0006:5f47 (seg033:0f47)")
set_comment(0xE5A66, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5A6A, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5A6E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5A72, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5A76, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5A7A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5A7E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5A82, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5A86, "NE FIXUP -> 0006:5d3e (seg033:0d3e)")
set_comment(0xE5A8A, "NE FIXUP -> 0006:5a0e (seg033:0a0e)")
set_comment(0xE5A8E, "NE FIXUP -> 0006:5f95 (seg033:0f95)")
set_comment(0xE5A92, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5A96, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5A9A, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5A9E, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5AA2, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5AA6, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5AAA, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5AAE, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5AB2, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5AB6, "NE FIXUP -> 0006:5708 (seg033:0708)")
set_comment(0xE5ABA, "NE FIXUP -> 0006:5fe8 (seg033:0fe8)")
set_comment(0xE5ABE, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5AC2, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5AC6, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5ACA, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5ACE, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5AD2, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5AD6, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5ADA, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5ADE, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5AE2, "NE FIXUP -> 0006:54ab (seg033:04ab)")
set_comment(0xE5AE6, "NE FIXUP -> 0006:5437 (seg033:0437)")
set_comment(0xE5AEA, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5AEE, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5AF2, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5AF6, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5AFA, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5AFE, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5B02, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5B06, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5B0A, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5B0E, "NE FIXUP -> 0006:5359 (seg033:0359)")
set_comment(0xE5B12, "NE FIXUP -> 0006:6036 (seg033:1036)")
set_comment(0xE5B16, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5B1A, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5B1E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5B22, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5B26, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5B2A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5B2E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5B32, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5B36, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5B3A, "NE FIXUP -> 0006:6084 (seg033:1084)")
set_comment(0xE5B3E, "NE FIXUP -> 0006:6089 (seg033:1089)")
set_comment(0xE5B42, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5B46, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5B4A, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5B4E, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5B52, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5B56, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5B5A, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5B5E, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5B62, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5BC8, "NE FIXUP -> 0006:6cb9 (seg034:06b9)")
set_comment(0xE5BCC, "NE FIXUP -> 0006:68e2 (seg034:02e2)")
set_comment(0xE5BD0, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE5BD4, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE5BD8, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5BDC, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5BE0, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5BE4, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5BE8, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5BEC, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5BF0, "NE FIXUP -> 0006:8859 (seg034:2259)")
set_comment(0xE5C11, "NE FIXUP -> 0006:9828 (seg035:0428)")
set_comment(0xE5C15, "NE FIXUP -> 0006:a319 (seg035:0f19)")
set_comment(0xE5C19, "NE FIXUP -> 0006:9c98 (seg035:0898)")
set_comment(0xE5C1D, "NE FIXUP -> 0006:9cbe (seg035:08be)")
set_comment(0xE5C21, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE5C25, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE5C29, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE5C2D, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE5C31, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE5C35, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE5C39, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE5C3D, "NE FIXUP -> 000e:5f69 (seg144:2369)")
set_comment(0xE5CC1, "NE FIXUP -> 000e:5f74 (seg144:2374)")
set_comment(0xE5E3F, "NE FIXUP -> 000e:5f81 (seg144:2381)")
set_comment(0xE5EBB, "NE FIXUP -> 000e:5f8c (seg144:238c)")
set_comment(0xE5EBF, "NE FIXUP -> 000e:5f94 (seg144:2394)")
set_comment(0xE5EC3, "NE FIXUP -> 000e:5f9a (seg144:239a)")
set_comment(0xE5EC7, "NE FIXUP -> 000e:5fa0 (seg144:23a0)")
set_comment(0xE5ECB, "NE FIXUP -> 000e:5fa6 (seg144:23a6)")
set_comment(0xE5ECF, "NE FIXUP -> 000e:5fab (seg144:23ab)")
set_comment(0xE5ED3, "NE FIXUP -> 000e:5fb1 (seg144:23b1)")
set_comment(0xE5ED7, "NE FIXUP -> 000e:5fb7 (seg144:23b7)")
set_comment(0xE5EDB, "NE FIXUP -> 000e:5fbd (seg144:23bd)")
set_comment(0xE5EDF, "NE FIXUP -> 000e:5fc2 (seg144:23c2)")
set_comment(0xE5EE3, "NE FIXUP -> 000e:5fc9 (seg144:23c9)")
set_comment(0xE5EE7, "NE FIXUP -> 000e:5fcf (seg144:23cf)")
set_comment(0xE5EEB, "NE FIXUP -> 000e:5fd4 (seg144:23d4)")
set_comment(0xE5EEF, "NE FIXUP -> 000e:5fda (seg144:23da)")
set_comment(0xE5EF3, "NE FIXUP -> 000e:5f8c (seg144:238c)")
set_comment(0xE5EF7, "NE FIXUP -> 000e:5fdf (seg144:23df)")
set_comment(0xE5EFB, "NE FIXUP -> 000e:5feb (seg144:23eb)")
set_comment(0xE5EFF, "NE FIXUP -> 000e:5ff5 (seg144:23f5)")
set_comment(0xE5F03, "NE FIXUP -> 000e:5fff (seg144:23ff)")
set_comment(0xE5F07, "NE FIXUP -> 000e:600f (seg144:240f)")
set_comment(0xE5F0B, "NE FIXUP -> 000e:601b (seg144:241b)")
set_comment(0xE5F0F, "NE FIXUP -> 000e:602c (seg144:242c)")
set_comment(0xE5F13, "NE FIXUP -> 000e:6034 (seg144:2434)")
set_comment(0xE5F17, "NE FIXUP -> 000e:6047 (seg144:2447)")
set_comment(0xE5F1B, "NE FIXUP -> 000e:6058 (seg144:2458)")
set_comment(0xE5F1F, "NE FIXUP -> 000e:6067 (seg144:2467)")
set_comment(0xE5F23, "NE FIXUP -> 000e:5f8c (seg144:238c)")
set_comment(0xE5F27, "NE FIXUP -> 000e:6077 (seg144:2477)")
set_comment(0xE5F2B, "NE FIXUP -> 000e:6082 (seg144:2482)")
set_comment(0xE5F2F, "NE FIXUP -> 000e:608d (seg144:248d)")
set_comment(0xE5F33, "NE FIXUP -> 000e:6098 (seg144:2498)")
set_comment(0xE5F37, "NE FIXUP -> 000e:60a2 (seg144:24a2)")
set_comment(0xE5F3B, "NE FIXUP -> 000e:5f8c (seg144:238c)")
set_comment(0xE5F3F, "NE FIXUP -> 000e:60ae (seg144:24ae)")
set_comment(0xE5F43, "NE FIXUP -> 000e:60b6 (seg144:24b6)")
set_comment(0xE5F47, "NE FIXUP -> 000e:60c9 (seg144:24c9)")
set_comment(0xE5F4B, "NE FIXUP -> 000e:60db (seg144:24db)")
set_comment(0xE5F4F, "NE FIXUP -> 000e:60e7 (seg144:24e7)")
set_comment(0xE5F53, "NE FIXUP -> 000e:60f3 (seg144:24f3)")
set_comment(0xE5F57, "NE FIXUP -> 000e:60fd (seg144:24fd)")
set_comment(0xE5F5B, "NE FIXUP -> 000e:6107 (seg144:2507)")
set_comment(0xE5F64, "NE FIXUP -> 000e:6112 (seg144:2512)")
set_comment(0xE6125, "NE FIXUP -> 000e:623a (seg144:263a)")
set_comment(0xE634F, "NE FIXUP -> 0006:d625 (seg038:2025)")
set_comment(0xE6353, "NE FIXUP -> 0006:d5be (seg038:1fbe)")
set_comment(0xE6357, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE635B, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE635F, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6363, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6367, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE636B, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE636F, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6373, "NE FIXUP -> 0006:d47b (seg038:1e7b)")
set_comment(0xE6377, "NE FIXUP -> 0006:d414 (seg038:1e14)")
set_comment(0xE637B, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE637F, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6383, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6387, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE638B, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE638F, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6393, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6397, "NE FIXUP -> 0006:b6b1 (seg038:00b1)")
set_comment(0xE639B, "NE FIXUP -> 0006:d8ca (seg038:22ca)")
set_comment(0xE639F, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE63A3, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE63A7, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE63AB, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE63AF, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE63B3, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE63B7, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE63BB, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE63BF, "NE FIXUP -> 0006:b6d6 (seg038:00d6)")
set_comment(0xE64B4, "NE FIXUP -> 0007:1563 (seg039:3363)")
set_comment(0xE64B8, "NE FIXUP -> 0007:1568 (seg039:3368)")
set_comment(0xE64BC, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE64C0, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE64C4, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE64C8, "NE FIXUP -> 0007:1369 (seg039:3169)")
set_comment(0xE64CC, "NE FIXUP -> 0007:1449 (seg039:3249)")
set_comment(0xE64D0, "NE FIXUP -> 0007:147c (seg039:327c)")
set_comment(0xE64D4, "NE FIXUP -> 0007:15b6 (seg039:33b6)")
set_comment(0xE64D8, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE64DC, "NE FIXUP -> 0007:12b7 (seg039:30b7)")
set_comment(0xE64E0, "NE FIXUP -> 0006:ea7f (seg039:087f)")
set_comment(0xE64E4, "NE FIXUP -> 0007:15c8 (seg039:33c8)")
set_comment(0xE64E8, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE64EC, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE64F0, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE64F4, "NE FIXUP -> 0007:0971 (seg039:2771)")
set_comment(0xE64F8, "NE FIXUP -> 0007:13c3 (seg039:31c3)")
set_comment(0xE64FC, "NE FIXUP -> 0007:1406 (seg039:3206)")
set_comment(0xE6500, "NE FIXUP -> 0007:0959 (seg039:2759)")
set_comment(0xE6504, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6508, "NE FIXUP -> 0007:0411 (seg039:2211)")
set_comment(0xE657D, "NE FIXUP -> 0007:371d (seg040:151d)")
set_comment(0xE6581, "NE FIXUP -> 0007:2a19 (seg040:0819)")
set_comment(0xE6585, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6589, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE658D, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6591, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6595, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6599, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE659D, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE65A1, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE65A5, "NE FIXUP -> 0007:4075 (seg040:1e75)")
set_comment(0xE65A9, "NE FIXUP -> 0007:26e2 (seg040:04e2)")
set_comment(0xE65AD, "NE FIXUP -> 0007:2644 (seg040:0444)")
set_comment(0xE65B1, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE65B5, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE65B9, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE65BD, "NE FIXUP -> 0007:286d (seg040:066d)")
set_comment(0xE65C1, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE65C5, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE65C9, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE65CD, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE65D1, "NE FIXUP -> 0007:2868 (seg040:0668)")
set_comment(0xE6632, "NE FIXUP -> 0007:8cb8 (seg043:32b8)")
set_comment(0xE6636, "NE FIXUP -> 0007:8cd3 (seg043:32d3)")
set_comment(0xE663A, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE663E, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6642, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6646, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE664A, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE664E, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6652, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6656, "NE FIXUP -> 0007:7306 (seg043:1906)")
set_comment(0xE665A, "NE FIXUP -> 0007:8d21 (seg043:3321)")
set_comment(0xE665E, "NE FIXUP -> 0007:8709 (seg043:2d09)")
set_comment(0xE6662, "NE FIXUP -> 0007:87c5 (seg043:2dc5)")
set_comment(0xE6666, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE666A, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE666E, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6672, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6676, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE667A, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE667E, "NE FIXUP -> 0007:8508 (seg043:2b08)")
set_comment(0xE6682, "NE FIXUP -> 0007:8920 (seg043:2f20)")
set_comment(0xE6695, "NE FIXUP -> 000e:6725 (seg144:2b25)")
set_comment(0xE6699, "NE FIXUP -> 000e:6732 (seg144:2b32)")
set_comment(0xE669D, "NE FIXUP -> 000e:673d (seg144:2b3d)")
set_comment(0xE66A1, "NE FIXUP -> 000e:6748 (seg144:2b48)")
set_comment(0xE66A5, "NE FIXUP -> 000e:6753 (seg144:2b53)")
set_comment(0xE66A9, "NE FIXUP -> 000e:675e (seg144:2b5e)")
set_comment(0xE66AD, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66B1, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66B5, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66B9, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66BD, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66C1, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66C5, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66C9, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66CD, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE66D1, "NE FIXUP -> 000e:6731 (seg144:2b31)")
set_comment(0xE6812, "NE FIXUP -> 0007:d7e8 (seg049:1de8)")
set_comment(0xE6816, "NE FIXUP -> 0007:d7ed (seg049:1ded)")
set_comment(0xE681A, "NE FIXUP -> 0007:d7f4 (seg049:1df4)")
set_comment(0xE681E, "NE FIXUP -> 0008:0ce4 (seg052:02e4)")
set_comment(0xE6822, "NE FIXUP -> 0008:2439 (seg052:1a39)")
set_comment(0xE6826, "NE FIXUP -> 0007:d7f9 (seg049:1df9)")
set_comment(0xE682A, "NE FIXUP -> 0007:baea (seg049:00ea)")
set_comment(0xE682E, "NE FIXUP -> 0007:d80a (seg049:1e0a)")
set_comment(0xE6832, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6836, "NE FIXUP -> 0007:bacc (seg049:00cc)")
set_comment(0xE683A, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE683E, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6842, "NE FIXUP -> 0007:bbc9 (seg049:01c9)")
set_comment(0xE6846, "NE FIXUP -> 0007:bd1e (seg049:031e)")
set_comment(0xE684A, "NE FIXUP -> 0007:bab5 (seg049:00b5)")
set_comment(0xE684E, "NE FIXUP -> 0007:d119 (seg049:1719)")
set_comment(0xE6852, "NE FIXUP -> 0007:cd56 (seg049:1356)")
set_comment(0xE6856, "NE FIXUP -> 0007:ccf1 (seg049:12f1)")
set_comment(0xE685A, "NE FIXUP -> 0007:d3c1 (seg049:19c1)")
set_comment(0xE685E, "NE FIXUP -> 0007:ba40 (seg049:0040)")
set_comment(0xE6881, "NE FIXUP -> 0007:de57 (seg050:0057)")
set_comment(0xE6885, "NE FIXUP -> 0007:e779 (seg050:0979)")
set_comment(0xE6889, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE688D, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6891, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6895, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6899, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE689D, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE68A1, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE68E3, "NE FIXUP -> 0008:4000 (seg054:0000)")
set_comment(0xE68E7, "NE FIXUP -> 0007:d7ed (seg049:1ded)")
set_comment(0xE68EB, "NE FIXUP -> 0007:d7f4 (seg049:1df4)")
set_comment(0xE68EF, "NE FIXUP -> 0008:06fb (seg051:1cfb)")
set_comment(0xE690F, "NE FIXUP -> 0008:e1b3 (seg062:07b3)")
set_comment(0xE6913, "NE FIXUP -> 0008:e21c (seg062:081c)")
set_comment(0xE6917, "NE FIXUP -> 0008:3c6c (seg053:106c)")
set_comment(0xE691B, "NE FIXUP -> 0008:3ca3 (seg053:10a3)")
set_comment(0xE691F, "NE FIXUP -> 000a:80e8 (seg097:02e8)")
set_comment(0xE6951, "NE FIXUP -> 0008:50ef (seg056:00ef)")
set_comment(0xE6955, "NE FIXUP -> 0008:5293 (seg056:0293)")
set_comment(0xE6959, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE695D, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6961, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6965, "NE FIXUP -> 0008:525c (seg056:025c)")
set_comment(0xE6969, "NE FIXUP -> 0008:526d (seg056:026d)")
set_comment(0xE696D, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6971, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6975, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6979, "NE FIXUP -> 0008:50f4 (seg056:00f4)")
set_comment(0xE69A5, "NE FIXUP -> 0008:54c0 (seg056:04c0)")
set_comment(0xE69A9, "NE FIXUP -> 0008:54c5 (seg056:04c5)")
set_comment(0xE69AD, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE69B1, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE69B5, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE69B9, "NE FIXUP -> 0008:5420 (seg056:0420)")
set_comment(0xE69BD, "NE FIXUP -> 0008:5431 (seg056:0431)")
set_comment(0xE69C1, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE69C5, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE69C9, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE69CD, "NE FIXUP -> 0008:53ad (seg056:03ad)")
set_comment(0xE6A06, "NE FIXUP -> 0008:603e (seg057:063e)")
set_comment(0xE6A0A, "NE FIXUP -> 0008:6043 (seg057:0643)")
set_comment(0xE6A0E, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6A12, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6A16, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6A1A, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6A1E, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6A22, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6A26, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6A2A, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6A2E, "NE FIXUP -> 0008:5fea (seg057:05ea)")
set_comment(0xE6A32, "NE FIXUP -> 0008:5e34 (seg057:0434)")
set_comment(0xE6A36, "NE FIXUP -> 0008:6091 (seg057:0691)")
set_comment(0xE6A3A, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6A3E, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6A42, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6A46, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6A4A, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6A4E, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6A52, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6A56, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6A5A, "NE FIXUP -> 0008:5e83 (seg057:0483)")
set_comment(0xE6A5E, "NE FIXUP -> 0008:5e18 (seg057:0418)")
set_comment(0xE6A62, "NE FIXUP -> 0008:5ca8 (seg057:02a8)")
set_comment(0xE6A66, "NE FIXUP -> 0008:60df (seg057:06df)")
set_comment(0xE6A6A, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6A6E, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6A72, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6A76, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6A7A, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6A7E, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6A82, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6A86, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6A8A, "NE FIXUP -> 0008:5cbf (seg057:02bf)")
set_comment(0xE6A8E, "NE FIXUP -> 0008:5c73 (seg057:0273)")
set_comment(0xE6A92, "NE FIXUP -> 0008:612d (seg057:072d)")
set_comment(0xE6A96, "NE FIXUP -> 0008:6148 (seg057:0748)")
set_comment(0xE6A9A, "NE FIXUP -> 0008:614d (seg057:074d)")
set_comment(0xE6A9E, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6AA2, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6AA6, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6AAA, "NE FIXUP -> 0008:5b0a (seg057:010a)")
set_comment(0xE6AAE, "NE FIXUP -> 0008:5b1b (seg057:011b)")
set_comment(0xE6AB2, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6AB6, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6ABA, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6ABE, "NE FIXUP -> 0008:5af8 (seg057:00f8)")
set_comment(0xE6D71, "NE FIXUP -> 0008:67f8 (seg058:03f8)")
set_comment(0xE6D75, "NE FIXUP -> 0008:67fd (seg058:03fd)")
set_comment(0xE6D79, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE6D7D, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE6D81, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE6D85, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE6D89, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE6D8D, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE6D91, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE6D95, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE6D99, "NE FIXUP -> 0008:67c9 (seg058:03c9)")
set_comment(0xE7688, "NE FIXUP -> 0008:e1b3 (seg062:07b3)")
set_comment(0xE768C, "NE FIXUP -> 0008:e21c (seg062:081c)")
set_comment(0xE76A5, "NE FIXUP -> 0006:6084 (seg033:1084)")
set_comment(0xE76A9, "NE FIXUP -> 0008:d47e (seg061:1a7e)")
set_comment(0xE76AD, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE76B1, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE76B5, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE76B9, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE76BD, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE76C1, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE76C5, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE76C9, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE76CD, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE76D1, "NE FIXUP -> 0006:6084 (seg033:1084)")
set_comment(0xE76D5, "NE FIXUP -> 0008:d4cc (seg061:1acc)")
set_comment(0xE76D9, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE76DD, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE76E1, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE76E5, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE76E9, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE76ED, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE76F1, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE76F5, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE76F9, "NE FIXUP -> 0006:5fe3 (seg033:0fe3)")
set_comment(0xE76FD, "NE FIXUP -> 0008:e1b3 (seg062:07b3)")
set_comment(0xE7701, "NE FIXUP -> 0008:e21c (seg062:081c)")
set_comment(0xE7705, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE7709, "NE FIXUP -> 0008:d51a (seg061:1b1a)")
set_comment(0xE770D, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE7711, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE7715, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE7719, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE771D, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE7721, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE7725, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE774C, "NE FIXUP -> 0008:e4e5 (seg063:00e5)")
set_comment(0xE7750, "NE FIXUP -> 0008:e6b9 (seg063:02b9)")
set_comment(0xE7754, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE7758, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE775C, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE7760, "NE FIXUP -> 0008:e605 (seg063:0205)")
set_comment(0xE7764, "NE FIXUP -> 0008:e64e (seg063:024e)")
set_comment(0xE7768, "NE FIXUP -> 0008:e683 (seg063:0283)")
set_comment(0xE776C, "NE FIXUP -> 0008:e72f (seg063:032f)")
set_comment(0xE7776, "NE FIXUP -> 000e:781f (seg144:3c1f)")
set_comment(0xE777E, "NE FIXUP -> 000e:7823 (seg144:3c23)")
set_comment(0xE7782, "NE FIXUP -> 000e:7827 (seg144:3c27)")
set_comment(0xE7786, "NE FIXUP -> 000e:782b (seg144:3c2b)")
set_comment(0xE778A, "NE FIXUP -> 000e:782f (seg144:3c2f)")
set_comment(0xE778E, "NE FIXUP -> 000e:7833 (seg144:3c33)")
set_comment(0xE7792, "NE FIXUP -> 000e:7837 (seg144:3c37)")
set_comment(0xE7796, "NE FIXUP -> 000e:783b (seg144:3c3b)")
set_comment(0xE779A, "NE FIXUP -> 000e:783f (seg144:3c3f)")
set_comment(0xE779E, "NE FIXUP -> 000e:7843 (seg144:3c43)")
set_comment(0xE77A2, "NE FIXUP -> 000e:7847 (seg144:3c47)")
set_comment(0xE77A6, "NE FIXUP -> 000e:784b (seg144:3c4b)")
set_comment(0xE77AA, "NE FIXUP -> 000e:784f (seg144:3c4f)")
set_comment(0xE77AE, "NE FIXUP -> 000e:7853 (seg144:3c53)")
set_comment(0xE77B2, "NE FIXUP -> 000e:7857 (seg144:3c57)")
set_comment(0xE77B6, "NE FIXUP -> 000e:785b (seg144:3c5b)")
set_comment(0xE77BA, "NE FIXUP -> 000e:785f (seg144:3c5f)")
set_comment(0xE77BE, "NE FIXUP -> 000e:7864 (seg144:3c64)")
set_comment(0xE77C2, "NE FIXUP -> 000e:7869 (seg144:3c69)")
set_comment(0xE77C6, "NE FIXUP -> 000e:786e (seg144:3c6e)")
set_comment(0xE7880, "NE FIXUP -> 0008:eaa4 (seg064:00a4)")
set_comment(0xE7884, "NE FIXUP -> 0008:ed5e (seg064:035e)")
set_comment(0xE7888, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE788C, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE7890, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE7894, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE7898, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE789C, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE78A0, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE78A4, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE78A8, "NE FIXUP -> 0008:eaa9 (seg064:00a9)")
set_comment(0xE7B57, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xE7B5B, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xE7B5F, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xE7B63, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xE7B67, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xE7B6B, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xE7B6F, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xE7B73, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xE7B77, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xE7B7B, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xE7B7F, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xE7B83, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xE7B87, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xE7B8B, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xE7B8F, "NE FIXUP -> 0009:57ba (seg075:01ba)")
set_comment(0xE7B93, "NE FIXUP -> 0009:5418 (seg074:0218)")
set_comment(0xE8059, "NE FIXUP -> 000a:283d (seg087:003d)")
set_comment(0xE805D, "NE FIXUP -> 000a:3400 (seg089:0000)")
set_comment(0xE81D0, "NE FIXUP -> 000e:81f1 (seg144:45f1)")
set_comment(0xE81D4, "NE FIXUP -> 000e:81f6 (seg144:45f6)")
set_comment(0xE81D8, "NE FIXUP -> 000e:81f9 (seg144:45f9)")
set_comment(0xE81DC, "NE FIXUP -> 000e:81ff (seg144:45ff)")
set_comment(0xE81E0, "NE FIXUP -> 000e:8204 (seg144:4604)")
set_comment(0xE81E4, "NE FIXUP -> 000e:820a (seg144:460a)")
set_comment(0xE81E8, "NE FIXUP -> 000e:820e (seg144:460e)")
set_comment(0xE821E, "NE FIXUP -> 000a:5723 (seg093:0123)")
set_comment(0xE8222, "NE FIXUP -> 000a:5867 (seg093:0267)")
set_comment(0xE8226, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE822A, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE822E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE8232, "NE FIXUP -> 000a:56ed (seg093:00ed)")
set_comment(0xE8236, "NE FIXUP -> 000a:5705 (seg093:0105)")
set_comment(0xE823A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE823E, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE8242, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE8246, "NE FIXUP -> 000a:572f (seg093:012f)")
set_comment(0xE82C1, "NE FIXUP -> 000a:71ee (seg095:0bee)")
set_comment(0xE82C5, "NE FIXUP -> 000a:7229 (seg095:0c29)")
set_comment(0xE82C9, "NE FIXUP -> 000a:7264 (seg095:0c64)")
set_comment(0xE82CD, "NE FIXUP -> 000a:78e4 (seg096:02e4)")
set_comment(0xE82D1, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE82D5, "NE FIXUP -> 000a:7a4a (seg096:044a)")
set_comment(0xE82D9, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE82DD, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE82E1, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE82E5, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE82E9, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE82ED, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE82F1, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE82F5, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE82F9, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE82FD, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xE8301, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8305, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8309, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE830D, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8311, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8323, "NE FIXUP -> 000a:870f (seg097:090f)")
set_comment(0xE8327, "NE FIXUP -> 000a:86ad (seg097:08ad)")
set_comment(0xE832B, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE832F, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE8333, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE8337, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE833B, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE833F, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE8343, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE8347, "NE FIXUP -> 000a:8b44 (seg097:0d44)")
set_comment(0xE834B, "NE FIXUP -> 000a:8b4e (seg097:0d4e)")
set_comment(0xE834F, "NE FIXUP -> 000a:8b76 (seg097:0d76)")
set_comment(0xE8355, "NE FIXUP -> 000a:93a2 (seg098:05a2)")
set_comment(0xE8359, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE835D, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8361, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8365, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8369, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE836D, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8371, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8375, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8379, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE837D, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8381, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8385, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8389, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE838D, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8391, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8395, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8399, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE839D, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE83A1, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE83A5, "NE FIXUP -> 000a:93dc (seg098:05dc)")
set_comment(0xE83A9, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE83AD, "NE FIXUP -> 000a:8e1d (seg098:001d)")
set_comment(0xE83B1, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE83B5, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE83B9, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE83BD, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE83C1, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE83C5, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE83C9, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE83CD, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE83D1, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE83D5, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE83D9, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE83DD, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE83E1, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE83E5, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE83E9, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE83ED, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE83F1, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE83F5, "NE FIXUP -> 000a:9416 (seg098:0616)")
set_comment(0xE83F9, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE83FD, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE8401, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8405, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE8409, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE840D, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8411, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8415, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8419, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE841D, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8421, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8425, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8429, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE842D, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8431, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8435, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8439, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE843D, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8441, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8445, "NE FIXUP -> 000a:9450 (seg098:0650)")
set_comment(0xE8449, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE844D, "NE FIXUP -> 000a:8e1d (seg098:001d)")
set_comment(0xE8451, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8455, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE8459, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE845D, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8461, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8465, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8469, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE846D, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8471, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8475, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8479, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE847D, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8481, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8485, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8489, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE848D, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8491, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8539, "NE FIXUP -> 000a:962e (seg099:002e)")
set_comment(0xE853D, "NE FIXUP -> 000a:98c2 (seg099:02c2)")
set_comment(0xE8541, "NE FIXUP -> 000a:98fe (seg099:02fe)")
set_comment(0xE8545, "NE FIXUP -> 000a:9917 (seg099:0317)")
set_comment(0xE8549, "NE FIXUP -> 000a:9930 (seg099:0330)")
set_comment(0xE854D, "NE FIXUP -> 000a:9683 (seg099:0083)")
set_comment(0xE8551, "NE FIXUP -> 000a:96bc (seg099:00bc)")
set_comment(0xE8555, "NE FIXUP -> 000a:96f5 (seg099:00f5)")
set_comment(0xE8559, "NE FIXUP -> 000a:9600 (seg099:0000)")
set_comment(0xE8568, "NE FIXUP -> 000a:9df9 (seg100:01f9)")
set_comment(0xE856C, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8570, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE8574, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8578, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE857C, "NE FIXUP -> 000a:9e5a (seg100:025a)")
set_comment(0xE8580, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8584, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8588, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE858C, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8590, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8594, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8598, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE859C, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE85A0, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE85A4, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE85A8, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE85AC, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE85B0, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE85B4, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE85B9, "NE FIXUP -> 000e:8608 (seg144:4a08)")
set_comment(0xE868B, "NE FIXUP -> 000a:bb82 (seg101:1782)")
set_comment(0xE868F, "NE FIXUP -> 000a:b6cc (seg101:12cc)")
set_comment(0xE8693, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE8697, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE869B, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE869F, "NE FIXUP -> 000a:b70f (seg101:130f)")
set_comment(0xE86A3, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE86A7, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE86AB, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE86AF, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE86B3, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE86B7, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE86BB, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE86BF, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE86C3, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE86C7, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE86CB, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE86CF, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE86D3, "NE FIXUP -> 000a:a56c (seg101:016c)")
set_comment(0xE86D7, "NE FIXUP -> 000a:a4e4 (seg101:00e4)")
set_comment(0xE86DB, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE86DF, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE86E3, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE86E7, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE86EB, "NE FIXUP -> 000a:a546 (seg101:0146)")
set_comment(0xE86EF, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE86F3, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE86F7, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE86FB, "NE FIXUP -> 000a:a581 (seg101:0181)")
set_comment(0xE86FF, "NE FIXUP -> 000a:c06b (seg102:006b)")
set_comment(0xE8703, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8707, "NE FIXUP -> 000a:c267 (seg102:0267)")
set_comment(0xE870B, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE870F, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE8713, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8717, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE871B, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE871F, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8723, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8727, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE872B, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE872F, "NE FIXUP -> 000a:c64d (seg102:064d)")
set_comment(0xE8733, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8737, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE873B, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE873F, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8743, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE877E, "NE FIXUP -> 000a:dcd7 (seg103:12d7)")
set_comment(0xE8782, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8786, "NE FIXUP -> 000a:7a4a (seg096:044a)")
set_comment(0xE878A, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE878E, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE8792, "NE FIXUP -> 000a:dd7c (seg103:137c)")
set_comment(0xE8796, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE879A, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE879E, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE87A2, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE87A6, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE87AA, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE87AE, "NE FIXUP -> 000a:dd63 (seg103:1363)")
set_comment(0xE87B2, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE87B6, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE87BA, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE87BE, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE87C2, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE87C6, "NE FIXUP -> 000a:e059 (seg103:1659)")
set_comment(0xE87CA, "NE FIXUP -> 000a:f268 (seg105:0668)")
set_comment(0xE87CE, "NE FIXUP -> 000a:d58a (seg103:0b8a)")
set_comment(0xE87D2, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE87D6, "NE FIXUP -> 000a:f140 (seg105:0540)")
set_comment(0xE87DA, "NE FIXUP -> 000a:f285 (seg105:0685)")
set_comment(0xE87DE, "NE FIXUP -> 000a:eee3 (seg105:02e3)")
set_comment(0xE87E2, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE87E6, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE87EA, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE87EE, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE87F2, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE87F6, "NE FIXUP -> 000a:ed29 (seg105:0129)")
set_comment(0xE87FA, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE87FE, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8802, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8806, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE880A, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE880E, "NE FIXUP -> 000a:f44d (seg105:084d)")
set_comment(0xE8812, "NE FIXUP -> 000a:e093 (seg103:1693)")
set_comment(0xE8816, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE881A, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE881E, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8822, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE8826, "NE FIXUP -> 000a:cdbc (seg103:03bc)")
set_comment(0xE882A, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE882E, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8832, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8836, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE883A, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE883E, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8842, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE8846, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE884A, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE884E, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8852, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8856, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE885A, "NE FIXUP -> 000a:cb8c (seg103:018c)")
set_comment(0xE885E, "NE FIXUP -> 000a:cd1d (seg103:031d)")
set_comment(0xE886B, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE886F, "NE FIXUP -> 000a:2e00 (seg088:0000)")
set_comment(0xE8873, "NE FIXUP -> 000a:307d (seg088:027d)")
set_comment(0xE8877, "NE FIXUP -> 000a:30aa (seg088:02aa)")
set_comment(0xE887B, "NE FIXUP -> 000a:2ff9 (seg088:01f9)")
set_comment(0xE887F, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8883, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8887, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE888B, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE88CF, "NE FIXUP -> 000e:88b0 (seg144:4cb0)")
set_comment(0xE88E7, "NE FIXUP -> 000a:f5bc (seg105:09bc)")
set_comment(0xE88EB, "NE FIXUP -> 000a:f268 (seg105:0668)")
set_comment(0xE88EF, "NE FIXUP -> 000a:f020 (seg105:0420)")
set_comment(0xE88F3, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE88F7, "NE FIXUP -> 000a:f140 (seg105:0540)")
set_comment(0xE88FB, "NE FIXUP -> 000a:f285 (seg105:0685)")
set_comment(0xE88FF, "NE FIXUP -> 000a:eee3 (seg105:02e3)")
set_comment(0xE8903, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8907, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE890B, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE890F, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8913, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8917, "NE FIXUP -> 000a:ed29 (seg105:0129)")
set_comment(0xE891B, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE891F, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8923, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8927, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE892B, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE892F, "NE FIXUP -> 000a:f44d (seg105:084d)")
set_comment(0xE8933, "NE FIXUP -> 000b:0e60 (seg106:1660)")
set_comment(0xE8937, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE893B, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE893F, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8943, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE8947, "NE FIXUP -> 000b:0d61 (seg106:1561)")
set_comment(0xE894B, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE894F, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8953, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8957, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE895B, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE895F, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8963, "NE FIXUP -> 000b:0507 (seg106:0d07)")
set_comment(0xE8967, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE896B, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE896F, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8973, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8977, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE897B, "NE FIXUP -> 000b:0581 (seg106:0d81)")
set_comment(0xE897F, "NE FIXUP -> 000b:062e (seg106:0e2e)")
set_comment(0xE8983, "NE FIXUP -> 000b:0b77 (seg106:1377)")
set_comment(0xE8987, "NE FIXUP -> 000b:0e9a (seg106:169a)")
set_comment(0xE898B, "NE FIXUP -> 000b:0ead (seg106:16ad)")
set_comment(0xE898F, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8993, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE8997, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE899B, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE899F, "NE FIXUP -> 000b:0a12 (seg106:1212)")
set_comment(0xE89A3, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE89A7, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE89AB, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE89AF, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE89B3, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE89B7, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE89BB, "NE FIXUP -> 000b:0507 (seg106:0d07)")
set_comment(0xE89BF, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE89C3, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE89C7, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE89CB, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE89CF, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE89D3, "NE FIXUP -> 000b:0581 (seg106:0d81)")
set_comment(0xE89D7, "NE FIXUP -> 000b:062e (seg106:0e2e)")
set_comment(0xE89DB, "NE FIXUP -> 000b:0825 (seg106:1025)")
set_comment(0xE89DF, "NE FIXUP -> 000b:0e9a (seg106:169a)")
set_comment(0xE89E3, "NE FIXUP -> 000b:0ee7 (seg106:16e7)")
set_comment(0xE89E7, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE89EB, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE89EF, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE89F3, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE89F7, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE89FB, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE89FF, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8A03, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8A07, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8A0B, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8A0F, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8A13, "NE FIXUP -> 000b:0507 (seg106:0d07)")
set_comment(0xE8A17, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8A1B, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8A1F, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8A23, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8A27, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8A2B, "NE FIXUP -> 000b:0581 (seg106:0d81)")
set_comment(0xE8A2F, "NE FIXUP -> 000b:062e (seg106:0e2e)")
set_comment(0xE8A33, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8A37, "NE FIXUP -> 000b:0e9a (seg106:169a)")
set_comment(0xE8A3B, "NE FIXUP -> 000b:0f21 (seg106:1721)")
set_comment(0xE8A3F, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8A43, "NE FIXUP -> 000a:fac6 (seg106:02c6)")
set_comment(0xE8A47, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8A4B, "NE FIXUP -> 000a:fbda (seg106:03da)")
set_comment(0xE8A4F, "NE FIXUP -> 000a:f99b (seg106:019b)")
set_comment(0xE8A53, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8A57, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8A5B, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8A5F, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8A63, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8A67, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8A6B, "NE FIXUP -> 000b:01bb (seg106:09bb)")
set_comment(0xE8A6F, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8A73, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8A77, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8A7B, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8A7F, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8A83, "NE FIXUP -> 000b:030d (seg106:0b0d)")
set_comment(0xE8A87, "NE FIXUP -> 000b:0023 (seg106:0823)")
set_comment(0xE8A8B, "NE FIXUP -> 000b:0f5b (seg106:175b)")
set_comment(0xE8A8F, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8A93, "NE FIXUP -> 000a:fac6 (seg106:02c6)")
set_comment(0xE8A97, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8A9B, "NE FIXUP -> 000a:fbda (seg106:03da)")
set_comment(0xE8A9F, "NE FIXUP -> 000a:f99b (seg106:019b)")
set_comment(0xE8AA3, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8AA7, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8AAB, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8AAF, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8AB3, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8AB7, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8ABB, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8ABF, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8AC3, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8AC7, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8ACB, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8ACF, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8AD3, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8AD7, "NE FIXUP -> 000b:0023 (seg106:0823)")
set_comment(0xE8ADE, "NE FIXUP -> 000b:17cd (seg107:03cd)")
set_comment(0xE8AE2, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8AE6, "NE FIXUP -> 000b:1807 (seg107:0407)")
set_comment(0xE8AEA, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8AEE, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE8AF2, "NE FIXUP -> 000b:16b1 (seg107:02b1)")
set_comment(0xE8AF6, "NE FIXUP -> 000b:16c8 (seg107:02c8)")
set_comment(0xE8AFA, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8AFE, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8B02, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8B06, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8B0A, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8B0E, "NE FIXUP -> 000b:16df (seg107:02df)")
set_comment(0xE8B12, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8B16, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8B1A, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8B1E, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8B22, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8B6B, "NE FIXUP -> 000b:1e58 (seg108:0458)")
set_comment(0xE8B6F, "NE FIXUP -> 000b:1d1b (seg108:031b)")
set_comment(0xE8B73, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE8B77, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE8B7B, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE8B7F, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE8B83, "NE FIXUP -> 000b:1d7f (seg108:037f)")
set_comment(0xE8B87, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE8B8B, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE8B8F, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE8B93, "NE FIXUP -> 000b:1e5d (seg108:045d)")
set_comment(0xE8B97, "NE FIXUP -> 000b:2b38 (seg108:1138)")
set_comment(0xE8C19, "NE FIXUP -> 000b:326e (seg109:046e)")
set_comment(0xE8C1D, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8C21, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE8C25, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8C29, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE8C2D, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8C31, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8C35, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8C39, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8C3D, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8C41, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8C45, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8C49, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE8C4D, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8C51, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8C55, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8C59, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8C5D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8C61, "NE FIXUP -> 000b:2f13 (seg109:0113)")
set_comment(0xE8C68, "NE FIXUP -> 000b:488a (seg110:048a)")
set_comment(0xE8C6C, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8C70, "NE FIXUP -> 000a:7a4a (seg096:044a)")
set_comment(0xE8C74, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8C78, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE8C7C, "NE FIXUP -> 000b:4752 (seg110:0352)")
set_comment(0xE8C80, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8C84, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8C88, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8C8C, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8C90, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8C94, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8C98, "NE FIXUP -> 000b:479c (seg110:039c)")
set_comment(0xE8C9C, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8CA0, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8CA4, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8CA8, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8CAC, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8CB1, "NE FIXUP -> 000b:4db4 (seg111:03b4)")
set_comment(0xE8CB5, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8CB9, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8CBD, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8CC1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8CC5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8CC9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8CCD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8CD1, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8CD5, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8CD9, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8CDD, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8CE1, "NE FIXUP -> 000b:4d42 (seg111:0342)")
set_comment(0xE8CE5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8CE9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8CED, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8CF1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8CF5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8CF9, "NE FIXUP -> 000b:4d7c (seg111:037c)")
set_comment(0xE8CFD, "NE FIXUP -> 000b:4d98 (seg111:0398)")
set_comment(0xE8D01, "NE FIXUP -> 000b:4dee (seg111:03ee)")
set_comment(0xE8D05, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8D09, "NE FIXUP -> 000a:8e1d (seg098:001d)")
set_comment(0xE8D0D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8D11, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE8D15, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8D19, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8D1D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8D21, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8D25, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8D29, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8D2D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8D31, "NE FIXUP -> 000b:4c3b (seg111:023b)")
set_comment(0xE8D35, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8D39, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8D3D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8D41, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8D45, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8D49, "NE FIXUP -> 000b:4c75 (seg111:0275)")
set_comment(0xE8D4D, "NE FIXUP -> 000b:4e28 (seg111:0428)")
set_comment(0xE8D51, "NE FIXUP -> 000b:4e4f (seg111:044f)")
set_comment(0xE8D55, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8D59, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE8D5D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8D61, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE8D65, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8D69, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8D6D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8D71, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8D75, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8D79, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8D7D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8D81, "NE FIXUP -> 000b:4a93 (seg111:0093)")
set_comment(0xE8D85, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8D89, "NE FIXUP -> 000b:4b05 (seg111:0105)")
set_comment(0xE8D8D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8D91, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8D95, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8D99, "NE FIXUP -> 000b:4acd (seg111:00cd)")
set_comment(0xE8D9D, "NE FIXUP -> 000b:4ae9 (seg111:00e9)")
set_comment(0xE8DA1, "NE FIXUP -> 000b:643a (seg112:143a)")
set_comment(0xE8DA5, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8DA9, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8DAD, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8DB1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8DB5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8DB9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8DBD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8DC1, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8DC5, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8DC9, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8DCD, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8DD1, "NE FIXUP -> 000b:5000 (seg112:0000)")
set_comment(0xE8DD5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8DD9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8DDD, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8DE1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8DE5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8DE9, "NE FIXUP -> 000b:6474 (seg112:1474)")
set_comment(0xE8DED, "NE FIXUP -> 000b:6490 (seg112:1490)")
set_comment(0xE8DF1, "NE FIXUP -> 000b:64ac (seg112:14ac)")
set_comment(0xE8DF5, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8DF9, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8DFD, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8E01, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8E05, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8E09, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8E0D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8E11, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8E15, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8E19, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8E1D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8E21, "NE FIXUP -> 000b:5177 (seg112:0177)")
set_comment(0xE8E25, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8E29, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8E2D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8E31, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8E35, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8E39, "NE FIXUP -> 000b:6474 (seg112:1474)")
set_comment(0xE8E3D, "NE FIXUP -> 000b:6490 (seg112:1490)")
set_comment(0xE8E41, "NE FIXUP -> 000b:64e6 (seg112:14e6)")
set_comment(0xE8E45, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8E49, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8E4D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8E51, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8E55, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8E59, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8E5D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8E61, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8E65, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8E69, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8E6D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8E71, "NE FIXUP -> 000b:5465 (seg112:0465)")
set_comment(0xE8E75, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8E79, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8E7D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8E81, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8E85, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8E89, "NE FIXUP -> 000b:6474 (seg112:1474)")
set_comment(0xE8E8D, "NE FIXUP -> 000b:6490 (seg112:1490)")
set_comment(0xE8E91, "NE FIXUP -> 000b:6520 (seg112:1520)")
set_comment(0xE8E95, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8E99, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8E9D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8EA1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8EA5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8EA9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8EAD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8EB1, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8EB5, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8EB9, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8EBD, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8EC1, "NE FIXUP -> 0003:ad46 (seg001:3746)")
set_comment(0xE8EC5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8EC9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8ECD, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8ED1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8ED5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8ED9, "NE FIXUP -> 000b:6474 (seg112:1474)")
set_comment(0xE8EDD, "NE FIXUP -> 000b:6490 (seg112:1490)")
set_comment(0xE8EE1, "NE FIXUP -> 000b:655a (seg112:155a)")
set_comment(0xE8EE5, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8EE9, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8EED, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8EF1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8EF5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8EF9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8EFD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8F01, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8F05, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8F09, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8F0D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8F11, "NE FIXUP -> 000b:52ee (seg112:02ee)")
set_comment(0xE8F15, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8F19, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8F1D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8F21, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8F25, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8F29, "NE FIXUP -> 000b:6474 (seg112:1474)")
set_comment(0xE8F2D, "NE FIXUP -> 000b:6490 (seg112:1490)")
set_comment(0xE8F31, "NE FIXUP -> 000b:6594 (seg112:1594)")
set_comment(0xE8F35, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8F39, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE8F3D, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8F41, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE8F45, "NE FIXUP -> 000b:6309 (seg112:1309)")
set_comment(0xE8F49, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8F4D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8F51, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8F55, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8F59, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8F5D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8F61, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE8F65, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8F69, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8F6D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8F71, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8F75, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8F79, "NE FIXUP -> 000b:63da (seg112:13da)")
set_comment(0xE8F7D, "NE FIXUP -> 000b:63fd (seg112:13fd)")
set_comment(0xE8F81, "NE FIXUP -> 000b:641a (seg112:141a)")
set_comment(0xE8F85, "NE FIXUP -> 000b:65ce (seg112:15ce)")
set_comment(0xE8F89, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE8F8D, "NE FIXUP -> 000b:5b04 (seg112:0b04)")
set_comment(0xE8F91, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE8F95, "NE FIXUP -> 000b:5a00 (seg112:0a00)")
set_comment(0xE8F99, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8F9D, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8FA1, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE8FA5, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE8FA9, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE8FAD, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE8FB1, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE8FB5, "NE FIXUP -> 000b:5790 (seg112:0790)")
set_comment(0xE8FB9, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE8FBD, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE8FC1, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE8FC5, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE8FC9, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE8FCD, "NE FIXUP -> 000b:5bd3 (seg112:0bd3)")
set_comment(0xE8FD1, "NE FIXUP -> 000b:6608 (seg112:1608)")
set_comment(0xE8FD5, "NE FIXUP -> 000b:56e1 (seg112:06e1)")
set_comment(0xE8FD9, "NE FIXUP -> 000b:6618 (seg112:1618)")
set_comment(0xE8FDD, "NE FIXUP -> 000b:6644 (seg112:1644)")
set_comment(0xE8FE1, "NE FIXUP -> 000b:6e32 (seg113:0432)")
set_comment(0xE8FE5, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE8FE9, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE8FED, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE8FF1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE8FF5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE8FF9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE8FFD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9001, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9005, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9009, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE900D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9011, "NE FIXUP -> 000b:6ce5 (seg113:02e5)")
set_comment(0xE9015, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9019, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE901D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9021, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9025, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9029, "NE FIXUP -> 000b:6dfa (seg113:03fa)")
set_comment(0xE902D, "NE FIXUP -> 000b:6e16 (seg113:0416)")
set_comment(0xE9031, "NE FIXUP -> 000b:6e6c (seg113:046c)")
set_comment(0xE9035, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9039, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE903D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE9041, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE9045, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9049, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE904D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9051, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9055, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9059, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE905D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9061, "NE FIXUP -> 000b:6acc (seg113:00cc)")
set_comment(0xE9065, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9069, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE906D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9071, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9075, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9079, "NE FIXUP -> 000b:6be1 (seg113:01e1)")
set_comment(0xE907D, "NE FIXUP -> 000b:6bfd (seg113:01fd)")
set_comment(0xE9086, "NE FIXUP -> 000b:716e (seg114:016e)")
set_comment(0xE908A, "NE FIXUP -> 000b:778e (seg114:078e)")
set_comment(0xE908E, "NE FIXUP -> 000b:7566 (seg114:0566)")
set_comment(0xE9092, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9096, "NE FIXUP -> 000b:7685 (seg114:0685)")
set_comment(0xE909A, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE909E, "NE FIXUP -> 000b:77ab (seg114:07ab)")
set_comment(0xE90A2, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE90A6, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE90AA, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE90AE, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE90B2, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE90B6, "NE FIXUP -> 000b:7248 (seg114:0248)")
set_comment(0xE90BA, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE90BE, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE90C2, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE90C6, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE90CA, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE90CE, "NE FIXUP -> 000b:71c9 (seg114:01c9)")
set_comment(0xE90DF, "NE FIXUP -> 000b:82c2 (seg115:02c2)")
set_comment(0xE90E3, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE90E7, "NE FIXUP -> 000b:880a (seg115:080a)")
set_comment(0xE90EB, "NE FIXUP -> 000b:f174 (seg120:0974)")
set_comment(0xE90EF, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE90F3, "NE FIXUP -> 000b:85ce (seg115:05ce)")
set_comment(0xE90F7, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE90FB, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE90FF, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9103, "NE FIXUP -> 000b:f16f (seg120:096f)")
set_comment(0xE9107, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE910B, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE910F, "NE FIXUP -> 000b:885e (seg115:085e)")
set_comment(0xE9113, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9117, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE911B, "NE FIXUP -> 000b:8639 (seg115:0639)")
set_comment(0xE911F, "NE FIXUP -> 000b:892f (seg115:092f)")
set_comment(0xE9123, "NE FIXUP -> 000b:88c0 (seg115:08c0)")
set_comment(0xE9127, "NE FIXUP -> 000b:87d3 (seg115:07d3)")
set_comment(0xE9133, "NE FIXUP -> 000b:8e12 (seg116:0212)")
set_comment(0xE9137, "NE FIXUP -> 000b:94d2 (seg116:08d2)")
set_comment(0xE913B, "NE FIXUP -> 000b:9487 (seg116:0887)")
set_comment(0xE913F, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9143, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE9147, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE914B, "NE FIXUP -> 000b:962a (seg116:0a2a)")
set_comment(0xE914F, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9153, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9157, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE915B, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE915F, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9163, "NE FIXUP -> 000b:8ed1 (seg116:02d1)")
set_comment(0xE9167, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE916B, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE916F, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9173, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9177, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9185, "NE FIXUP -> 000e:91b6 (seg144:55b6)")
set_comment(0xE918A, "NE FIXUP -> 000e:91bc (seg144:55bc)")
set_comment(0xE918F, "NE FIXUP -> 000e:91c6 (seg144:55c6)")
set_comment(0xE9194, "NE FIXUP -> 000e:91cb (seg144:55cb)")
set_comment(0xE9199, "NE FIXUP -> 000e:91d2 (seg144:55d2)")
set_comment(0xE919E, "NE FIXUP -> 000e:91d7 (seg144:55d7)")
set_comment(0xE91A3, "NE FIXUP -> 000e:91df (seg144:55df)")
set_comment(0xE91A8, "NE FIXUP -> 000e:91e6 (seg144:55e6)")
set_comment(0xE91AD, "NE FIXUP -> 000e:91f1 (seg144:55f1)")
set_comment(0xE91B1, "NE FIXUP -> 000e:9264 (seg144:5664)")
set_comment(0xE94D9, "NE FIXUP -> 000b:ca6f (seg117:306f)")
set_comment(0xE94DD, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE94E1, "NE FIXUP -> 000a:fac6 (seg106:02c6)")
set_comment(0xE94E5, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE94E9, "NE FIXUP -> 000a:fbda (seg106:03da)")
set_comment(0xE94ED, "NE FIXUP -> 000a:f99b (seg106:019b)")
set_comment(0xE94F1, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE94F5, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE94F9, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE94FD, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9501, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9505, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9509, "NE FIXUP -> 000b:0dd4 (seg106:15d4)")
set_comment(0xE950D, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9511, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9515, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9519, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE951D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9521, "NE FIXUP -> 000b:0e4b (seg106:164b)")
set_comment(0xE9525, "NE FIXUP -> 000b:0023 (seg106:0823)")
set_comment(0xE9529, "NE FIXUP -> 000b:caa9 (seg117:30a9)")
set_comment(0xE952D, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9531, "NE FIXUP -> 000a:7a4a (seg096:044a)")
set_comment(0xE9535, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9539, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE953D, "NE FIXUP -> 000b:b7c6 (seg117:1dc6)")
set_comment(0xE9541, "NE FIXUP -> 000b:b62c (seg117:1c2c)")
set_comment(0xE9545, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9549, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE954D, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9551, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9555, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9559, "NE FIXUP -> 000b:b608 (seg117:1c08)")
set_comment(0xE955D, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9561, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9565, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9569, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE956D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9571, "NE FIXUP -> 000b:cae3 (seg117:30e3)")
set_comment(0xE9575, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9579, "NE FIXUP -> 000b:b33f (seg117:193f)")
set_comment(0xE957D, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9581, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9585, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9589, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE958D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9591, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9595, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9599, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE959D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE95A1, "NE FIXUP -> 000b:b191 (seg117:1791)")
set_comment(0xE95A5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE95A9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE95AD, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE95B1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE95B5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE95B9, "NE FIXUP -> 000b:cb1d (seg117:311d)")
set_comment(0xE95BD, "NE FIXUP -> 000b:a8f9 (seg117:0ef9)")
set_comment(0xE95C1, "NE FIXUP -> 000b:a881 (seg117:0e81)")
set_comment(0xE95C5, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE95C9, "NE FIXUP -> 000b:a916 (seg117:0f16)")
set_comment(0xE95CD, "NE FIXUP -> 000b:a4a1 (seg117:0aa1)")
set_comment(0xE95D1, "NE FIXUP -> 000b:a5a7 (seg117:0ba7)")
set_comment(0xE95D5, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE95D9, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE95DD, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE95E1, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE95E5, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE95E9, "NE FIXUP -> 000b:ab18 (seg117:1118)")
set_comment(0xE95ED, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE95F1, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE95F5, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE95F9, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE95FD, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9601, "NE FIXUP -> 000b:9a86 (seg117:0086)")
set_comment(0xE9605, "NE FIXUP -> 000b:9c91 (seg117:0291)")
set_comment(0xE961C, "NE FIXUP -> 000b:ecf7 (seg120:04f7)")
set_comment(0xE9620, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9624, "NE FIXUP -> 000a:7a4a (seg096:044a)")
set_comment(0xE9628, "NE FIXUP -> 000b:f174 (seg120:0974)")
set_comment(0xE962C, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9630, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9634, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE9638, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE963C, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9640, "NE FIXUP -> 000b:f16f (seg120:096f)")
set_comment(0xE9644, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9648, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE964C, "NE FIXUP -> 000a:798a (seg096:038a)")
set_comment(0xE9650, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9654, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9658, "NE FIXUP -> 000b:ed80 (seg120:0580)")
set_comment(0xE965C, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9660, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9664, "NE FIXUP -> 000b:efc7 (seg120:07c7)")
set_comment(0xE9668, "NE FIXUP -> 0008:5e34 (seg057:0434)")
set_comment(0xE966C, "NE FIXUP -> 000b:e92e (seg120:012e)")
set_comment(0xE9670, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE9674, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE9678, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE967C, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE9680, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE9684, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE9688, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE968C, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE9690, "NE FIXUP -> 0008:5e83 (seg057:0483)")
set_comment(0xE9694, "NE FIXUP -> 000b:ea1a (seg120:021a)")
set_comment(0xE9698, "NE FIXUP -> 000b:e9ce (seg120:01ce)")
set_comment(0xE969D, "NE FIXUP -> 000b:f8ee (seg121:04ee)")
set_comment(0xE96A1, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE96A5, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE96A9, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE96AD, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE96B1, "NE FIXUP -> 000b:f943 (seg121:0543)")
set_comment(0xE96B5, "NE FIXUP -> 000b:fa46 (seg121:0646)")
set_comment(0xE96B9, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE96BD, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE96C1, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE96C5, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE96C9, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE96CD, "NE FIXUP -> 000b:fcf5 (seg121:08f5)")
set_comment(0xE96D1, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE96D5, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE96D9, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE96DD, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE96E1, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE96E5, "NE FIXUP -> 000b:fe94 (seg121:0a94)")
set_comment(0xE96E9, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE96ED, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE96F1, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE96F5, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE96F9, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE96FD, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE9701, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9705, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9709, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE970D, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9711, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9715, "NE FIXUP -> 000b:f4c4 (seg121:00c4)")
set_comment(0xE9719, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE971D, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9721, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9725, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9729, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE972D, "NE FIXUP -> 000b:f46d (seg121:006d)")
set_comment(0xE9731, "NE FIXUP -> 000b:f486 (seg121:0086)")
set_comment(0xE9791, "NE FIXUP -> 000c:325c (seg122:305c)")
set_comment(0xE9795, "NE FIXUP -> 000a:92fd (seg098:04fd)")
set_comment(0xE9799, "NE FIXUP -> 000a:9171 (seg098:0371)")
set_comment(0xE979D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE97A1, "NE FIXUP -> 000a:92cd (seg098:04cd)")
set_comment(0xE97A5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE97A9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE97AD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE97B1, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE97B5, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE97B9, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE97BD, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE97C1, "NE FIXUP -> 000c:31ca (seg122:2fca)")
set_comment(0xE97C5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE97C9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE97CD, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE97D1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE97D5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE97D9, "NE FIXUP -> 000c:3204 (seg122:3004)")
set_comment(0xE97DD, "NE FIXUP -> 000c:3230 (seg122:3030)")
set_comment(0xE97E1, "NE FIXUP -> 000c:3296 (seg122:3096)")
set_comment(0xE97E5, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE97E9, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE97ED, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE97F1, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE97F5, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE97F9, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE97FD, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9801, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9805, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9809, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE980D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9811, "NE FIXUP -> 000c:3016 (seg122:2e16)")
set_comment(0xE9815, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9819, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE981D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9821, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9825, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9829, "NE FIXUP -> 000c:30ca (seg122:2eca)")
set_comment(0xE982D, "NE FIXUP -> 000c:3132 (seg122:2f32)")
set_comment(0xE9831, "NE FIXUP -> 000c:32d0 (seg122:30d0)")
set_comment(0xE9835, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9839, "NE FIXUP -> 000a:9054 (seg098:0254)")
set_comment(0xE983D, "NE FIXUP -> 000a:8e00 (seg098:0000)")
set_comment(0xE9841, "NE FIXUP -> 000a:8f51 (seg098:0151)")
set_comment(0xE9845, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9849, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE984D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9851, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9855, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9859, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE985D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9861, "NE FIXUP -> 000c:2e56 (seg122:2c56)")
set_comment(0xE9865, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9869, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE986D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9871, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9875, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9879, "NE FIXUP -> 000c:2e90 (seg122:2c90)")
set_comment(0xE987D, "NE FIXUP -> 000c:2f19 (seg122:2d19)")
set_comment(0xE9881, "NE FIXUP -> 000c:2ae1 (seg122:28e1)")
set_comment(0xE9885, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9889, "NE FIXUP -> 000c:330a (seg122:310a)")
set_comment(0xE988D, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9891, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9895, "NE FIXUP -> 000c:2b75 (seg122:2975)")
set_comment(0xE9899, "NE FIXUP -> 000c:2bb3 (seg122:29b3)")
set_comment(0xE989D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE98A1, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE98A5, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE98A9, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE98AD, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE98B1, "NE FIXUP -> 000c:2d16 (seg122:2b16)")
set_comment(0xE98B5, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE98B9, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE98BD, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE98C1, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE98C5, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE98C9, "NE FIXUP -> 000c:1959 (seg122:1759)")
set_comment(0xE98CD, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE98D1, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE98D5, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE98D9, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE98DD, "NE FIXUP -> 000c:1f81 (seg122:1d81)")
set_comment(0xE98E1, "NE FIXUP -> 000c:22b7 (seg122:20b7)")
set_comment(0xE98E5, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE98E9, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE98ED, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE98F1, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE98F5, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE98F9, "NE FIXUP -> 000c:19c5 (seg122:17c5)")
set_comment(0xE98FD, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9901, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9905, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9909, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE990D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9911, "NE FIXUP -> 000c:330f (seg122:310f)")
set_comment(0xE9915, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9919, "NE FIXUP -> 000c:0fc0 (seg122:0dc0)")
set_comment(0xE991D, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9921, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE9925, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9929, "NE FIXUP -> 000a:7b3f (seg096:053f)")
set_comment(0xE992D, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9931, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9935, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9939, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE993D, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9941, "NE FIXUP -> 000c:1094 (seg122:0e94)")
set_comment(0xE9945, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9949, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE994D, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9951, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9955, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9959, "NE FIXUP -> 000c:05f5 (seg122:03f5)")
set_comment(0xE995D, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9961, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE9965, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9969, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE996D, "NE FIXUP -> 000c:08a4 (seg122:06a4)")
set_comment(0xE9971, "NE FIXUP -> 000c:08cd (seg122:06cd)")
set_comment(0xE9975, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9979, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE997D, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9981, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9985, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9989, "NE FIXUP -> 000c:06ee (seg122:04ee)")
set_comment(0xE998D, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9991, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9995, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9999, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE999D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE99F0, "NE FIXUP -> 000c:4441 (seg123:0841)")
set_comment(0xE99F4, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE99F8, "NE FIXUP -> 000c:470a (seg123:0b0a)")
set_comment(0xE99FC, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9A00, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE9A04, "NE FIXUP -> 000a:7b3a (seg096:053a)")
set_comment(0xE9A08, "NE FIXUP -> 000c:44a8 (seg123:08a8)")
set_comment(0xE9A0C, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9A10, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9A14, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9A18, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9A1C, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9A20, "NE FIXUP -> 000c:48d5 (seg123:0cd5)")
set_comment(0xE9A24, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9A28, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9A2C, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9A30, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9A34, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9A38, "NE FIXUP -> 000c:3e26 (seg123:0226)")
set_comment(0xE9A3C, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9A40, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE9A44, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9A48, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE9A4C, "NE FIXUP -> 000c:3fdd (seg123:03dd)")
set_comment(0xE9A50, "NE FIXUP -> 000c:3ecb (seg123:02cb)")
set_comment(0xE9A54, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9A58, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9A5C, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9A60, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9A64, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9A68, "NE FIXUP -> 000c:418c (seg123:058c)")
set_comment(0xE9A6C, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9A70, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9A74, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9A78, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9A7C, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9AB1, "NE FIXUP -> 000b:1e58 (seg108:0458)")
set_comment(0xE9AB5, "NE FIXUP -> 000c:517d (seg124:037d)")
set_comment(0xE9AB9, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE9ABD, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE9AC1, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE9AC5, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE9AC9, "NE FIXUP -> 000c:51b7 (seg124:03b7)")
set_comment(0xE9ACD, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE9AD1, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE9AD5, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xE9AD9, "NE FIXUP -> 000b:1e5d (seg108:045d)")
set_comment(0xE9ADD, "NE FIXUP -> 000c:4fa0 (seg124:01a0)")
set_comment(0xE9AE2, "NE FIXUP -> 000e:9b30 (seg144:5f30)")
set_comment(0xE9AE6, "NE FIXUP -> 000e:9b34 (seg144:5f34)")
set_comment(0xE9AEA, "NE FIXUP -> 000e:9b38 (seg144:5f38)")
set_comment(0xE9AEE, "NE FIXUP -> 000e:9b3c (seg144:5f3c)")
set_comment(0xE9AF2, "NE FIXUP -> 000e:9b40 (seg144:5f40)")
set_comment(0xE9AF6, "NE FIXUP -> 000e:9b44 (seg144:5f44)")
set_comment(0xE9AFA, "NE FIXUP -> 000e:9b48 (seg144:5f48)")
set_comment(0xE9AFE, "NE FIXUP -> 000e:9b4c (seg144:5f4c)")
set_comment(0xE9B02, "NE FIXUP -> 000e:9b50 (seg144:5f50)")
set_comment(0xE9B06, "NE FIXUP -> 000e:9b54 (seg144:5f54)")
set_comment(0xE9B0A, "NE FIXUP -> 000e:9b58 (seg144:5f58)")
set_comment(0xE9B0E, "NE FIXUP -> 000e:9b5c (seg144:5f5c)")
set_comment(0xE9B12, "NE FIXUP -> 000e:9b60 (seg144:5f60)")
set_comment(0xE9B16, "NE FIXUP -> 000e:9b64 (seg144:5f64)")
set_comment(0xE9B1A, "NE FIXUP -> 000e:9b68 (seg144:5f68)")
set_comment(0xE9B1E, "NE FIXUP -> 000e:9b6c (seg144:5f6c)")
set_comment(0xE9B22, "NE FIXUP -> 000e:9b70 (seg144:5f70)")
set_comment(0xE9B26, "NE FIXUP -> 000e:9b74 (seg144:5f74)")
set_comment(0xE9B2A, "NE FIXUP -> 000e:9b78 (seg144:5f78)")
set_comment(0xE9BF9, "NE FIXUP -> 000c:5835 (seg125:0435)")
set_comment(0xE9BFD, "NE FIXUP -> 000c:6493 (seg125:1093)")
set_comment(0xE9C01, "NE FIXUP -> 000a:a28d (seg100:068d)")
set_comment(0xE9C05, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9C09, "NE FIXUP -> 000a:a292 (seg100:0692)")
set_comment(0xE9C0D, "NE FIXUP -> 000c:629a (seg125:0e9a)")
set_comment(0xE9C11, "NE FIXUP -> 000c:67b6 (seg125:13b6)")
set_comment(0xE9C15, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9C19, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9C1D, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9C21, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9C25, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9C29, "NE FIXUP -> 000c:5bbb (seg125:07bb)")
set_comment(0xE9C2D, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9C31, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9C35, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9C39, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9C3D, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9E40, "NE FIXUP -> 000c:aeae (seg126:3aae)")
set_comment(0xE9E44, "NE FIXUP -> 000c:b2c8 (seg126:3ec8)")
set_comment(0xE9E48, "NE FIXUP -> 000c:b344 (seg126:3f44)")
set_comment(0xE9E4C, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9E50, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9E54, "NE FIXUP -> 000c:b153 (seg126:3d53)")
set_comment(0xE9E58, "NE FIXUP -> 000c:b199 (seg126:3d99)")
set_comment(0xE9E5C, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9E60, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9E64, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9E68, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9E6C, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9E70, "NE FIXUP -> 000c:b2c3 (seg126:3ec3)")
set_comment(0xE9E74, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9E78, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9E7C, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9E80, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9E84, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9E88, "NE FIXUP -> 000c:b349 (seg126:3f49)")
set_comment(0xE9E8C, "NE FIXUP -> 000c:b383 (seg126:3f83)")
set_comment(0xE9E90, "NE FIXUP -> 000c:a47f (seg126:307f)")
set_comment(0xE9E94, "NE FIXUP -> 000c:9f74 (seg126:2b74)")
set_comment(0xE9E98, "NE FIXUP -> 000c:a1ad (seg126:2dad)")
set_comment(0xE9E9C, "NE FIXUP -> 000c:9e13 (seg126:2a13)")
set_comment(0xE9EA0, "NE FIXUP -> 000c:880c (seg126:140c)")
set_comment(0xE9EA4, "NE FIXUP -> 000c:88b4 (seg126:14b4)")
set_comment(0xE9EA8, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9EAC, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9EB0, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9EB4, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9EB8, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9EBC, "NE FIXUP -> 000b:3a90 (seg109:0c90)")
set_comment(0xE9EC0, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9EC4, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9EC8, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9ECC, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9ED0, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9ED4, "NE FIXUP -> 000c:7400 (seg126:0000)")
set_comment(0xE9ED8, "NE FIXUP -> 000c:b3d8 (seg126:3fd8)")
set_comment(0xE9EDC, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xE9EE0, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xE9EE4, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xE9EE8, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xE9EEC, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xE9EF0, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xE9EF4, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xE9F45, "NE FIXUP -> 000c:d710 (seg128:0510)")
set_comment(0xE9F49, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9F4D, "NE FIXUP -> 000c:d7c6 (seg128:05c6)")
set_comment(0xE9F51, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9F55, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9F59, "NE FIXUP -> 000c:d75e (seg128:055e)")
set_comment(0xE9F5D, "NE FIXUP -> 000c:d775 (seg128:0575)")
set_comment(0xE9F61, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9F65, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9F69, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9F6D, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9F71, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9F75, "NE FIXUP -> 000c:d78c (seg128:058c)")
set_comment(0xE9F79, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9F7D, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9F81, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9F85, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9F89, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xE9F8D, "NE FIXUP -> 000c:d3e9 (seg128:01e9)")
set_comment(0xE9F91, "NE FIXUP -> 000a:7b30 (seg096:0530)")
set_comment(0xE9F95, "NE FIXUP -> 000c:d7cb (seg128:05cb)")
set_comment(0xE9F99, "NE FIXUP -> 000a:7b35 (seg096:0535)")
set_comment(0xE9F9D, "NE FIXUP -> 000a:c0d7 (seg102:00d7)")
set_comment(0xE9FA1, "NE FIXUP -> 000c:d437 (seg128:0237)")
set_comment(0xE9FA5, "NE FIXUP -> 000c:d499 (seg128:0299)")
set_comment(0xE9FA9, "NE FIXUP -> 000a:7b44 (seg096:0544)")
set_comment(0xE9FAD, "NE FIXUP -> 000a:7b49 (seg096:0549)")
set_comment(0xE9FB1, "NE FIXUP -> 000a:7b4e (seg096:054e)")
set_comment(0xE9FB5, "NE FIXUP -> 000a:7b53 (seg096:0553)")
set_comment(0xE9FB9, "NE FIXUP -> 000a:7b58 (seg096:0558)")
set_comment(0xE9FBD, "NE FIXUP -> 000c:d549 (seg128:0349)")
set_comment(0xE9FC1, "NE FIXUP -> 000b:3ab2 (seg109:0cb2)")
set_comment(0xE9FC5, "NE FIXUP -> 000a:7b5f (seg096:055f)")
set_comment(0xE9FC9, "NE FIXUP -> 000b:40ee (seg109:12ee)")
set_comment(0xE9FCD, "NE FIXUP -> 000a:7b78 (seg096:0578)")
set_comment(0xE9FD1, "NE FIXUP -> 000a:7b7d (seg096:057d)")
set_comment(0xEA176, "NE FIXUP -> 000c:db68 (seg129:0168)")
set_comment(0xEA17A, "NE FIXUP -> 000c:e725 (seg129:0d25)")
set_comment(0xEA17E, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA182, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA186, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA18A, "NE FIXUP -> 000c:db49 (seg129:0149)")
set_comment(0xEA18E, "NE FIXUP -> 000c:db23 (seg129:0123)")
set_comment(0xEA192, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA196, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA1AA, "NE FIXUP -> 000c:ee6f (seg130:046f)")
set_comment(0xEA1AE, "NE FIXUP -> 000c:ee74 (seg130:0474)")
set_comment(0xEA1B3, "NE FIXUP -> 000e:a1c4 (seg144:65c4)")
set_comment(0xEA1B7, "NE FIXUP -> 000e:a1ce (seg144:65ce)")
set_comment(0xEA1FF, "NE FIXUP -> 0005:9eca (seg025:0cca)")
set_comment(0xEA203, "NE FIXUP -> 0005:9fa7 (seg025:0da7)")
set_comment(0xEA30F, "NE FIXUP -> 000d:589f (seg133:209f)")
set_comment(0xEA313, "NE FIXUP -> 000d:48da (seg133:10da)")
set_comment(0xEA317, "NE FIXUP -> 000d:58dd (seg133:20dd)")
set_comment(0xEA31B, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA31F, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA323, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA327, "NE FIXUP -> 000d:4962 (seg133:1162)")
set_comment(0xEA32B, "NE FIXUP -> 000d:4a78 (seg133:1278)")
set_comment(0xEA32F, "NE FIXUP -> 000d:498f (seg133:118f)")
set_comment(0xEA333, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA337, "NE FIXUP -> 000d:48b6 (seg133:10b6)")
set_comment(0xEA33B, "NE FIXUP -> 000d:38cd (seg133:00cd)")
set_comment(0xEA3B5, "NE FIXUP -> 0009:1870 (seg069:0070)")
set_comment(0xEA3B9, "NE FIXUP -> 0009:19bb (seg069:01bb)")
set_comment(0xEA3BD, "NE FIXUP -> 0009:19e2 (seg069:01e2)")
set_comment(0xEA3C1, "NE FIXUP -> 0009:48a8 (seg073:02a8)")
set_comment(0xEA3C5, "NE FIXUP -> 0009:4954 (seg073:0354)")
set_comment(0xEA3C9, "NE FIXUP -> 0009:4ae3 (seg073:04e3)")
set_comment(0xEA3CD, "NE FIXUP -> 0009:4b29 (seg073:0529)")
set_comment(0xEA3D1, "NE FIXUP -> 0009:4b48 (seg073:0548)")
set_comment(0xEA3D5, "NE FIXUP -> 0009:4b78 (seg073:0578)")
set_comment(0xEA3D9, "NE FIXUP -> 0009:4bcb (seg073:05cb)")
set_comment(0xEA3DD, "NE FIXUP -> 0009:4a4a (seg073:044a)")
set_comment(0xEA3E1, "NE FIXUP -> 0009:4d56 (seg073:0756)")
set_comment(0xEA3E5, "NE FIXUP -> 0009:4e72 (seg073:0872)")
set_comment(0xEA3E9, "NE FIXUP -> 0009:4852 (seg073:0252)")
set_comment(0xEA3ED, "NE FIXUP -> 000d:70fd (seg135:00fd)")
set_comment(0xEA3FB, "NE FIXUP -> 000d:7313 (seg135:0313)")
set_comment(0xEA3FF, "NE FIXUP -> 000d:7363 (seg135:0363)")
set_comment(0xEA403, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA407, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA40B, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA40F, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA413, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA417, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA41B, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA41F, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA423, "NE FIXUP -> 000d:735e (seg135:035e)")
set_comment(0xEA47E, "NE FIXUP -> 000d:7716 (seg136:0116)")
set_comment(0xEA482, "NE FIXUP -> 000d:7b57 (seg136:0557)")
set_comment(0xEA486, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA48A, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA48E, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA492, "NE FIXUP -> 000d:7a61 (seg136:0461)")
set_comment(0xEA496, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA49A, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA49E, "NE FIXUP -> 000d:7bab (seg136:05ab)")
set_comment(0xEA4A2, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA4A6, "NE FIXUP -> 000d:771b (seg136:011b)")
set_comment(0xEA4BE, "NE FIXUP -> 000d:8d2f (seg137:0f2f)")
set_comment(0xEA4C2, "NE FIXUP -> 000d:8d67 (seg137:0f67)")
set_comment(0xEA4C6, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA4CA, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA4CE, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA4D2, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA4D6, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA4DA, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA4DE, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA52F, "NE FIXUP -> 000d:b0f9 (seg138:1ef9)")
set_comment(0xEA533, "NE FIXUP -> 000d:9afd (seg138:08fd)")
set_comment(0xEA537, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA53B, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA53F, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA543, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA547, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA54B, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA54F, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA553, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA557, "NE FIXUP -> 000d:c156 (seg138:2f56)")
set_comment(0xEA55B, "NE FIXUP -> 000d:938c (seg138:018c)")
set_comment(0xEA55F, "NE FIXUP -> 000d:c421 (seg138:3221)")
set_comment(0xEA563, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA567, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA56B, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA56F, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA573, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA577, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA57B, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA57F, "NE FIXUP -> 000d:c475 (seg138:3275)")
set_comment(0xEA583, "NE FIXUP -> 000d:c490 (seg138:3290)")
set_comment(0xEA587, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA58B, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA58F, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA593, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA597, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA59B, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA59F, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA5A3, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA5A7, "NE FIXUP -> 000d:92eb (seg138:00eb)")
set_comment(0xEA6C8, "NE FIXUP -> 000e:103f (seg142:283f)")
set_comment(0xEA6CC, "NE FIXUP -> 000d:ec94 (seg142:0494)")
set_comment(0xEA6D0, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA6D4, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA6D8, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA6DC, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA6E0, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA6E4, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA6E8, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA6EC, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA6F0, "NE FIXUP -> 000e:1069 (seg142:2869)")
set_comment(0xEA6F4, "NE FIXUP -> 000e:2b1d (seg142:431d)")
set_comment(0xEA6F8, "NE FIXUP -> 000e:2b22 (seg142:4322)")
set_comment(0xEA6FC, "NE FIXUP -> 0008:cb2c (seg061:112c)")
set_comment(0xEA700, "NE FIXUP -> 0008:cb5c (seg061:115c)")
set_comment(0xEA704, "NE FIXUP -> 0004:26cd (seg005:08cd)")
set_comment(0xEA708, "NE FIXUP -> 0008:cda7 (seg061:13a7)")
set_comment(0xEA70C, "NE FIXUP -> 0008:ce00 (seg061:1400)")
set_comment(0xEA710, "NE FIXUP -> 0008:ce3d (seg061:143d)")
set_comment(0xEA714, "NE FIXUP -> 0004:26d2 (seg005:08d2)")
set_comment(0xEA718, "NE FIXUP -> 0004:3324 (seg006:0724)")
set_comment(0xEA71C, "NE FIXUP -> 000d:e914 (seg142:0114)")
set_comment(0xEA825, "NE FIXUP -> 0003:a7ed (seg001:31ed)")
set_comment(0xEA829, "NE FIXUP -> 0003:a7ed (seg001:31ed)")
set_comment(0xEA82D, "NE FIXUP -> 0003:a7ed (seg001:31ed)")
set_comment(0xEAB87, "NE FIXUP -> 000e:c9b8 (seg144:8db8)")
set_comment(0xEAB8B, "NE FIXUP -> 000e:c9b4 (seg144:8db4)")
set_comment(0xEB451, "NE FIXUP -> 0004:6715 (seg010:0d15)")
set_comment(0xEB457, "NE FIXUP -> 0004:a143 (seg013:1f43)")
set_comment(0xEB45D, "NE FIXUP -> 0005:7bb9 (seg022:2bb9)")
set_comment(0xEB463, "NE FIXUP -> 0006:1e47 (seg030:3e47)")
set_comment(0xEB469, "NE FIXUP -> 0006:d8b4 (seg038:22b4)")
set_comment(0xEB46F, "NE FIXUP -> 0007:9b8f (seg044:078f)")
set_comment(0xEB475, "NE FIXUP -> 0007:b59a (seg047:099a)")
set_comment(0xEB47B, "NE FIXUP -> 0007:d7cb (seg049:1dcb)")
set_comment(0xEB481, "NE FIXUP -> 0007:e74a (seg050:094a)")
set_comment(0xEB487, "NE FIXUP -> 0008:06b4 (seg051:1cb4)")
set_comment(0xEB48D, "NE FIXUP -> 0008:2730 (seg052:1d30)")
set_comment(0xEB493, "NE FIXUP -> 0008:3c09 (seg053:1009)")
set_comment(0xEB499, "NE FIXUP -> 0008:4bd9 (seg055:09d9)")
set_comment(0xEB49F, "NE FIXUP -> 0008:54bf (seg056:04bf)")
set_comment(0xEB4A5, "NE FIXUP -> 0008:abe8 (seg059:41e8)")
set_comment(0xEB4AB, "NE FIXUP -> 000a:4aca (seg091:06ca)")
set_comment(0xEB4B1, "NE FIXUP -> 000a:71c1 (seg095:0bc1)")
set_comment(0xEB4B7, "NE FIXUP -> 000a:8b04 (seg097:0d04)")
set_comment(0xEB4BD, "NE FIXUP -> 000a:bb05 (seg101:1705)")
set_comment(0xEB4C3, "NE FIXUP -> 000a:e03c (seg103:163c)")
set_comment(0xEB4C9, "NE FIXUP -> 000b:41e6 (seg109:13e6)")
set_comment(0xEB4CF, "NE FIXUP -> 000b:8934 (seg115:0934)")
set_comment(0xEB4D5, "NE FIXUP -> 000b:ca4b (seg117:304b)")
set_comment(0xEB4DB, "NE FIXUP -> 000b:ddfe (seg118:09fe)")
set_comment(0xEB4E1, "NE FIXUP -> 000c:cecf (seg127:08cf)")
set_comment(0xEB4E7, "NE FIXUP -> 000c:e724 (seg129:0d24)")
set_comment(0xEB4ED, "NE FIXUP -> 000d:7a80 (seg136:0480)")
set_comment(0xEB4F3, "NE FIXUP -> 000e:2a06 (seg142:4206)")
set_comment(0xEB505, "NE FIXUP -> 0003:ebf7 (seg001:75f7)")
set_comment(0xEB517, "NE FIXUP -> 000e:3a6b (seg143:066b)")
set_comment(0xEB51D, "NE FIXUP -> 0004:672a (seg010:0d2a)")
set_comment(0xEB523, "NE FIXUP -> 0007:9ba2 (seg044:07a2)")
set_comment(0xEB529, "NE FIXUP -> 0007:b5a7 (seg047:09a7)")
set_comment(0xEB52F, "NE FIXUP -> 0008:06ec (seg051:1cec)")
set_comment(0xEB535, "NE FIXUP -> 0008:3c47 (seg053:1047)")
set_comment(0xEB53B, "NE FIXUP -> 0008:ac59 (seg059:4259)")
set_comment(0xEB541, "NE FIXUP -> 000a:4ae7 (seg091:06e7)")
set_comment(0xEB547, "NE FIXUP -> 000a:71d7 (seg095:0bd7)")
set_comment(0xEB54D, "NE FIXUP -> 000a:8b2d (seg097:0d2d)")
set_comment(0xEB553, "NE FIXUP -> 000a:bb2f (seg101:172f)")
set_comment(0xEB559, "NE FIXUP -> 000b:4212 (seg109:1412)")
set_comment(0xEB55F, "NE FIXUP -> 000b:ca5c (seg117:305c)")
set_comment(0xEB565, "NE FIXUP -> 000c:cee7 (seg127:08e7)")
set_comment(0xEB56B, "NE FIXUP -> 000e:2a17 (seg142:4217)")
set_comment(0x3761D, "NE IMPORT -> PHAPI.DOSCREATEDSALIAS")
set_comment(0x376B0, "NE IMPORT -> DOSCALLS.38")
set_comment(0x376BD, "NE IMPORT -> DOSCALLS.38")
set_comment(0x37794, "NE IMPORT -> DOSCALLS.89")
set_comment(0x377AA, "NE IMPORT -> DOSCALLS.89")
set_comment(0x3F46D, "NE IMPORT -> DOSCALLS.39")
set_comment(0x3F51C, "NE IMPORT -> DOSCALLS.40")
set_comment(0x3F538, "NE IMPORT -> DOSCALLS.41")
set_comment(0x3F560, "NE IMPORT -> DOSCALLS.40")
set_comment(0x3F59B, "NE IMPORT -> DOSCALLS.42")
set_comment(0x3F6C8, "NE IMPORT -> DOSCALLS.42")
set_comment(0x3F850, "NE IMPORT -> PHAPI.DOSMAPREALSEG")
set_comment(0x3F88C, "NE IMPORT -> DOSCALLS.39")
set_comment(0x3F895, "NE IMPORT -> DOSCALLS.39")
set_comment(0x3F8B2, "NE IMPORT -> PHAPI.DOSMAPREALSEG")
set_comment(0x3F942, "NE IMPORT -> DOSCALLS.127")
set_comment(0x417C5, "NE IMPORT -> ASYLUM.36")
set_comment(0x417DB, "NE IMPORT -> ASYLUM.28")
set_comment(0x419CE, "NE IMPORT -> ASYLUM.45")
set_comment(0x425A4, "NE IMPORT -> ASYLUM.24")
set_comment(0x46F25, "NE IMPORT -> ASYLUM.36")
set_comment(0x46F2D, "NE IMPORT -> ASYLUM.28")
set_comment(0x46F4C, "NE IMPORT -> ASYLUM.37")
set_comment(0x46F56, "NE IMPORT -> ASYLUM.29")
set_comment(0x470A1, "NE IMPORT -> ASYLUM.37")
set_comment(0x470AC, "NE IMPORT -> ASYLUM.29")
set_comment(0x47135, "NE IMPORT -> ASYLUM.36")
set_comment(0x4713D, "NE IMPORT -> ASYLUM.28")
set_comment(0x4715C, "NE IMPORT -> ASYLUM.37")
set_comment(0x47166, "NE IMPORT -> ASYLUM.29")
set_comment(0x472AE, "NE IMPORT -> ASYLUM.37")
set_comment(0x472B9, "NE IMPORT -> ASYLUM.29")
set_comment(0x6EBA1, "NE IMPORT -> ASYLUM.36")
set_comment(0x6EBB4, "NE IMPORT -> ASYLUM.37")
set_comment(0x6EBBF, "NE IMPORT -> ASYLUM.36")
set_comment(0x6EBD2, "NE IMPORT -> ASYLUM.37")
set_comment(0x867ED, "NE IMPORT -> PHAPI._DosRealFarCall")
set_comment(0x86A7E, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x86AAC, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x86AE7, "NE IMPORT -> PHAPI._DosRealIntr")
set_comment(0x86B2D, "NE IMPORT -> PHAPI.DOSMAPREALSEG")
set_comment(0x89796, "NE IMPORT -> PHAPI.BORISREALINTR")
set_comment(0x897AB, "NE IMPORT -> PHAPI.BORISREALINTR")
set_comment(0x8A06A, "NE IMPORT -> PHAPI._DosRealFarCall")
set_comment(0x8EBB1, "NE IMPORT -> ASYLUM.34")
set_comment(0x8EBB9, "NE IMPORT -> ASYLUM.33")
set_comment(0x8EBFE, "NE IMPORT -> ASYLUM.31")
set_comment(0x8EC17, "NE IMPORT -> ASYLUM.30")
set_comment(0x8EC3B, "NE IMPORT -> ASYLUM.32")
set_comment(0x8F207, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x8F232, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x8F2BE, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x9080E, "NE IMPORT -> DOSCALLS.7")
set_comment(0x90866, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x90898, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x908EA, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x90BC1, "NE IMPORT -> DOSCALLS.39")
set_comment(0x90BD3, "NE IMPORT -> DOSCALLS.7")
set_comment(0x90D79, "NE IMPORT -> DOSCALLS.39")
set_comment(0x90D8B, "NE IMPORT -> DOSCALLS.39")
set_comment(0x90DF2, "NE IMPORT -> PHAPI.DOSSETPASSTOPROTVEC")
set_comment(0x90EA5, "NE IMPORT -> PHAPI.DOSSETREALPROTVEC")
set_comment(0x90F4E, "NE IMPORT -> PHAPI.DOSSETPROTVEC")
set_comment(0x9B362, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x9B388, "NE IMPORT -> PHAPI.DOSALLOCREALSEG")
set_comment(0x9B40A, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B479, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B490, "NE IMPORT -> PHAPI.DOSFREELINMEM")
set_comment(0x9B4F5, "NE IMPORT -> PHAPI.DOSFREELINMEM")
set_comment(0x9B576, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B597, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B661, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B747, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B7B2, "NE IMPORT -> PHAPI.DOSALLOCLINMEM")
set_comment(0x9B7D0, "NE IMPORT -> PHAPI.DOSFREELINMEM")
set_comment(0x9BA34, "NE IMPORT -> DOSCALLS.39")
set_comment(0x9BA4F, "NE IMPORT -> DOSCALLS.39")
set_comment(0x9BA96, "NE IMPORT -> PHAPI.DOSFREELINMEM")
set_comment(0x9BB5E, "NE IMPORT -> PHAPI.DOSGETBIOSSEG")
set_comment(0x9BB70, "NE IMPORT -> PHAPI.DOSMAPREALSEG")
set_comment(0x9BB95, "NE IMPORT -> PHAPI.DOSMAPREALSEG")
set_comment(0x9BBDB, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x9BC31, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x9BC56, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0x9BCB0, "NE IMPORT -> DOSCALLS.7")
set_comment(0x9BDED, "NE IMPORT -> DOSCALLS.7")
set_comment(0x9C541, "NE IMPORT -> PHAPI.DOSMAPLINSEG")
set_comment(0xA5745, "NE IMPORT -> ASYLUM.56")
set_comment(0xA57DD, "NE IMPORT -> ASYLUM.58")
set_comment(0xA57E9, "NE IMPORT -> ASYLUM.37")
set_comment(0xA57F3, "NE IMPORT -> ASYLUM.29")
set_comment(0xA5800, "NE IMPORT -> ASYLUM.49")
set_comment(0xA580F, "NE IMPORT -> ASYLUM.47")
set_comment(0xA5816, "NE IMPORT -> ASYLUM.46")
set_comment(0xA583D, "NE IMPORT -> ASYLUM.57")
set_comment(0xA5ECF, "NE IMPORT -> ASYLUM.25")
set_comment(0xA5FDD, "NE IMPORT -> ASYLUM.27")
set_comment(0xA6021, "NE IMPORT -> ASYLUM.27")
set_comment(0xA60CC, "NE IMPORT -> ASYLUM.27")
set_comment(0xA6112, "NE IMPORT -> ASYLUM.25")
set_comment(0xA61FD, "NE IMPORT -> ASYLUM.25")
set_comment(0xA62F5, "NE IMPORT -> ASYLUM.25")
set_comment(0xA636E, "NE IMPORT -> ASYLUM.23")
set_comment(0xC11FC, "NE IMPORT -> ASYLUM.28")
set_comment(0xC120D, "NE IMPORT -> ASYLUM.36")
set_comment(0xC1520, "NE IMPORT -> ASYLUM.45")
set_comment(0xC158C, "NE IMPORT -> ASYLUM.45")
set_comment(0xC25C0, "NE IMPORT -> ASYLUM.47")
set_comment(0xC25C7, "NE IMPORT -> ASYLUM.46")
set_comment(0xC2620, "NE IMPORT -> ASYLUM.29")
set_comment(0xC2670, "NE IMPORT -> ASYLUM.29")
set_comment(0xC26B7, "NE IMPORT -> ASYLUM.37")
set_comment(0xC2707, "NE IMPORT -> ASYLUM.37")
set_comment(0xD9B39, "NE IMPORT -> ASYLUM.25")
set_comment(0xDB1CB, "NE IMPORT -> ASYLUM.27")
set_comment(0xE090B, "NE IMPORT -> ASYLUM.18")
set_comment(0xE095F, "NE IMPORT -> ASYLUM.27")
set_comment(0xE2591, "NE IMPORT -> ASYLUM.25")
set_comment(0xE259B, "NE IMPORT -> ASYLUM.19")
println("Applied %d fixup comments (%d errors)" % (count, errors))