]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/dbgbreak.s_
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / c128 / dbgbreak.s_
index 472d800fe77131a6d2bba11694269f6053e56a0a..a990717868d7ca4d7d3ca65de5072454d3d55733 100644 (file)
@@ -4,20 +4,20 @@
 ; unsigned DbgSetBreakVec (unsigned Addr);
 ;
 
-       .export         _DbgSetBreakVec
-       .import         popax, utstax
-       
-       .include        "../cbm/cbm.inc"
+        .export         _DbgSetBreakVec
+        .import         popax, utstax
+        
+        .include        "../cbm/cbm.inc"
 
 _DbgSetBreakVec:
-       jsr     popax           ; Get the new address
-       ldy     BRKVec
-       sta     BRKVec
-       lda     BRKVec+1
-       stx     BRKVec+1
-       tax
-       tya
-       jmp     utstax
+        jsr     popax           ; Get the new address
+        ldy     BRKVec
+        sta     BRKVec
+        lda     BRKVec+1
+        stx     BRKVec+1
+        tax
+        tya
+        jmp     utstax