Subversion Repositories Kolibri OS

Rev

Rev 6865 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6865 Rev 9583
Line 57... Line 57...
57
    "int $0x40"
57
    "int $0x40"
58
    ::"a"(40), "b"(0xc0000027));
58
    ::"a"(40), "b"(0xc0000027));
59
 
59
 
Line 60... Line 60...
60
    if(argc < 2)
60
    if(argc < 2)
61
        uf = load_file("/RD/1/EXAMPLE.ASM");
61
        uf = load_file("/SYS/EXAMPLE.ASM");
62
    else uf = load_file(argv[1]);
62
    else uf = load_file(argv[1]);
Line 63... Line 63...
63
 
63
 
64
    if(uf.data == NULL ||
64
    if(uf.data == NULL ||
65
        uf.size == 0)
65
        uf.size == 0)