1
0
mirror of https://github.com/fachat/xa65.git synced 2024-09-29 16:54:35 +00:00
xa65/xa/tests/comcom/comcom.asm
2011-12-16 23:04:51 +01:00

19 lines
316 B
NASM

.word $c000
* = $c000
lda #147
; depending on the -M option:lda #65
jsr $ffd2:rts ; maybe some stuff out here:tay
; there will be:cli
; extra code:sei
; or not:rti
; let's ; be ; tricky : ; does it ; work? :nop:nop: ; let's see! ; rts
/* hey,
; what about
now?
: brk */
// do I make you sexy? ; :brk
rti