mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
@@ -11,7 +11,7 @@
|
||||
#define REG_RSI (6)
|
||||
#define REG_RDI (7)
|
||||
|
||||
// condition codes, used for jcc and setcc (desipite their j-name!)
|
||||
// condition codes, used for jcc and setcc (despite their j-name!)
|
||||
#define JCC_JB (0x2) // below, unsigned
|
||||
#define JCC_JZ (0x4)
|
||||
#define JCC_JE (0x4)
|
||||
|
||||
@@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h
|
||||
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
|
||||
|
||||
clean:
|
||||
/bin/rm -r $(BUILD)
|
||||
/bin/rm -rf $(BUILD)
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
@@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
||||
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
|
||||
|
||||
clean:
|
||||
/bin/rm -r $(BUILD)
|
||||
/bin/rm -rf $(BUILD)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
||||
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
|
||||
|
||||
clean:
|
||||
/bin/rm -r $(BUILD)
|
||||
/bin/rm -rf $(BUILD)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user