Browse Source

Adding utils.inc file

Vinicius Teshima 10 tháng trước cách đây
mục cha
commit
d59e2cc9a0
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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
+	\}
+}