Uniformized macros: push save all registers, and use only GAS macros, no CPP

This commit is contained in:
Ciro Santilli
2015-10-21 15:55:27 +02:00
parent aaaea79a6f
commit 71e104bab0
31 changed files with 406 additions and 165 deletions

View File

@@ -11,7 +11,7 @@ Carriage returns are needed just like in old days.
#include "common.h"
BEGIN
PRINT($msg)
PRINT $msg
hlt
msg:
.asciz "hello\n\rworld"