Still hadn't added all files from the assembler commit. Also fixed .gitignore
This commit is contained in:
parent
57b159bce3
commit
19fcf11f63
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
||||
*.lx2
|
||||
*.o
|
||||
*.swp
|
||||
cpu/boot_code.bin
|
||||
cpu/boot_code.txt
|
||||
|
4
cpu/boot_code.asm
Normal file
4
cpu/boot_code.asm
Normal file
@ -0,0 +1,4 @@
|
||||
ADD AX,#0x55AA
|
||||
ADD CX,#0xEFBE
|
||||
ADD CX,#0x1141
|
||||
ADD AX,#0x1111
|
Loading…
Reference in New Issue
Block a user