mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
905 B
32 lines
905 B
;===============================================================================
|
|
; Dev - Developement Stub
|
|
;===============================================================================
|
|
;
|
|
; AUTHOR:
|
|
;
|
|
; Usage:
|
|
;
|
|
;_______________________________________________________________________________
|
|
;
|
|
; Change Log:
|
|
;
|
|
;_______________________________________________________________________________
|
|
;
|
|
; ToDo:
|
|
;
|
|
;_______________________________________________________________________________
|
|
;
|
|
;===============================================================================
|
|
; Definitions
|
|
;===============================================================================
|
|
;
|
|
;
|
|
;===============================================================================
|
|
; Code Section
|
|
;===============================================================================
|
|
;
|
|
;
|
|
.org $100
|
|
ret
|
|
.end
|
|
|
|
|