Explorar el Código

Link to Wikipedia's x86 instruction listing

Lucas Stadler %!s(int64=8) %!d(string=hace) años
padre
commit
2c58db9eef
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      scm/inc/compiler.scm

+ 3 - 0
scm/inc/compiler.scm

@ -1,3 +1,6 @@
1
;; assembly resources:
2
;;  - https://en.wikipedia.org/wiki/X86_instruction_listings
3
1 4
(define (emit instr . args)
2 5
  (display "\t")
3 6
  (display (apply format instr args))