mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 01:16:36 +00:00
Add CHAR and VAR as aliases for BYTE and WORD
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ $(MON): samplesrc/mon.pla $(PLVM02) $(PLASM)
|
||||
acme --setpc 4094 -o $(MON) samplesrc/mon.a
|
||||
|
||||
$(ROD): samplesrc/rod.pla $(PLVM02) $(PLASM)
|
||||
./$(PLASM) -AMOW < samplesrc/rod.pla > samplesrc/rod.a
|
||||
./$(PLASM) -AMO < samplesrc/rod.pla > samplesrc/rod.a
|
||||
acme --setpc 4094 -o $(ROD) samplesrc/rod.a
|
||||
|
||||
$(SIEVE): samplesrc/sieve.pla $(PLVM02) $(PLASM)
|
||||
|
||||
@@ -3,8 +3,8 @@ include "inc/conio.plh"
|
||||
//
|
||||
// Rod's Colors
|
||||
//
|
||||
def rod#0
|
||||
byte i, j, k, w, fmi, fmk, color
|
||||
def rod
|
||||
var i, j, k, w, fmi, fmk, color
|
||||
|
||||
while TRUE
|
||||
for w = 3 to 50
|
||||
@@ -24,8 +24,7 @@ def rod#0
|
||||
conio:grplot(i, fmk)
|
||||
conio:grplot(fmk, i)
|
||||
if conio:keypressed()
|
||||
getc
|
||||
return
|
||||
return getc
|
||||
fin
|
||||
next
|
||||
next
|
||||
|
||||
Reference in New Issue
Block a user