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

@@ -15,6 +15,6 @@ BEGIN
loop:
jmp loop
handler:
PUTC($0x61)
PUTC $'a
iret
jmp loop