瀏覽代碼

Adding utils.inc file

Vinicius Teshima 10 月之前
父節點
當前提交
d59e2cc9a0
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/utils.inc

+ 13 - 0
src/utils.inc

@@ -0,0 +1,13 @@
+
+
+macro if_lt_jmp what, lt, dest {
+	cmp what, lt
+	jl dest
+}
+
+macro pp [what] {
+    common
+	postpone \{
+		what
+	\}
+}