Skip to content

Commit

Permalink
Changed extensions to some asm files
Browse files Browse the repository at this point in the history
  • Loading branch information
narke committed Jan 21, 2015
1 parent 29fda53 commit 68bcd87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions color.asm
Expand Up @@ -33,7 +33,7 @@ Godd equ Gods-750*4
mains equ Godd-1500*4
maind equ mains-750*4

%include 'boot.nasm'
%include 'boot.asm'

; org = 0x261

Expand Down Expand Up @@ -685,7 +685,7 @@ last_:
mov eax, (last-start)/4
ret

%include 'gen.nasm'
%include 'gen.asm'

yellow equ 0xffff00

Expand Down
File renamed without changes.

0 comments on commit 68bcd87

Please sign in to comment.