X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=impl.asm;h=67d11b57ac02a3b7378c6f87d6b0276d39c91b19;hb=5224cfbc1856cd2f4c786f73223b1182acbc96cc;hp=dd7fc9dcbc4b70a896d523bde9c89b8cc95baec2;hpb=d8a61fe84d4b71c21c4ce18a9b7bc78000db725a;p=rrq%2Fjonasforth.git diff --git a/impl.asm b/impl.asm index dd7fc9d..67d11b5 100644 --- a/impl.asm +++ b/impl.asm @@ -1,6 +1,4 @@ -;; vim: syntax=fasm - -section '.text' code readable executable +os_code_section macro printlen msg, len { push rsi @@ -186,7 +184,7 @@ parse_number: mov rax, 100 call os_terminate -section '.data' readable writable +os_data_section find.search_length dq ? find.search_buffer dq ?