Skip to content

Commit 8f2c0ef

Browse files
committed
TINYBASIC.S: assemblable with VASM6502_oldstyle; output is identical to TINYBASIC.KIM
1 parent cf52ec6 commit 8f2c0ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TINYBASIC.ASM renamed to TINYBASIC.S

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
; da65 V2.18 - Git N/A
2-
; Created: 2020-07-23 21:59:51
2+
; Created: 2020-07-23 22:01:38
33
; Input file: TINYBASIC.OUT
44
; Page: 1
55

6-
7-
.setcpu "6502"
8-
96
L4145 := $4145
107
L5441 := $5441
118
L7080 := $7080
129
L9148 := $9148
1310
LD445 := $D445
11+
org $0000
1412
L0000: brk
1513
L0001: brk
1614
L0002: brk

0 commit comments

Comments
 (0)