view docs/ccguide/abort.refentry @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents fbd69aa261ce
children
line wrap: on
line source

<refentry id="abort">
<refnamediv>
<refname>Abort</refname>
<refpurpose>stop the program and produce a core dump</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
  <funcdef><function>abort</function></funcdef>
  <void/>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
This call causes a memory image to be written out to the file
"core" in the current directory, and then the program exits
with a status of 1.
</para>
</refsect1>
</refentry>