Still hadn't added all files from the assembler commit. Also fixed .gitignore

This commit is contained in:
(Tim) Efthimis Kritikos 2023-02-10 13:32:51 +00:00
parent 57b159bce3
commit 19fcf11f63
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
*.lx2 *.lx2
*.o *.o
*.swp *.swp
cpu/boot_code.bin
cpu/boot_code.txt

4
cpu/boot_code.asm Normal file
View File

@ -0,0 +1,4 @@
ADD AX,#0x55AA
ADD CX,#0xEFBE
ADD CX,#0x1141
ADD AX,#0x1111