C--: Difference between revisions

250 bytes added ,  15 years ago
no edit summary
[unchecked revision][unchecked revision]
No edit summary
Line 24:
 
Early versions of [[User:Adek336|panaLiX]] used Sphinx Full C--.
 
===Examples===
?include "nosys.inc"
dword old0x21 = {};
interrupt int0x21()
{
$PUSH DS
$PUSH ES
$PUSHA
$PUSH FS
 
DS = CS;
FS = 0xb800;
FSBYTE[1682] = '!';
 
$POP FS
$POPA
$POP ES
$POP DS
}
 
 
 
Anonymous user