Compare commits

...

2 Commits

Author SHA1 Message Date
8aa4d422b8 Fix typo in goat.asm comment 2025-01-19 21:11:37 +11:00
050ea82109 Fix editorconfig 2025-01-19 21:08:04 +11:00
2 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ root = true
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
tab_width = 4
[*.asm]
indent_style = tab
@@ -11,12 +13,10 @@ trim_trailing_whitespace = true
[*.{masm.asm,nasm.asm}]
charset = latin1
end_of_line = crlf
tab_width = 4
[*.gas.asm]
end_of_line = lf
tab_width = 8
[*.py]
end_of_line = lf
tab_width = 4
indent_style = tab
trim_trailing_whitespace = true

View File

@@ -1,5 +1,5 @@
; 100-byte COM sacrificial goat executable (1993, author unknown)
; Binary MD6: 195307045CC39D6B284B60442ECFD202
; Binary MD5: 195307045CC39D6B284B60442ECFD202
; SHA256: D1F60FCA64F1903F8D405109C5AA55A3F3B6DDE622BCFBA15CD95001CAE1DEE2
;
; Assemble with FASM: fasm goat.asm goat.com