tjbs-base-asm

by tjb0607

Game: N/A

Description: Base ASM file for copy/pasting

; Base ASM file - feel free to copy/paste this and use this for your own code.

	LDA $0100|!addr	; \ only run in gamemode 14
	EOR #$14	; |
	ORA $9D		; | and when the game isn't paused
	BEQ +		; |
	RTL		; |
	+		; /
	
; YOUR CODE HERE
	
	RTL
back to listings