a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
  ables.i
  alerts.i / .h
  avl.h
  devices.i / .h
  errors.i / .h
  exec.i / .h
  exec_lib.i
  execbase.i / .h
  initializers.i / .h
  interrupts.i / .h
  io.i / .h
  libraries.i / .h
  lists.i / .h
  macros.i
  memory.i / .h
  nodes.i / .h
  ports.i / .h
  resident.i / .h
  semaphores.i / .h
  strings.i
  tasks.i / .h
  types.i / .h
 gadgets
 graphics
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
 prefs
 proto
 reaction
 resources
 rexx
 utility
 workbench
GuruMeditation
Docs » Include » exec » strings.i
	IFND	EXEC_STRINGS_I
EXEC_STRINGS_I	SET	1
**
**	$VER: strings.i 39.0 (15.10.1991)
**	Includes Release 45.1
**
**	Macros for defining old style CR/LF terminated string constants
**
**	(C) Copyright 1985-2001 Amiga, Inc.
**	    All Rights Reserved
**

*------ Terminal Control:

EOS	EQU 0
BELL	EQU 7
LF	EQU 10
CR	EQU 13
BS	EQU 8
DEL	EQU $7F
NL	EQU LF


*----------------------------------------------------------------
*
*   String Support Macros
*
*----------------------------------------------------------------

STRING	MACRO
	dc.b	\1
	dc.b	0
	CNOP	0,2
	ENDM


STRINGL MACRO
	dc.b	13,10
	dc.b	\1
	dc.b	0
	CNOP	0,2
	ENDM


STRINGR MACRO
	dc.b	\1
	dc.b	13,10,0
	CNOP	0,2
	ENDM


STRINGLR MACRO
	dc.b	13,10
	dc.b	\1
	dc.b	13,10,0
	CNOP	0,2
	ENDM

	ENDC	; EXEC_STRINGS_I

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Dual Crew

DC
SNT
RZR
SPB

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se