Przeglądaj źródła

more space for source

Klaas, Wilfried 4 lat temu
rodzic
commit
a2724f8759

+ 0 - 3
spsassembler/src/main/php/examples/Blink.tps

@@ -19,10 +19,7 @@ PORT #0x00
 WAIT time
 .endmacro
 
-.include macro_blink
 :loop1
-.macro1 #0x0f 200ms
-
 PORT #0x0F ;Zeilenkommentar
 WAIT 200ms
 PORT #0x00

+ 1 - 1
spsassembler/src/main/php/index.php

@@ -57,7 +57,7 @@
 		</form>
 		<form  method="post" action="ass.php" target="_blank">
 			Name: <input id="name" name="name">
-			<textarea class="lined" rows="10" cols="60" name="source"></textarea>
+			<textarea class="lined" rows="20" cols="60" name="source"></textarea>
 			<button type="submit">Assemble</button> 
 		</form>