mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-12 00:45:40 +02:00
15 lines
327 B
PHP
15 lines
327 B
PHP
|
|
(*
|
|
Delphi include file
|
|
Code section CRC checking routine (start marker)
|
|
*)
|
|
|
|
|
|
asm
|
|
|
|
DB $EB,04, $EB,05, $19,01, $E9,$25,00, 00, 00, 00, 00, 00, 00, 00 // 10
|
|
DB 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00 // 20
|
|
DB 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00 // 30
|
|
|
|
end;
|