Annotation of frontvm/as68k/test.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: #include "m68000.h"
        !             3: #include "hcalls.h"
        !             4: extern int exceptions_pending;
        !             5: int main ()
        !             6: {
        !             7:        if (!Init680x0 ()) {
        !             8:                printf ("Error loading poop.cunt\n");
        !             9:        }
        !            10:        //FlagException (0);
        !            11:        //printf ("P 0x%x\n", exceptions_pending);
        !            12:        SetReg (14, 0xdeadbeef);
        !            13:        MemWriteLong (0x50, 0xdeadcafe);
        !            14:        printf ("%p\n", STRam);
        !            15:        Start680x0 ();
        !            16:        
        !            17:        DumpRegs ();
        !            18:        
        !            19:        return 0;
        !            20: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.