Skip to content

gsckoco/lmccompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO add the ability write bytes into memory manually.
e.g.
```
test:
    .byte "test", 1 ; Writes ascii bytes for string and byte for 1
```

TODO add ability to use x and y registers
```
lda $01,x
lda $02,y
```
Will also require inx, iny, dcx, dcy to increment and decrement x and y registers

About

A macro assembler for my LMC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages