]> git.the-white-hart.net Git - atmega/siggen.git/commitdiff
Change whitespace to fit more quickref on screen
authoruser <none>
Sun, 13 Aug 2023 23:27:29 +0000 (18:27 -0500)
committeruser <none>
Sun, 13 Aug 2023 23:27:29 +0000 (18:27 -0500)
asm_2/tbc.inc

index 754481d52c2eeb5730308f1b3aad5aef223ce3df..621a8a6f3c618f19dd017c031018f1bdcf48881a 100644 (file)
@@ -42,7 +42,6 @@
 ; T_MOVS  vx, imm4   Copy value         T_ROL    vx, imm4    Rotate left
 ; T_SHL   vx, imm4   Shift left         T_ROR    vx, imm4    Rotate right
 ;
-;
 ; T_LDB   vx, vy, n  Load 8  [VY+n]     T_STB    vx, vy, n   Store 8  [VY+n]
 ; T_LDH   vx, vy, n  Load 16 [VY+n]     T_STH    vx, vy, n   Store 16 [VY+n]
 ; T_LDW   vx, vy, n  Load 32 [VY+n]     T_STW    vx, vy, n   Store 32 [VY+n]
@@ -50,7 +49,6 @@
 ; T_LPH   vx, vy, n  Load ROM 16 [VY+n]
 ; T_LPW   vx, vy, n  Load ROM 32 [VY+n]
 ;
-;
 ; T_BZ    label      Branch if zero
 ; T_BNZ   label      Branch if not zero
 ; T_BEQ   label      Branch if equal
@@ -66,7 +64,6 @@
 ; T_BV    label      Branch if overflow
 ; T_BNV   label      Branch if no overflow
 ;
-;
 ; T_JMP   label      Jump to label
 ; T_JTAB  vx, label  Jump to label+VX       (V0-V5 only)
 ; T_JAL   label      Jump to label,         return address in VE/RA