This commit is contained in:
Kartik Agaram 2020-07-26 22:08:22 -07:00
parent 44b1636e2d
commit f7a90521d1
1 changed files with 0 additions and 3 deletions

View File

@ -119,7 +119,6 @@ $move-cursor-on-screen:end:
5d/pop-to-ebp
c3/return
# just because Mu has no support for global variables yet
print-string-to-screen: # s: (addr array byte)
# . prologue
55/push-ebp
@ -132,7 +131,6 @@ $print-string-to-screen:end:
5d/pop-to-ebp
c3/return
# just because Mu has no support for global variables yet
print-byte-to-screen: # c: byte
# . prologue
55/push-ebp
@ -154,7 +152,6 @@ $print-byte-to-screen:end:
5d/pop-to-ebp
c3/return
# just because Mu has no support for global variables yet
print-int32-hex-to-screen: # n: int
# . prologue
55/push-ebp