|
|
@61
|
10 years |
sacerdot |
Final version.
|
|
|
@60
|
10 years |
mulligan |
Finished implementing all jump instructions.
|
|
|
@58
|
10 years |
mulligan |
Bug fixed in CJNE instruction. More jump instructions implemented.
|
|
|
@57
|
10 years |
mulligan |
More instructions implemented. Started cleaning up code by moving …
|
|
|
@55
|
10 years |
mulligan |
CJNE instruction finished.
|
|
|
@54
|
10 years |
mulligan |
CLR instructions implemented.
|
|
|
@53
|
10 years |
mulligan |
All RR* and RL* instructions implemented.
|
|
|
@52
|
10 years |
mulligan |
RL, RR and SWAP implemented.
|
|
|
@51
|
10 years |
mulligan |
NOP and SETB implemented.
|
|
|
@50
|
10 years |
mulligan |
More missing cases added to the ASMInterpret functions. Pretty …
|
|
|
@49
|
10 years |
mulligan |
Fixed bug in ASMInterpret functions: CPL functions were not …
|
|
|
@46
|
10 years |
mulligan |
MOV done.
|
|
|
@45
|
10 years |
mulligan |
More pretty stuff added.
|
|
|
@44
|
10 years |
mulligan |
Added pretty printing functions for bits, bytes, words etc.
|
|
|
@43
|
10 years |
mulligan |
Address1 function completed.
|
|
|
@42
|
10 years |
mulligan |
Address1 function completed for instructions A--M.
|
|
|
@41
|
10 years |
mulligan |
More added to address1 function. Weird type error?
|
|
|
@38
|
10 years |
mulligan |
First draft Claudio's talk finished.
|
|
|
@37
|
10 years |
mulligan |
Slight change to presentation.
|
|
|
@36
|
10 years |
mulligan |
More on Claudio's presentation: upto interrupts and their handling.
|
|
|
@35
|
10 years |
mulligan |
`fetch' function complete.
|
|
|
@34
|
10 years |
mulligan |
Up to describing 8051 SFRs in presentation
|
|
|
@33
|
10 years |
mulligan |
Instructions M--O added to `fetch' function. Presentation files for …
|
|
|
@32
|
10 years |
mulligan |
All MOV variations done.
|
|
|
@31
|
10 years |
mulligan |
Instructions J--M complete.
|
|
|
@30
|
10 years |
mulligan |
Small bug fix in abstract syntax of ASM language (JB needs to carry a …
|
|
|
@29
|
10 years |
mulligan |
Commit while I check Siemen's data sheet. Instructions C--J added to …
|
|
|
@28
|
10 years |
sacerdot |
1) all the opcodes are there in ASM syntax
(but no labels, …
|
|
|
@27
|
10 years |
sacerdot |
The 8051 instruction set (syntax only).
|
|
|
@26
|
10 years |
sacerdot |
Executable semantics of 8051 assembly (in OCaml for now).
|