home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
as65
/
test
/
as6502_demo1.inc
< prev
next >
Wrap
Text File
|
1995-02-27
|
354b
|
15 lines
; ********************************
; include File von AS65xx_demo.asm
; ********************************
if test_if-5 ; Ergebnis ist 0
lda #10 ; wird da .if Bedingung nicht erfüllt
inx ; auch nicht assembliert
endif
block ; File wird 2x eingebunden
demo_1 nop
bend
include "as6502_demo2.inc"
brk