You are not logged in.


#1 2005-02-24 14:08:33

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Testing

Just testing my [ asm] and [ php] mods.. ;-)

PHP code:

<?php
   
// A comment
   /* and another one.. */

   
print 'This is some php';

    if (
$money == 0)
    { 
ask_parents_for_some(); }
?>

And this is normal xhtml<br />

ASM code:

org 256
mov  cxax
mov  ax78      ; Testing some asm...
int 0x20

Offline

 

 

Board footer

Powered by PunBB
BOS homepage © Copyright 2005 Christoffer Bubach
Strict XHTML and valid CSS.