#737

International Network of Chaos [INC] 06

International Network of Chaos [INC]

3.306 lines of code

RasterbarsRSTRMusicSIDSpritesSPRT

History

Released
26 July 1988
Music
Laxity (Thomas E. Petersen) — "Nefarious"
Group
International Network of Chaos — United States, founded 1987

Released on 26 July 1988, this International Network of Chaos intro features a SID tune by Laxity — Thomas E. Petersen — one of the most celebrated C64 musicians in scene history. The composition "Nefarious" is preserved in the HVSC under Laxity's extensive directory. INC was an American cracking group founded in 1987 that maintained a significant presence in the US scene's competitive landscape. The group's scrolltexts across their various intros reference partnerships with Fusion, Abyss, and other crews for transatlantic distribution. This is one of several INC entries in the collection, alongside #135 inc-01, #157 inc-07, and #172 inc-02. No code or graphics credits have been identified for this particular intro. The use of a Laxity composition — a Danish musician whose work was widely sought after — demonstrates the international reach of INC's contacts, bridging the American and Scandinavian scenes during the platform's golden era.

Sources: CSDb · intros.c64.org

inc-06.asm 3.306 lines
// ============================================
// output - Part 1 of 3
// ============================================
// KickAssembler syntax
// Generated by Restore 64 v0.2.1 alpha build 298, 2026-04-11 21:35:51
// https://restore64.dev by datucker / Rabenauge
//
// Load address: $0800  End: $ffff  (63488 bytes)
// Crunched with Exomizer v2/v3 (with relocation) — depacked by emulation
// Packer entry: $0810 (via BASIC SYS 2064)
// Entry point:  $0c01 (3073)
// IRQ handler:  $0dc0 (irq_0dc0)
// IRQ handler:  $ea31 (loc_ea31)
//
// Code: 2829 bytes, Data: 60659 bytes
// Labels: 292, Subroutines: 5
//
// Cross-references: all OK
// ============================================


// --- Region $0c01-$0cfa ---
.pc = $0c01 "main_0c01"

main_0c01:
        jmp loc_0ce0

chr_0c04:
        // === Charset data (2 bytes, $0c04-$0c05) ===
        .byte $ea,$ea                               // char 0 (partial)

loc_0c06:
        lda #$93
        jsr $ffd2
        sei
        lda #$00
        ldx #$00

loc_0c10:
        sta $d800,x
        sta $d900,x
        sta $da00,x
        sta $db00,x
        inx
        bne loc_0c10
        lda #$12
        sta $d018
        lda #$7f
        sta $dc0d
        lda #$81
        sta $d01a
        lda #$1b
        sta $d011
        lda #$01
        sta $d019
        lda #$07
        sta $d015
        sta $d01c
        lda #$00
        sta $d021
        sta $d020
        lda #$06
        sta $d027
        sta $d028
        sta $d029
        lda #$0d
        sta $d025
        lda #$0e
        sta $d026
        nop
        lda #$50
        sta $d001
        sta $d003
        sta $d005
        lda #$94
        sta $d007
        sta $d009
        sta $d00b
        lda #$00
        sta $30
        lda #$15
        sta $31
        lda #$c7
        sta $32
        lda #$00
        sta $33
        lda #$00
        ldx #$00

loc_0c88:
        sta $34,x
        inx
        cpx #$0b
        bne loc_0c88
        ldx #$00

loc_0c91:
        lda $1000,x
        sta $0400,x
        lda $1100,x
        sta $0500,x
        lda $1200,x
        sta $0600,x
        lda $1300,x
        sta $0700,x
        inx
        bne loc_0c91
        ldx #$34
        stx $07f8
        inx
        stx $07f9
        inx
        stx $07fa
        lda #$8c
        sta dat_d000
        lda #$aa
        sta $d002
        lda #$c8
        sta $d004
        lda #$c0
        sta $0314
        lda #$0d
        sta $0315
        cli
        jsr sub_0cf5

loc_0cd6:
        lda $dc01
        cmp #$ef
        bne loc_0cd6
        jmp loc_145f

loc_0ce0:
        lda #$35
        sta $01
        lda #$00
        jsr $e000
        lda #$37
        sta $01
        lda #$08
        jsr $ffd2
        jmp loc_0c06
// Referenced by: jsr from $0cd3

sub_0cf5:
        lda #$72
        sta $d012
        rts

// --- Region $0dc0-$0df9 ---