mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-08 22:06:21 +00:00
Page:
Long Jump
Pages
32 Bit Integers
CATalog files
COPY files
Chat Client Server
Command Line Argument Parsing
Console I O
DCGR SPRite EDitor
DELete fles
Double Color Hires Graphics
Double Lo Res Graphics
Double Lo Res Test
Fiber Threads
File I O
Game Port SPI I O
Game Port SPI SD FAT
Game Port Wiring
HTTP Server
Hello World
Hi Res Graphics
Hi Res Test
Home
Installation Guide
Joystick and Buzz
Lo Res Graphics Library
Long Jump
Memory Manager
Music Player
Music Sequencer
NEWDIR
Network I O
PLASM compiler
PLASMA Byte Codes
PLASMA JIT Compiler Implementation
Porting Guide
REName files
ROGUE
RPN Calculator
Rod's Colors
SANE Floating Point
Sieve
System Library
TYPE file
Trivial FTP Daemon
Variable assignment and addressing explained
ZIPCHIP
Zero Page Usage (Apple IIe 64K )
code text Editor
2
Long Jump
David Schmenk edited this page 2017-12-22 21:47:44 -08:00
setjmp/longjmp are used like the C functions of the same name.
Compatibility: 1, II, ///
Usage: include "inc/longjmp.plh"
Functions:
setjmp(env)
longjmp(env, retval)
Source Code: longjmp.pla
Sample Source: plasm.pla