From 277e5ff77d1fc2909bc94218f17a9a1bf6054c5d Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 10 Oct 2002 21:51:14 +0000 Subject: [PATCH] Fixed some bad looking stuff git-svn-id: svn://svn.cc65.org/cc65/trunk@1463 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/cc65.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 8fbcfc05a..8ca819cff 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -424,15 +424,15 @@ This cc65 version has some extensions to the ISO C standard. assembler. The syntax for a function declaration using fastcall is - or - An example would be - The first form of the fastcall keyword is in the user namespace and is therefore disabled in strict ANSI mode. @@ -452,7 +452,7 @@ This cc65 version has some extensions to the ISO C standard. sequences of assembler code. For example, the macro - #define hi(x) (__AX__=(x),asm("\ttxa\n\tldx\t#$00",__AX__) + #define hi(x) (__AX__=(x),asm("\ttxa\n\tldx\t#$00",__AX__) will give the high byte of any unsigned value. -- 2.39.5